COLOR #3B565D

HEX: #3B565D
RGB: (59,86,93)

Color info

#3B565D contains red, green and blue colors in about the same proportion. Web safe color of #3B565D is #336666 (or #366).

RGB color model

#3B565D color RGB value is (59,86,93).

  • red value is 59;
  • green value is 86;
  • blue value is 93.
RGB:
(59,86,93)
(23%,34%,36%)

RGB channels and saturation

R 59 of 255 = 23%
G 86 of 255 = 34%
B 93 of 255 = 36%

59
86
93

R + G + B ~ 31%. #3B565D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 86 + 93 = 238 (100%)
R 59 of 238 ~ 24.79%
G 86 of 238 ~ 36.13%
B 93 of 238 ~ 39.08%

%24.79
%36.13
%39.08

CMYK color model

#3B565D color CMYK value is (37,8,0,64).

  • cyan value is 36.56%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(37,8,0,64)
C37M8Y0K64 
(37%,8%,0%,64%)
(0.37/0.08/0.00/0.64)	

CMYK percentages

%36.56
%7.53
%0
%63.53

Codes

Color #3B565D in popluar color models

3B565D
RGB598693
HSL192°22.37%29.80%
HSB/HSV192°36.56%36.47%
CMYK36.56%7.53%0.00%
63.53%

Color #3B565D in popluar number systems.

HEX3B565D
Decimal598693
Binary11101110101101011101
Octal73126135

Shades and tints

Shades of #3B565D

#3B565D
(59,86,93)
#364F55
(54,79,85)
#31484D
(49,72,77)
#2C4145
(44,65,69)
#273A3D
(39,58,61)
#223335
(34,51,53)
#1D2C2D
(29,44,45)
#182525
(24,37,37)
#131E1D
(19,30,29)
#0E1715
(14,23,21)
#09100D
(9,16,13)
#000000
(0,0,0)

Tints of #3B565D

#3B565D
(59,86,93)
#4C656B
(76,101,107)
#5D7479
(93,116,121)
#6E8387
(110,131,135)
#7F9295
(127,146,149)
#90A1A3
(144,161,163)
#A1B0B1
(161,176,177)
#B2BFBF
(178,191,191)
#C3CECD
(195,206,205)
#D4DDDB
(212,221,219)
#E5ECE9
(229,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B565D color. Also use rgb(59,86,93) instead hex code.

Text Font Color

.myTextColor { color: #3B565D; }

<p style="color:#3B565D">This sample text font color is #3B565D.</p>

This text font color is #3B565D.


Background Color

.myBgColor { background-color: #3B565D; }

<div style="background-color:#3B565D">Inner text</div>

This div background color is #3B565D.


Border color

.myBorderColor { border: 1px solid #3B565D; }

<div style="border:3px solid #3B565D">Div</div>

This div border color is #3B565D.


Opacity

.myOpacity80 { color: #3B565D; opacity: 0.8; }

<p style="color:#3B565D;opacity:0.8;">80%</p>

Text with #3B565D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3B565D;}

<p style="text-shadow: 3px 3px 1px #3B565D">Text here.</p>

This text has shadow with #3B565D color.

.textShadow {text-shadow: 3px 3px 1px #3B565D, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3B565D, 5px 5px 20px red">Text here.</p>

This text has shadow with #3B565D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3B565D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3B565D, Direction=45, Strength=4)">Text</p>

This text has shadow with #3B565D and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3B565D;
  -webkit-box-shadow:	1px 1px 3px 2px #3B565D;
  box-shadow:		1px 1px 3px 2px #3B565D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3B565D;
-webkit-box-shadow: 1px 1px 3px 2px #3B565D;
box-shadow:1px 1px 3px 2px #3B565D;">
Div content here</div>
This div box has shadow with color #3B565D.

Preview

Color preview on black background

This text has color #3B565D on black background.


Color preview on white background

This text has color #3B565D on white background.



Black color preview on #3B565D background

This text has black color on #3B565D background.


White color preview on #3B565D background

This text has white color on #3B565D background.