COLOR #5F5829

HEX: #5F5829
RGB: (95,88,41)

Color info

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

RGB color model

#5F5829 color RGB value is (95,88,41).

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

RGB channels and saturation

R 95 of 255 = 37%
G 88 of 255 = 35%
B 41 of 255 = 16%

95
88
41

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

Portions of RGB colors in percentages

R + G + B =
95 + 88 + 41 = 224 (100%)
R 95 of 224 ~ 42.41%
G 88 of 224 ~ 39.29%
B 41 of 224 ~ 18.3%

%42.41
%39.29
%18.3

CMYK color model

#5F5829 color CMYK value is (0,7,57,63).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 56.84%
  • key color value is 62.75%
CMYK:
(0,7,57,63)
C0M7Y57K63 
(0%,7%,57%,63%)
(0.00/0.07/0.57/0.63)	

CMYK percentages

%0
%7.37
%56.84
%62.75

Codes

Color #5F5829 in popluar color models

5F5829
RGB958841
HSL52°39.71%26.67%
HSB/HSV52°56.84%37.25%
CMYK0.00%7.37%56.84%
62.75%

Color #5F5829 in popluar number systems.

HEX5F5829
Decimal958841
Binary10111111011000101001
Octal13713051

Shades and tints

Shades of #5F5829

#5F5829
(95,88,41)
#575026
(87,80,38)
#4F4823
(79,72,35)
#474020
(71,64,32)
#3F381D
(63,56,29)
#37301A
(55,48,26)
#2F2817
(47,40,23)
#272014
(39,32,20)
#1F1811
(31,24,17)
#17100E
(23,16,14)
#0F080B
(15,8,11)
#000000
(0,0,0)

Tints of #5F5829

#5F5829
(95,88,41)
#6D673C
(109,103,60)
#7B764F
(123,118,79)
#898562
(137,133,98)
#979475
(151,148,117)
#A5A388
(165,163,136)
#B3B29B
(179,178,155)
#C1C1AE
(193,193,174)
#CFD0C1
(207,208,193)
#DDDFD4
(221,223,212)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5829; }

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

This text font color is #5F5829.


Background Color

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

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

This div background color is #5F5829.


Border color

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

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

This div border color is #5F5829.


Opacity

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

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

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

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

This text has shadow with #5F5829 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5829 on black background.


Color preview on white background

This text has color #5F5829 on white background.



Black color preview on #5F5829 background

This text has black color on #5F5829 background.


White color preview on #5F5829 background

This text has white color on #5F5829 background.