COLOR #5F4E15

HEX: #5F4E15 RGB: (95,78,21)

Color info

#5F4E15 contains mainly red and green colors. Web safe color of #5F4E15 is #666600 (or #660).

RGB color model

#5F4E15 color RGB value is (95,78,21).

RGB: (95,78,21) (37%, 31%, 8%)

RGB channels and saturation

R 95 of 255 = 37%
G 78 of 255 = 31%
B 21 of 255 = 8%

95
78
21

R + G + B ~ 25%. #5F4E15 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 78 + 21 = 194 (100%)
R 95 of 194 ~ 48.97%
G 78 of 194 ~ 40.21%
B 21 of 194 ~ 10.82'%

%48.97
%40.21
%10.82

CMYK color model

#5F4E15 color CMYK value is (0,18,78,63).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 77.89%
  • key color value is 62.75%

CMYK: (0,18,78,63)
C0M18Y78K63 (0%, 18%, 78%, 63%)
(0.00 / 0.18 / 0.78 / 0.63)

CMYK percentages

%0
%17.89
%77.89
%62.75

Codes

Color #5F4E15 in popluar color models

5F 4E 15
RGB 95 78 21
HSL 46° 63.79% 22.75%
HSB/HSV 46° 77.89% 37.25%
CMYK 0.00% 17.89% 77.89%
62.75%

Color #5F4E15 in popluar number systems.

HEX 5F 4E 15
Decimal 95 78 21
Binary 1011111 1001110 10101
Octal 137 116 25

Shades and tints

Shades of #5F4E15

#5F4E15
(95,78,21)
#574714
(87,71,20)
#4F4013
(79,64,19)
#473912
(71,57,18)
#3F3211
(63,50,17)
#372B10
(55,43,16)
#2F240F
(47,36,15)
#271D0E
(39,29,14)
#1F160D
(31,22,13)
#170F0C
(23,15,12)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #5F4E15

#5F4E15
(95,78,21)
#6D5E2A
(109,94,42)
#7B6E3F
(123,110,63)
#897E54
(137,126,84)
#978E69
(151,142,105)
#A59E7E
(165,158,126)
#B3AE93
(179,174,147)
#C1BEA8
(193,190,168)
#CFCEBD
(207,206,189)
#DDDED2
(221,222,210)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4E15 color. Also use rgb(95,78,21) instead hex code.

Text Font Color

.myTextColor { color: #5F4E15; }

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

This text font color is #5F4E15.

Background Color

.myBgColor { background-color: #5F4E15; }

<div style="background-color:#5F4E15">Inner text</div>

This div background color is #5F4E15.

Border color

.myBorderColor { border: 1px solid #5F4E15; }

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

This div border color is #5F4E15.

Opacity

.myOpacity80 { color: #5F4E15; opacity: 0.8; }

<p style="color:#5F4E15;opacity:0.8;">80%</p>

Text with #5F4E15 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 #5F4E15;}

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

This text has shadow with #5F4E15 color.


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

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

This text has shadow with #5F4E15 primary color and red secondary color.


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

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

This text has shadow with #5F4E15 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5F4E15.

Preview

Color preview on black background

This text has color #5F4E15 on black background.


Color preview on white background

This text has color #5F4E15 on white background.


Black color preview on #5F4E15 background

This text has black color on #5F4E15 background.


White color preview on #5F4E15 background

This text has white color on #5F4E15 background.


Related colors

Complementary color

Complementary color for #hex is #A0B1EA.


I love getcolorcode.com

Triadic colors

1 #155F4E and #4E155F with #5F4E15 are triadic colors.

2 #154E5F and #4E5F15 with #5F4E15 are triadic colors.