COLOR #5F4E19

HEX: #5F4E19
RGB: (95,78,25)

Color info

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

RGB color model

#5F4E19 color RGB value is (95,78,25).

  • red value is 95;
  • green value is 78;
  • blue value is 25.
RGB:
(95,78,25)
(37%,31%,10%)

RGB channels and saturation

R 95 of 255 = 37%
G 78 of 255 = 31%
B 25 of 255 = 10%

95
78
25

R + G + B ~ 26%. #5F4E19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 78 + 25 = 198 (100%)
R 95 of 198 ~ 47.98%
G 78 of 198 ~ 39.39%
B 25 of 198 ~ 12.63%

%47.98
%39.39
%12.63

CMYK color model

#5F4E19 color CMYK value is (0,18,74,63).

  • cyan value is 0.00%
  • magenta value is 17.89%
  • yellow value is 73.68%
  • key color value is 62.75%
CMYK:
(0,18,74,63)
C0M18Y74K63 
(0%,18%,74%,63%)
(0.00/0.18/0.74/0.63)	

CMYK percentages

%0
%17.89
%73.68
%62.75

Codes

Color #5F4E19 in popluar color models

5F4E19
RGB957825
HSL45°58.33%23.53%
HSB/HSV45°73.68%37.25%
CMYK0.00%17.89%73.68%
62.75%

Color #5F4E19 in popluar number systems.

HEX5F4E19
Decimal957825
Binary1011111100111011001
Octal13711631

Shades and tints

Shades of #5F4E19

#5F4E19
(95,78,25)
#574717
(87,71,23)
#4F4015
(79,64,21)
#473913
(71,57,19)
#3F3211
(63,50,17)
#372B0F
(55,43,15)
#2F240D
(47,36,13)
#271D0B
(39,29,11)
#1F1609
(31,22,9)
#170F07
(23,15,7)
#0F0805
(15,8,5)
#000000
(0,0,0)

Tints of #5F4E19

#5F4E19
(95,78,25)
#6D5E2D
(109,94,45)
#7B6E41
(123,110,65)
#897E55
(137,126,85)
#978E69
(151,142,105)
#A59E7D
(165,158,125)
#B3AE91
(179,174,145)
#C1BEA5
(193,190,165)
#CFCEB9
(207,206,185)
#DDDECD
(221,222,205)
#EBEEE1
(235,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F4E19; }

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

This text font color is #5F4E19.


Background Color

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

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

This div background color is #5F4E19.


Border color

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

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

This div border color is #5F4E19.


Opacity

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

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

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

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

This text has shadow with #5F4E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4E19 on black background.


Color preview on white background

This text has color #5F4E19 on white background.



Black color preview on #5F4E19 background

This text has black color on #5F4E19 background.


White color preview on #5F4E19 background

This text has white color on #5F4E19 background.