COLOR #3F564E

HEX: #3F564E
RGB: (63,86,78)

Color info

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

RGB color model

#3F564E color RGB value is (63,86,78).

  • red value is 63;
  • green value is 86;
  • blue value is 78.
RGB:
(63,86,78)
(25%,34%,31%)

RGB channels and saturation

R 63 of 255 = 25%
G 86 of 255 = 34%
B 78 of 255 = 31%

63
86
78

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

Portions of RGB colors in percentages

R + G + B =
63 + 86 + 78 = 227 (100%)
R 63 of 227 ~ 27.75%
G 86 of 227 ~ 37.89%
B 78 of 227 ~ 34.36%

%27.75
%37.89
%34.36

CMYK color model

#3F564E color CMYK value is (27,0,9,66).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 9.30%
  • key color value is 66.27%
CMYK:
(27,0,9,66)
C27M0Y9K66 
(27%,0%,9%,66%)
(0.27/0.00/0.09/0.66)	

CMYK percentages

%26.74
%0
%9.3
%66.27

Codes

Color #3F564E in popluar color models

3F564E
RGB638678
HSL159°15.44%29.22%
HSB/HSV159°26.74%33.73%
CMYK26.74%0.00%9.30%
66.27%

Color #3F564E in popluar number systems.

HEX3F564E
Decimal638678
Binary11111110101101001110
Octal77126116

Shades and tints

Shades of #3F564E

#3F564E
(63,86,78)
#3A4F47
(58,79,71)
#354840
(53,72,64)
#304139
(48,65,57)
#2B3A32
(43,58,50)
#26332B
(38,51,43)
#212C24
(33,44,36)
#1C251D
(28,37,29)
#171E16
(23,30,22)
#12170F
(18,23,15)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #3F564E

#3F564E
(63,86,78)
#50655E
(80,101,94)
#61746E
(97,116,110)
#72837E
(114,131,126)
#83928E
(131,146,142)
#94A19E
(148,161,158)
#A5B0AE
(165,176,174)
#B6BFBE
(182,191,190)
#C7CECE
(199,206,206)
#D8DDDE
(216,221,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F564E color. Also use rgb(63,86,78) instead hex code.

Text Font Color

.myTextColor { color: #3F564E; }

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

This text font color is #3F564E.


Background Color

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

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

This div background color is #3F564E.


Border color

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

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

This div border color is #3F564E.


Opacity

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

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

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

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

This text has shadow with #3F564E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F564E on black background.


Color preview on white background

This text has color #3F564E on white background.



Black color preview on #3F564E background

This text has black color on #3F564E background.


White color preview on #3F564E background

This text has white color on #3F564E background.