COLOR #3F512E

HEX: #3F512E
RGB: (63,81,46)

Color info

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

RGB color model

#3F512E color RGB value is (63,81,46).

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

RGB channels and saturation

R 63 of 255 = 25%
G 81 of 255 = 32%
B 46 of 255 = 18%

63
81
46

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

Portions of RGB colors in percentages

R + G + B =
63 + 81 + 46 = 190 (100%)
R 63 of 190 ~ 33.16%
G 81 of 190 ~ 42.63%
B 46 of 190 ~ 24.21%

%33.16
%42.63
%24.21

CMYK color model

#3F512E color CMYK value is (22,0,43,68).

  • cyan value is 22.22%
  • magenta value is 0.00%
  • yellow value is 43.21%
  • key color value is 68.24%
CMYK:
(22,0,43,68)
C22M0Y43K68 
(22%,0%,43%,68%)
(0.22/0.00/0.43/0.68)	

CMYK percentages

%22.22
%0
%43.21
%68.24

Codes

Color #3F512E in popluar color models

3F512E
RGB638146
HSL91°27.56%24.90%
HSB/HSV91°43.21%31.76%
CMYK22.22%0.00%43.21%
68.24%

Color #3F512E in popluar number systems.

HEX3F512E
Decimal638146
Binary1111111010001101110
Octal7712156

Shades and tints

Shades of #3F512E

#3F512E
(63,81,46)
#3A4A2A
(58,74,42)
#354326
(53,67,38)
#303C22
(48,60,34)
#2B351E
(43,53,30)
#262E1A
(38,46,26)
#212716
(33,39,22)
#1C2012
(28,32,18)
#17190E
(23,25,14)
#12120A
(18,18,10)
#0D0B06
(13,11,6)
#000000
(0,0,0)

Tints of #3F512E

#3F512E
(63,81,46)
#506041
(80,96,65)
#616F54
(97,111,84)
#727E67
(114,126,103)
#838D7A
(131,141,122)
#949C8D
(148,156,141)
#A5ABA0
(165,171,160)
#B6BAB3
(182,186,179)
#C7C9C6
(199,201,198)
#D8D8D9
(216,216,217)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F512E; }

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

This text font color is #3F512E.


Background Color

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

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

This div background color is #3F512E.


Border color

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

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

This div border color is #3F512E.


Opacity

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

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

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

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

This text has shadow with #3F512E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F512E on black background.


Color preview on white background

This text has color #3F512E on white background.



Black color preview on #3F512E background

This text has black color on #3F512E background.


White color preview on #3F512E background

This text has white color on #3F512E background.