COLOR #3B5C6F

HEX: #3B5C6F
RGB: (59,92,111)

Color info

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

RGB color model

#3B5C6F color RGB value is (59,92,111).

  • red value is 59;
  • green value is 92;
  • blue value is 111.
RGB:
(59,92,111)
(23%,36%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 92 of 255 = 36%
B 111 of 255 = 44%

59
92
111

R + G + B ~ 34%. #3B5C6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 92 + 111 = 262 (100%)
R 59 of 262 ~ 22.52%
G 92 of 262 ~ 35.11%
B 111 of 262 ~ 42.37%

%22.52
%35.11
%42.37

CMYK color model

#3B5C6F color CMYK value is (47,17,0,56).

  • cyan value is 46.85%
  • magenta value is 17.12%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(47,17,0,56)
C47M17Y0K56 
(47%,17%,0%,56%)
(0.47/0.17/0.00/0.56)	

CMYK percentages

%46.85
%17.12
%0
%56.47

Codes

Color #3B5C6F in popluar color models

3B5C6F
RGB5992111
HSL202°30.59%33.33%
HSB/HSV202°46.85%43.53%
CMYK46.85%17.12%0.00%
56.47%

Color #3B5C6F in popluar number systems.

HEX3B5C6F
Decimal5992111
Binary11101110111001101111
Octal73134157

Shades and tints

Shades of #3B5C6F

#3B5C6F
(59,92,111)
#365465
(54,84,101)
#314C5B
(49,76,91)
#2C4451
(44,68,81)
#273C47
(39,60,71)
#22343D
(34,52,61)
#1D2C33
(29,44,51)
#182429
(24,36,41)
#131C1F
(19,28,31)
#0E1415
(14,20,21)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #3B5C6F

#3B5C6F
(59,92,111)
#4C6A7C
(76,106,124)
#5D7889
(93,120,137)
#6E8696
(110,134,150)
#7F94A3
(127,148,163)
#90A2B0
(144,162,176)
#A1B0BD
(161,176,189)
#B2BECA
(178,190,202)
#C3CCD7
(195,204,215)
#D4DAE4
(212,218,228)
#E5E8F1
(229,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5C6F color. Also use rgb(59,92,111) instead hex code.

Text Font Color

.myTextColor { color: #3B5C6F; }

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

This text font color is #3B5C6F.


Background Color

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

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

This div background color is #3B5C6F.


Border color

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

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

This div border color is #3B5C6F.


Opacity

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

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

Text with #3B5C6F 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 #3B5C6F;}

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

This text has shadow with #3B5C6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5C6F on black background.


Color preview on white background

This text has color #3B5C6F on white background.



Black color preview on #3B5C6F background

This text has black color on #3B5C6F background.


White color preview on #3B5C6F background

This text has white color on #3B5C6F background.