COLOR #3B5B72

HEX: #3B5B72
RGB: (59,91,114)

Color info

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

RGB color model

#3B5B72 color RGB value is (59,91,114).

  • red value is 59;
  • green value is 91;
  • blue value is 114.
RGB:
(59,91,114)
(23%,36%,45%)

RGB channels and saturation

R 59 of 255 = 23%
G 91 of 255 = 36%
B 114 of 255 = 45%

59
91
114

R + G + B ~ 35%. #3B5B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 91 + 114 = 264 (100%)
R 59 of 264 ~ 22.35%
G 91 of 264 ~ 34.47%
B 114 of 264 ~ 43.18%

%22.35
%34.47
%43.18

CMYK color model

#3B5B72 color CMYK value is (48,20,0,55).

  • cyan value is 48.25%
  • magenta value is 20.18%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(48,20,0,55)
C48M20Y0K55 
(48%,20%,0%,55%)
(0.48/0.20/0.00/0.55)	

CMYK percentages

%48.25
%20.18
%0
%55.29

Codes

Color #3B5B72 in popluar color models

3B5B72
RGB5991114
HSL205°31.79%33.92%
HSB/HSV205°48.25%44.71%
CMYK48.25%20.18%0.00%
55.29%

Color #3B5B72 in popluar number systems.

HEX3B5B72
Decimal5991114
Binary11101110110111110010
Octal73133162

Shades and tints

Shades of #3B5B72

#3B5B72
(59,91,114)
#365368
(54,83,104)
#314B5E
(49,75,94)
#2C4354
(44,67,84)
#273B4A
(39,59,74)
#223340
(34,51,64)
#1D2B36
(29,43,54)
#18232C
(24,35,44)
#131B22
(19,27,34)
#0E1318
(14,19,24)
#090B0E
(9,11,14)
#000000
(0,0,0)

Tints of #3B5B72

#3B5B72
(59,91,114)
#4C697E
(76,105,126)
#5D778A
(93,119,138)
#6E8596
(110,133,150)
#7F93A2
(127,147,162)
#90A1AE
(144,161,174)
#A1AFBA
(161,175,186)
#B2BDC6
(178,189,198)
#C3CBD2
(195,203,210)
#D4D9DE
(212,217,222)
#E5E7EA
(229,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5B72 color. Also use rgb(59,91,114) instead hex code.

Text Font Color

.myTextColor { color: #3B5B72; }

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

This text font color is #3B5B72.


Background Color

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

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

This div background color is #3B5B72.


Border color

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

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

This div border color is #3B5B72.


Opacity

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

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

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

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

This text has shadow with #3B5B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5B72 on black background.


Color preview on white background

This text has color #3B5B72 on white background.



Black color preview on #3B5B72 background

This text has black color on #3B5B72 background.


White color preview on #3B5B72 background

This text has white color on #3B5B72 background.