COLOR #3E5E70

HEX: #3E5E70
RGB: (62,94,112)

Color info

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

RGB color model

#3E5E70 color RGB value is (62,94,112).

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

RGB channels and saturation

R 62 of 255 = 24%
G 94 of 255 = 37%
B 112 of 255 = 44%

62
94
112

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

Portions of RGB colors in percentages

R + G + B =
62 + 94 + 112 = 268 (100%)
R 62 of 268 ~ 23.13%
G 94 of 268 ~ 35.07%
B 112 of 268 ~ 41.79%

%23.13
%35.07
%41.79

CMYK color model

#3E5E70 color CMYK value is (45,16,0,56).

  • cyan value is 44.64%
  • magenta value is 16.07%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(45,16,0,56)
C45M16Y0K56 
(45%,16%,0%,56%)
(0.45/0.16/0.00/0.56)	

CMYK percentages

%44.64
%16.07
%0
%56.08

Codes

Color #3E5E70 in popluar color models

3E5E70
RGB6294112
HSL202°28.74%34.12%
HSB/HSV202°44.64%43.92%
CMYK44.64%16.07%0.00%
56.08%

Color #3E5E70 in popluar number systems.

HEX3E5E70
Decimal6294112
Binary11111010111101110000
Octal76136160

Shades and tints

Shades of #3E5E70

#3E5E70
(62,94,112)
#395666
(57,86,102)
#344E5C
(52,78,92)
#2F4652
(47,70,82)
#2A3E48
(42,62,72)
#25363E
(37,54,62)
#202E34
(32,46,52)
#1B262A
(27,38,42)
#161E20
(22,30,32)
#111616
(17,22,22)
#0C0E0C
(12,14,12)
#000000
(0,0,0)

Tints of #3E5E70

#3E5E70
(62,94,112)
#4F6C7D
(79,108,125)
#607A8A
(96,122,138)
#718897
(113,136,151)
#8296A4
(130,150,164)
#93A4B1
(147,164,177)
#A4B2BE
(164,178,190)
#B5C0CB
(181,192,203)
#C6CED8
(198,206,216)
#D7DCE5
(215,220,229)
#E8EAF2
(232,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3E5E70; }

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

This text font color is #3E5E70.


Background Color

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

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

This div background color is #3E5E70.


Border color

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

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

This div border color is #3E5E70.


Opacity

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

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

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

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

This text has shadow with #3E5E70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E5E70 on black background.


Color preview on white background

This text has color #3E5E70 on white background.



Black color preview on #3E5E70 background

This text has black color on #3E5E70 background.


White color preview on #3E5E70 background

This text has white color on #3E5E70 background.