COLOR #5F4D24

HEX: #5F4D24
RGB: (95,77,36)

Color info

#5F4D24 contains red, green and blue colors in about the same proportion. Web safe color of #5F4D24 is #663333 (or #633).

RGB color model

#5F4D24 color RGB value is (95,77,36).

  • red value is 95;
  • green value is 77;
  • blue value is 36.
RGB:
(95,77,36)
(37%,30%,14%)

RGB channels and saturation

R 95 of 255 = 37%
G 77 of 255 = 30%
B 36 of 255 = 14%

95
77
36

R + G + B ~ 27%. #5F4D24 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 77 + 36 = 208 (100%)
R 95 of 208 ~ 45.67%
G 77 of 208 ~ 37.02%
B 36 of 208 ~ 17.31%

%45.67
%37.02
%17.31

CMYK color model

#5F4D24 color CMYK value is (0,19,62,63).

  • cyan value is 0.00%
  • magenta value is 18.95%
  • yellow value is 62.11%
  • key color value is 62.75%
CMYK:
(0,19,62,63)
C0M19Y62K63 
(0%,19%,62%,63%)
(0.00/0.19/0.62/0.63)	

CMYK percentages

%0
%18.95
%62.11
%62.75

Codes

Color #5F4D24 in popluar color models

5F4D24
RGB957736
HSL42°45.04%25.69%
HSB/HSV42°62.11%37.25%
CMYK0.00%18.95%62.11%
62.75%

Color #5F4D24 in popluar number systems.

HEX5F4D24
Decimal957736
Binary10111111001101100100
Octal13711544

Shades and tints

Shades of #5F4D24

#5F4D24
(95,77,36)
#574621
(87,70,33)
#4F3F1E
(79,63,30)
#47381B
(71,56,27)
#3F3118
(63,49,24)
#372A15
(55,42,21)
#2F2312
(47,35,18)
#271C0F
(39,28,15)
#1F150C
(31,21,12)
#170E09
(23,14,9)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #5F4D24

#5F4D24
(95,77,36)
#6D5D37
(109,93,55)
#7B6D4A
(123,109,74)
#897D5D
(137,125,93)
#978D70
(151,141,112)
#A59D83
(165,157,131)
#B3AD96
(179,173,150)
#C1BDA9
(193,189,169)
#CFCDBC
(207,205,188)
#DDDDCF
(221,221,207)
#EBEDE2
(235,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4D24 color. Also use rgb(95,77,36) instead hex code.

Text Font Color

.myTextColor { color: #5F4D24; }

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

This text font color is #5F4D24.


Background Color

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

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

This div background color is #5F4D24.


Border color

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

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

This div border color is #5F4D24.


Opacity

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

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

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

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

This text has shadow with #5F4D24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4D24 on black background.


Color preview on white background

This text has color #5F4D24 on white background.



Black color preview on #5F4D24 background

This text has black color on #5F4D24 background.


White color preview on #5F4D24 background

This text has white color on #5F4D24 background.