COLOR #3F5B31

HEX: #3F5B31
RGB: (63,91,49)

Color info

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

RGB color model

#3F5B31 color RGB value is (63,91,49).

  • red value is 63;
  • green value is 91;
  • blue value is 49.
RGB:
(63,91,49)
(25%,36%,19%)

RGB channels and saturation

R 63 of 255 = 25%
G 91 of 255 = 36%
B 49 of 255 = 19%

63
91
49

R + G + B ~ 27%. #3F5B31 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 91 + 49 = 203 (100%)
R 63 of 203 ~ 31.03%
G 91 of 203 ~ 44.83%
B 49 of 203 ~ 24.14%

%31.03
%44.83
%24.14

CMYK color model

#3F5B31 color CMYK value is (31,0,46,64).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 46.15%
  • key color value is 64.31%
CMYK:
(31,0,46,64)
C31M0Y46K64 
(31%,0%,46%,64%)
(0.31/0.00/0.46/0.64)	

CMYK percentages

%30.77
%0
%46.15
%64.31

Codes

Color #3F5B31 in popluar color models

3F5B31
RGB639149
HSL100°30.00%27.45%
HSB/HSV100°46.15%35.69%
CMYK30.77%0.00%46.15%
64.31%

Color #3F5B31 in popluar number systems.

HEX3F5B31
Decimal639149
Binary1111111011011110001
Octal7713361

Shades and tints

Shades of #3F5B31

#3F5B31
(63,91,49)
#3A532D
(58,83,45)
#354B29
(53,75,41)
#304325
(48,67,37)
#2B3B21
(43,59,33)
#26331D
(38,51,29)
#212B19
(33,43,25)
#1C2315
(28,35,21)
#171B11
(23,27,17)
#12130D
(18,19,13)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #3F5B31

#3F5B31
(63,91,49)
#506943
(80,105,67)
#617755
(97,119,85)
#728567
(114,133,103)
#839379
(131,147,121)
#94A18B
(148,161,139)
#A5AF9D
(165,175,157)
#B6BDAF
(182,189,175)
#C7CBC1
(199,203,193)
#D8D9D3
(216,217,211)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5B31 color. Also use rgb(63,91,49) instead hex code.

Text Font Color

.myTextColor { color: #3F5B31; }

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

This text font color is #3F5B31.


Background Color

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

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

This div background color is #3F5B31.


Border color

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

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

This div border color is #3F5B31.


Opacity

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

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

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

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

This text has shadow with #3F5B31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5B31 on black background.


Color preview on white background

This text has color #3F5B31 on white background.



Black color preview on #3F5B31 background

This text has black color on #3F5B31 background.


White color preview on #3F5B31 background

This text has white color on #3F5B31 background.