COLOR #3F5320

HEX: #3F5320
RGB: (63,83,32)

Color info

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

RGB color model

#3F5320 color RGB value is (63,83,32).

  • red value is 63;
  • green value is 83;
  • blue value is 32.
RGB:
(63,83,32)
(25%,33%,13%)

RGB channels and saturation

R 63 of 255 = 25%
G 83 of 255 = 33%
B 32 of 255 = 13%

63
83
32

R + G + B ~ 24%. #3F5320 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 83 + 32 = 178 (100%)
R 63 of 178 ~ 35.39%
G 83 of 178 ~ 46.63%
B 32 of 178 ~ 17.98%

%35.39
%46.63
%17.98

CMYK color model

#3F5320 color CMYK value is (24,0,61,67).

  • cyan value is 24.10%
  • magenta value is 0.00%
  • yellow value is 61.45%
  • key color value is 67.45%
CMYK:
(24,0,61,67)
C24M0Y61K67 
(24%,0%,61%,67%)
(0.24/0.00/0.61/0.67)	

CMYK percentages

%24.1
%0
%61.45
%67.45

Codes

Color #3F5320 in popluar color models

3F5320
RGB638332
HSL84°44.35%22.55%
HSB/HSV84°61.45%32.55%
CMYK24.10%0.00%61.45%
67.45%

Color #3F5320 in popluar number systems.

HEX3F5320
Decimal638332
Binary1111111010011100000
Octal7712340

Shades and tints

Shades of #3F5320

#3F5320
(63,83,32)
#3A4C1E
(58,76,30)
#35451C
(53,69,28)
#303E1A
(48,62,26)
#2B3718
(43,55,24)
#263016
(38,48,22)
#212914
(33,41,20)
#1C2212
(28,34,18)
#171B10
(23,27,16)
#12140E
(18,20,14)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #3F5320

#3F5320
(63,83,32)
#506234
(80,98,52)
#617148
(97,113,72)
#72805C
(114,128,92)
#838F70
(131,143,112)
#949E84
(148,158,132)
#A5AD98
(165,173,152)
#B6BCAC
(182,188,172)
#C7CBC0
(199,203,192)
#D8DAD4
(216,218,212)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5320 color. Also use rgb(63,83,32) instead hex code.

Text Font Color

.myTextColor { color: #3F5320; }

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

This text font color is #3F5320.


Background Color

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

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

This div background color is #3F5320.


Border color

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

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

This div border color is #3F5320.


Opacity

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

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

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

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

This text has shadow with #3F5320 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5320 on black background.


Color preview on white background

This text has color #3F5320 on white background.



Black color preview on #3F5320 background

This text has black color on #3F5320 background.


White color preview on #3F5320 background

This text has white color on #3F5320 background.