COLOR #5F594D

HEX: #5F594D
RGB: (95,89,77)

Color info

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

RGB color model

#5F594D color RGB value is (95,89,77).

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

RGB channels and saturation

R 95 of 255 = 37%
G 89 of 255 = 35%
B 77 of 255 = 30%

95
89
77

R + G + B ~ 34%. #5F594D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 89 + 77 = 261 (100%)
R 95 of 261 ~ 36.4%
G 89 of 261 ~ 34.1%
B 77 of 261 ~ 29.5%

%36.4
%34.1
%29.5

CMYK color model

#5F594D color CMYK value is (0,6,19,63).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 18.95%
  • key color value is 62.75%
CMYK:
(0,6,19,63)
C0M6Y19K63 
(0%,6%,19%,63%)
(0.00/0.06/0.19/0.63)	

CMYK percentages

%0
%6.32
%18.95
%62.75

Codes

Color #5F594D in popluar color models

5F594D
RGB958977
HSL40°10.47%33.73%
HSB/HSV40°18.95%37.25%
CMYK0.00%6.32%18.95%
62.75%

Color #5F594D in popluar number systems.

HEX5F594D
Decimal958977
Binary101111110110011001101
Octal137131115

Shades and tints

Shades of #5F594D

#5F594D
(95,89,77)
#575146
(87,81,70)
#4F493F
(79,73,63)
#474138
(71,65,56)
#3F3931
(63,57,49)
#37312A
(55,49,42)
#2F2923
(47,41,35)
#27211C
(39,33,28)
#1F1915
(31,25,21)
#17110E
(23,17,14)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #5F594D

#5F594D
(95,89,77)
#6D685D
(109,104,93)
#7B776D
(123,119,109)
#89867D
(137,134,125)
#97958D
(151,149,141)
#A5A49D
(165,164,157)
#B3B3AD
(179,179,173)
#C1C2BD
(193,194,189)
#CFD1CD
(207,209,205)
#DDE0DD
(221,224,221)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F594D; }

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

This text font color is #5F594D.


Background Color

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

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

This div background color is #5F594D.


Border color

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

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

This div border color is #5F594D.


Opacity

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

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

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

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

This text has shadow with #5F594D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F594D on black background.


Color preview on white background

This text has color #5F594D on white background.



Black color preview on #5F594D background

This text has black color on #5F594D background.


White color preview on #5F594D background

This text has white color on #5F594D background.