COLOR #5F4818

HEX: #5F4818
RGB: (95,72,24)

Color info

#5F4818 contains mainly red and green colors. Web safe color of #5F4818 is #663300 (or #630).

RGB color model

#5F4818 color RGB value is (95,72,24).

  • red value is 95;
  • green value is 72;
  • blue value is 24.
RGB:
(95,72,24)
(37%,28%,9%)

RGB channels and saturation

R 95 of 255 = 37%
G 72 of 255 = 28%
B 24 of 255 = 9%

95
72
24

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

Portions of RGB colors in percentages

R + G + B =
95 + 72 + 24 = 191 (100%)
R 95 of 191 ~ 49.74%
G 72 of 191 ~ 37.7%
B 24 of 191 ~ 12.57%

%49.74
%37.7
%12.57

CMYK color model

#5F4818 color CMYK value is (0,24,75,63).

  • cyan value is 0.00%
  • magenta value is 24.21%
  • yellow value is 74.74%
  • key color value is 62.75%
CMYK:
(0,24,75,63)
C0M24Y75K63 
(0%,24%,75%,63%)
(0.00/0.24/0.75/0.63)	

CMYK percentages

%0
%24.21
%74.74
%62.75

Codes

Color #5F4818 in popluar color models

5F4818
RGB957224
HSL41°59.66%23.33%
HSB/HSV41°74.74%37.25%
CMYK0.00%24.21%74.74%
62.75%

Color #5F4818 in popluar number systems.

HEX5F4818
Decimal957224
Binary1011111100100011000
Octal13711030

Shades and tints

Shades of #5F4818

#5F4818
(95,72,24)
#574216
(87,66,22)
#4F3C14
(79,60,20)
#473612
(71,54,18)
#3F3010
(63,48,16)
#372A0E
(55,42,14)
#2F240C
(47,36,12)
#271E0A
(39,30,10)
#1F1808
(31,24,8)
#171206
(23,18,6)
#0F0C04
(15,12,4)
#000000
(0,0,0)

Tints of #5F4818

#5F4818
(95,72,24)
#6D582D
(109,88,45)
#7B6842
(123,104,66)
#897857
(137,120,87)
#97886C
(151,136,108)
#A59881
(165,152,129)
#B3A896
(179,168,150)
#C1B8AB
(193,184,171)
#CFC8C0
(207,200,192)
#DDD8D5
(221,216,213)
#EBE8EA
(235,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F4818 color. Also use rgb(95,72,24) instead hex code.

Text Font Color

.myTextColor { color: #5F4818; }

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

This text font color is #5F4818.


Background Color

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

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

This div background color is #5F4818.


Border color

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

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

This div border color is #5F4818.


Opacity

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

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

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

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

This text has shadow with #5F4818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F4818 on black background.


Color preview on white background

This text has color #5F4818 on white background.



Black color preview on #5F4818 background

This text has black color on #5F4818 background.


White color preview on #5F4818 background

This text has white color on #5F4818 background.