COLOR #3F512B

HEX: #3F512B
RGB: (63,81,43)

Color info

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

RGB color model

#3F512B color RGB value is (63,81,43).

  • red value is 63;
  • green value is 81;
  • blue value is 43.
RGB:
(63,81,43)
(25%,32%,17%)

RGB channels and saturation

R 63 of 255 = 25%
G 81 of 255 = 32%
B 43 of 255 = 17%

63
81
43

R + G + B ~ 25%. #3F512B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 81 + 43 = 187 (100%)
R 63 of 187 ~ 33.69%
G 81 of 187 ~ 43.32%
B 43 of 187 ~ 22.99%

%33.69
%43.32
%22.99

CMYK color model

#3F512B color CMYK value is (22,0,47,68).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 46.91%
  • key color value is 68.24%
CMYK:
(22,0,47,68)
C22M0Y47K68 
(22%,0%,47%,68%)
(0.22/0.00/0.47/0.68)	

CMYK percentages

%22.22
%0
%46.91
%68.24

Codes

Color #3F512B in popluar color models

3F512B
RGB638143
HSL88°30.65%24.31%
HSB/HSV88°46.91%31.76%
CMYK22.22%0.00%46.91%
68.24%

Color #3F512B in popluar number systems.

HEX3F512B
Decimal638143
Binary1111111010001101011
Octal7712153

Shades and tints

Shades of #3F512B

#3F512B
(63,81,43)
#3A4A28
(58,74,40)
#354325
(53,67,37)
#303C22
(48,60,34)
#2B351F
(43,53,31)
#262E1C
(38,46,28)
#212719
(33,39,25)
#1C2016
(28,32,22)
#171913
(23,25,19)
#121210
(18,18,16)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #3F512B

#3F512B
(63,81,43)
#50603E
(80,96,62)
#616F51
(97,111,81)
#727E64
(114,126,100)
#838D77
(131,141,119)
#949C8A
(148,156,138)
#A5AB9D
(165,171,157)
#B6BAB0
(182,186,176)
#C7C9C3
(199,201,195)
#D8D8D6
(216,216,214)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F512B color. Also use rgb(63,81,43) instead hex code.

Text Font Color

.myTextColor { color: #3F512B; }

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

This text font color is #3F512B.


Background Color

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

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

This div background color is #3F512B.


Border color

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

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

This div border color is #3F512B.


Opacity

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

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

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

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

This text has shadow with #3F512B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F512B on black background.


Color preview on white background

This text has color #3F512B on white background.



Black color preview on #3F512B background

This text has black color on #3F512B background.


White color preview on #3F512B background

This text has white color on #3F512B background.