COLOR #3F5625

HEX: #3F5625
RGB: (63,86,37)

Color info

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

RGB color model

#3F5625 color RGB value is (63,86,37).

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

RGB channels and saturation

R 63 of 255 = 25%
G 86 of 255 = 34%
B 37 of 255 = 15%

63
86
37

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

Portions of RGB colors in percentages

R + G + B =
63 + 86 + 37 = 186 (100%)
R 63 of 186 ~ 33.87%
G 86 of 186 ~ 46.24%
B 37 of 186 ~ 19.89%

%33.87
%46.24
%19.89

CMYK color model

#3F5625 color CMYK value is (27,0,57,66).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 56.98%
  • key color value is 66.27%
CMYK:
(27,0,57,66)
C27M0Y57K66 
(27%,0%,57%,66%)
(0.27/0.00/0.57/0.66)	

CMYK percentages

%26.74
%0
%56.98
%66.27

Codes

Color #3F5625 in popluar color models

3F5625
RGB638637
HSL88°39.84%24.12%
HSB/HSV88°56.98%33.73%
CMYK26.74%0.00%56.98%
66.27%

Color #3F5625 in popluar number systems.

HEX3F5625
Decimal638637
Binary1111111010110100101
Octal7712645

Shades and tints

Shades of #3F5625

#3F5625
(63,86,37)
#3A4F22
(58,79,34)
#35481F
(53,72,31)
#30411C
(48,65,28)
#2B3A19
(43,58,25)
#263316
(38,51,22)
#212C13
(33,44,19)
#1C2510
(28,37,16)
#171E0D
(23,30,13)
#12170A
(18,23,10)
#0D1007
(13,16,7)
#000000
(0,0,0)

Tints of #3F5625

#3F5625
(63,86,37)
#506538
(80,101,56)
#61744B
(97,116,75)
#72835E
(114,131,94)
#839271
(131,146,113)
#94A184
(148,161,132)
#A5B097
(165,176,151)
#B6BFAA
(182,191,170)
#C7CEBD
(199,206,189)
#D8DDD0
(216,221,208)
#E9ECE3
(233,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5625; }

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

This text font color is #3F5625.


Background Color

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

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

This div background color is #3F5625.


Border color

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

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

This div border color is #3F5625.


Opacity

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

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

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

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

This text has shadow with #3F5625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5625 on black background.


Color preview on white background

This text has color #3F5625 on white background.



Black color preview on #3F5625 background

This text has black color on #3F5625 background.


White color preview on #3F5625 background

This text has white color on #3F5625 background.