COLOR #3E564F

HEX: #3E564F
RGB: (62,86,79)

Color info

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

RGB color model

#3E564F color RGB value is (62,86,79).

  • red value is 62;
  • green value is 86;
  • blue value is 79.
RGB:
(62,86,79)
(24%,34%,31%)

RGB channels and saturation

R 62 of 255 = 24%
G 86 of 255 = 34%
B 79 of 255 = 31%

62
86
79

R + G + B ~ 30%. #3E564F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
62 + 86 + 79 = 227 (100%)
R 62 of 227 ~ 27.31%
G 86 of 227 ~ 37.89%
B 79 of 227 ~ 34.8%

%27.31
%37.89
%34.8

CMYK color model

#3E564F color CMYK value is (28,0,8,66).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 8.14%
  • key color value is 66.27%
CMYK:
(28,0,8,66)
C28M0Y8K66 
(28%,0%,8%,66%)
(0.28/0.00/0.08/0.66)	

CMYK percentages

%27.91
%0
%8.14
%66.27

Codes

Color #3E564F in popluar color models

3E564F
RGB628679
HSL163°16.22%29.02%
HSB/HSV163°27.91%33.73%
CMYK27.91%0.00%8.14%
66.27%

Color #3E564F in popluar number systems.

HEX3E564F
Decimal628679
Binary11111010101101001111
Octal76126117

Shades and tints

Shades of #3E564F

#3E564F
(62,86,79)
#394F48
(57,79,72)
#344841
(52,72,65)
#2F413A
(47,65,58)
#2A3A33
(42,58,51)
#25332C
(37,51,44)
#202C25
(32,44,37)
#1B251E
(27,37,30)
#161E17
(22,30,23)
#111710
(17,23,16)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #3E564F

#3E564F
(62,86,79)
#4F655F
(79,101,95)
#60746F
(96,116,111)
#71837F
(113,131,127)
#82928F
(130,146,143)
#93A19F
(147,161,159)
#A4B0AF
(164,176,175)
#B5BFBF
(181,191,191)
#C6CECF
(198,206,207)
#D7DDDF
(215,221,223)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3E564F color. Also use rgb(62,86,79) instead hex code.

Text Font Color

.myTextColor { color: #3E564F; }

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

This text font color is #3E564F.


Background Color

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

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

This div background color is #3E564F.


Border color

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

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

This div border color is #3E564F.


Opacity

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

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

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

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

This text has shadow with #3E564F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3E564F on black background.


Color preview on white background

This text has color #3E564F on white background.



Black color preview on #3E564F background

This text has black color on #3E564F background.


White color preview on #3E564F background

This text has white color on #3E564F background.