COLOR #5F5824

HEX: #5F5824
RGB: (95,88,36)

Color info

#5F5824 contains red, green and blue colors in about the same proportion. Web safe color of #5F5824 is #666633 (or #663).

RGB color model

#5F5824 color RGB value is (95,88,36).

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

RGB channels and saturation

R 95 of 255 = 37%
G 88 of 255 = 35%
B 36 of 255 = 14%

95
88
36

R + G + B ~ 29%. #5F5824 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 88 + 36 = 219 (100%)
R 95 of 219 ~ 43.38%
G 88 of 219 ~ 40.18%
B 36 of 219 ~ 16.44%

%43.38
%40.18
%16.44

CMYK color model

#5F5824 color CMYK value is (0,7,62,63).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 62.11%
  • key color value is 62.75%
CMYK:
(0,7,62,63)
C0M7Y62K63 
(0%,7%,62%,63%)
(0.00/0.07/0.62/0.63)	

CMYK percentages

%0
%7.37
%62.11
%62.75

Codes

Color #5F5824 in popluar color models

5F5824
RGB958836
HSL53°45.04%25.69%
HSB/HSV53°62.11%37.25%
CMYK0.00%7.37%62.11%
62.75%

Color #5F5824 in popluar number systems.

HEX5F5824
Decimal958836
Binary10111111011000100100
Octal13713044

Shades and tints

Shades of #5F5824

#5F5824
(95,88,36)
#575021
(87,80,33)
#4F481E
(79,72,30)
#47401B
(71,64,27)
#3F3818
(63,56,24)
#373015
(55,48,21)
#2F2812
(47,40,18)
#27200F
(39,32,15)
#1F180C
(31,24,12)
#171009
(23,16,9)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #5F5824

#5F5824
(95,88,36)
#6D6737
(109,103,55)
#7B764A
(123,118,74)
#89855D
(137,133,93)
#979470
(151,148,112)
#A5A383
(165,163,131)
#B3B296
(179,178,150)
#C1C1A9
(193,193,169)
#CFD0BC
(207,208,188)
#DDDFCF
(221,223,207)
#EBEEE2
(235,238,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5824; }

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

This text font color is #5F5824.


Background Color

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

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

This div background color is #5F5824.


Border color

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

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

This div border color is #5F5824.


Opacity

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

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

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

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

This text has shadow with #5F5824 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5824 on black background.


Color preview on white background

This text has color #5F5824 on white background.



Black color preview on #5F5824 background

This text has black color on #5F5824 background.


White color preview on #5F5824 background

This text has white color on #5F5824 background.