COLOR #3F564A

HEX: #3F564A
RGB: (63,86,74)

Color info

#3F564A contains red, green and blue colors in about the same proportion. Web safe color of #3F564A is #336633 (or #363).

RGB color model

#3F564A color RGB value is (63,86,74).

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

RGB channels and saturation

R 63 of 255 = 25%
G 86 of 255 = 34%
B 74 of 255 = 29%

63
86
74

R + G + B ~ 29%. #3F564A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 86 + 74 = 223 (100%)
R 63 of 223 ~ 28.25%
G 86 of 223 ~ 38.57%
B 74 of 223 ~ 33.18%

%28.25
%38.57
%33.18

CMYK color model

#3F564A color CMYK value is (27,0,14,66).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 13.95%
  • key color value is 66.27%
CMYK:
(27,0,14,66)
C27M0Y14K66 
(27%,0%,14%,66%)
(0.27/0.00/0.14/0.66)	

CMYK percentages

%26.74
%0
%13.95
%66.27

Codes

Color #3F564A in popluar color models

3F564A
RGB638674
HSL149°15.44%29.22%
HSB/HSV149°26.74%33.73%
CMYK26.74%0.00%13.95%
66.27%

Color #3F564A in popluar number systems.

HEX3F564A
Decimal638674
Binary11111110101101001010
Octal77126112

Shades and tints

Shades of #3F564A

#3F564A
(63,86,74)
#3A4F44
(58,79,68)
#35483E
(53,72,62)
#304138
(48,65,56)
#2B3A32
(43,58,50)
#26332C
(38,51,44)
#212C26
(33,44,38)
#1C2520
(28,37,32)
#171E1A
(23,30,26)
#121714
(18,23,20)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #3F564A

#3F564A
(63,86,74)
#50655A
(80,101,90)
#61746A
(97,116,106)
#72837A
(114,131,122)
#83928A
(131,146,138)
#94A19A
(148,161,154)
#A5B0AA
(165,176,170)
#B6BFBA
(182,191,186)
#C7CECA
(199,206,202)
#D8DDDA
(216,221,218)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F564A; }

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

This text font color is #3F564A.


Background Color

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

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

This div background color is #3F564A.


Border color

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

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

This div border color is #3F564A.


Opacity

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

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

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

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

This text has shadow with #3F564A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F564A on black background.


Color preview on white background

This text has color #3F564A on white background.



Black color preview on #3F564A background

This text has black color on #3F564A background.


White color preview on #3F564A background

This text has white color on #3F564A background.