COLOR #3F5517

HEX: #3F5517
RGB: (63,85,23)

Color info

#3F5517 contains mainly red and green colors. Web safe color of #3F5517 is #336600 (or #360).

RGB color model

#3F5517 color RGB value is (63,85,23).

  • red value is 63;
  • green value is 85;
  • blue value is 23.
RGB:
(63,85,23)
(25%,33%,9%)

RGB channels and saturation

R 63 of 255 = 25%
G 85 of 255 = 33%
B 23 of 255 = 9%

63
85
23

R + G + B ~ 22%. #3F5517 is dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 85 + 23 = 171 (100%)
R 63 of 171 ~ 36.84%
G 85 of 171 ~ 49.71%
B 23 of 171 ~ 13.45%

%36.84
%49.71
%13.45

CMYK color model

#3F5517 color CMYK value is (26,0,73,67).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 72.94%
  • key color value is 66.67%
CMYK:
(26,0,73,67)
C26M0Y73K67 
(26%,0%,73%,67%)
(0.26/0.00/0.73/0.67)	

CMYK percentages

%25.88
%0
%72.94
%66.67

Codes

Color #3F5517 in popluar color models

3F5517
RGB638523
HSL81°57.41%21.18%
HSB/HSV81°72.94%33.33%
CMYK25.88%0.00%72.94%
66.67%

Color #3F5517 in popluar number systems.

HEX3F5517
Decimal638523
Binary111111101010110111
Octal7712527

Shades and tints

Shades of #3F5517

#3F5517
(63,85,23)
#3A4E15
(58,78,21)
#354713
(53,71,19)
#304011
(48,64,17)
#2B390F
(43,57,15)
#26320D
(38,50,13)
#212B0B
(33,43,11)
#1C2409
(28,36,9)
#171D07
(23,29,7)
#121605
(18,22,5)
#0D0F03
(13,15,3)
#000000
(0,0,0)

Tints of #3F5517

#3F5517
(63,85,23)
#50642C
(80,100,44)
#617341
(97,115,65)
#728256
(114,130,86)
#83916B
(131,145,107)
#94A080
(148,160,128)
#A5AF95
(165,175,149)
#B6BEAA
(182,190,170)
#C7CDBF
(199,205,191)
#D8DCD4
(216,220,212)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5517 color. Also use rgb(63,85,23) instead hex code.

Text Font Color

.myTextColor { color: #3F5517; }

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

This text font color is #3F5517.


Background Color

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

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

This div background color is #3F5517.


Border color

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

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

This div border color is #3F5517.


Opacity

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

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

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

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

This text has shadow with #3F5517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5517 on black background.


Color preview on white background

This text has color #3F5517 on white background.



Black color preview on #3F5517 background

This text has black color on #3F5517 background.


White color preview on #3F5517 background

This text has white color on #3F5517 background.