COLOR #3F5516

HEX: #3F5516 RGB: (63,85,22)

Color info

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

RGB color model

#3F5516 color RGB value is (63,85,22).

RGB: (63,85,22) (25%, 33%, 9%)

RGB channels and saturation

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

63
85
22

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

Portions of RGB colors in percentages

R + G + B = 63 + 85 + 22 = 170 (100%)
R 63 of 170 ~ 37.06%
G 85 of 170 ~ 50%
B 22 of 170 ~ 12.94'%

%37.06
%50
%12.94

CMYK color model

#3F5516 color CMYK value is (26,0,74,67).

  • cyan value is 25.88%
  • magenta value is 0.00%
  • yellow value is 74.12%
  • key color value is 66.67%

CMYK: (26,0,74,67)
C26M0Y74K67 (26%, 0%, 74%, 67%)
(0.26 / 0.00 / 0.74 / 0.67)

CMYK percentages

%25.88
%0
%74.12
%66.67

Codes

Color #3F5516 in popluar color models

3F 55 16
RGB 63 85 22
HSL 81° 58.88% 20.98%
HSB/HSV 81° 74.12% 33.33%
CMYK 25.88% 0.00% 74.12%
66.67%

Color #3F5516 in popluar number systems.

HEX 3F 55 16
Decimal 63 85 22
Binary 111111 1010101 10110
Octal 77 125 26

Shades and tints

Shades of #3F5516

#3F5516
(63,85,22)
#3A4E14
(58,78,20)
#354712
(53,71,18)
#304010
(48,64,16)
#2B390E
(43,57,14)
#26320C
(38,50,12)
#212B0A
(33,43,10)
#1C2408
(28,36,8)
#171D06
(23,29,6)
#121604
(18,22,4)
#0D0F02
(13,15,2)
#000000
(0,0,0)

Tints of #3F5516

#3F5516
(63,85,22)
#50642B
(80,100,43)
#617340
(97,115,64)
#728255
(114,130,85)
#83916A
(131,145,106)
#94A07F
(148,160,127)
#A5AF94
(165,175,148)
#B6BEA9
(182,190,169)
#C7CDBE
(199,205,190)
#D8DCD3
(216,220,211)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5516; }

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

This text font color is #3F5516.

Background Color

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

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

This div background color is #3F5516.

Border color

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

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

This div border color is #3F5516.

Opacity

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

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

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

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

This text has shadow with #3F5516 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5516.

Preview

Color preview on black background

This text has color #3F5516 on black background.


Color preview on white background

This text has color #3F5516 on white background.


Black color preview on #3F5516 background

This text has black color on #3F5516 background.


White color preview on #3F5516 background

This text has white color on #3F5516 background.


Related colors

Complementary color

Complementary color for #hex is #C0AAE9.


I love getcolorcode.com

Triadic colors

1 #163F55 and #55163F with #3F5516 are triadic colors.

2 #16553F and #553F16 with #3F5516 are triadic colors.