COLOR #3B5E70

HEX: #3B5E70
RGB: (59,94,112)

Color info

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

RGB color model

#3B5E70 color RGB value is (59,94,112).

  • red value is 59;
  • green value is 94;
  • blue value is 112.
RGB:
(59,94,112)
(23%,37%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 94 of 255 = 37%
B 112 of 255 = 44%

59
94
112

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

Portions of RGB colors in percentages

R + G + B =
59 + 94 + 112 = 265 (100%)
R 59 of 265 ~ 22.26%
G 94 of 265 ~ 35.47%
B 112 of 265 ~ 42.26%

%22.26
%35.47
%42.26

CMYK color model

#3B5E70 color CMYK value is (47,16,0,56).

  • cyan value is 47.32%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(47,16,0,56)
C47M16Y0K56 
(47%,16%,0%,56%)
(0.47/0.16/0.00/0.56)	

CMYK percentages

%47.32
%16.07
%0
%56.08

Codes

Color #3B5E70 in popluar color models

3B5E70
RGB5994112
HSL200°30.99%33.53%
HSB/HSV200°47.32%43.92%
CMYK47.32%16.07%0.00%
56.08%

Color #3B5E70 in popluar number systems.

HEX3B5E70
Decimal5994112
Binary11101110111101110000
Octal73136160

Shades and tints

Shades of #3B5E70

#3B5E70
(59,94,112)
#365666
(54,86,102)
#314E5C
(49,78,92)
#2C4652
(44,70,82)
#273E48
(39,62,72)
#22363E
(34,54,62)
#1D2E34
(29,46,52)
#18262A
(24,38,42)
#131E20
(19,30,32)
#0E1616
(14,22,22)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #3B5E70

#3B5E70
(59,94,112)
#4C6C7D
(76,108,125)
#5D7A8A
(93,122,138)
#6E8897
(110,136,151)
#7F96A4
(127,150,164)
#90A4B1
(144,164,177)
#A1B2BE
(161,178,190)
#B2C0CB
(178,192,203)
#C3CED8
(195,206,216)
#D4DCE5
(212,220,229)
#E5EAF2
(229,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5E70 color. Also use rgb(59,94,112) instead hex code.

Text Font Color

.myTextColor { color: #3B5E70; }

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

This text font color is #3B5E70.


Background Color

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

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

This div background color is #3B5E70.


Border color

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

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

This div border color is #3B5E70.


Opacity

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

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

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

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

This text has shadow with #3B5E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5E70 on black background.


Color preview on white background

This text has color #3B5E70 on white background.



Black color preview on #3B5E70 background

This text has black color on #3B5E70 background.


White color preview on #3B5E70 background

This text has white color on #3B5E70 background.