COLOR #5F592F

HEX: #5F592F
RGB: (95,89,47)

Color info

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

RGB color model

#5F592F color RGB value is (95,89,47).

  • red value is 95;
  • green value is 89;
  • blue value is 47.
RGB:
(95,89,47)
(37%,35%,18%)

RGB channels and saturation

R 95 of 255 = 37%
G 89 of 255 = 35%
B 47 of 255 = 18%

95
89
47

R + G + B ~ 30%. #5F592F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 89 + 47 = 231 (100%)
R 95 of 231 ~ 41.13%
G 89 of 231 ~ 38.53%
B 47 of 231 ~ 20.35%

%41.13
%38.53
%20.35

CMYK color model

#5F592F color CMYK value is (0,6,51,63).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 50.53%
  • key color value is 62.75%
CMYK:
(0,6,51,63)
C0M6Y51K63 
(0%,6%,51%,63%)
(0.00/0.06/0.51/0.63)	

CMYK percentages

%0
%6.32
%50.53
%62.75

Codes

Color #5F592F in popluar color models

5F592F
RGB958947
HSL53°33.80%27.84%
HSB/HSV53°50.53%37.25%
CMYK0.00%6.32%50.53%
62.75%

Color #5F592F in popluar number systems.

HEX5F592F
Decimal958947
Binary10111111011001101111
Octal13713157

Shades and tints

Shades of #5F592F

#5F592F
(95,89,47)
#57512B
(87,81,43)
#4F4927
(79,73,39)
#474123
(71,65,35)
#3F391F
(63,57,31)
#37311B
(55,49,27)
#2F2917
(47,41,23)
#272113
(39,33,19)
#1F190F
(31,25,15)
#17110B
(23,17,11)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #5F592F

#5F592F
(95,89,47)
#6D6841
(109,104,65)
#7B7753
(123,119,83)
#898665
(137,134,101)
#979577
(151,149,119)
#A5A489
(165,164,137)
#B3B39B
(179,179,155)
#C1C2AD
(193,194,173)
#CFD1BF
(207,209,191)
#DDE0D1
(221,224,209)
#EBEFE3
(235,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F592F color. Also use rgb(95,89,47) instead hex code.

Text Font Color

.myTextColor { color: #5F592F; }

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

This text font color is #5F592F.


Background Color

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

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

This div background color is #5F592F.


Border color

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

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

This div border color is #5F592F.


Opacity

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

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

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

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

This text has shadow with #5F592F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F592F on black background.


Color preview on white background

This text has color #5F592F on white background.



Black color preview on #5F592F background

This text has black color on #5F592F background.


White color preview on #5F592F background

This text has white color on #5F592F background.