COLOR #5F584C

HEX: #5F584C
RGB: (95,88,76)

Color info

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

RGB color model

#5F584C color RGB value is (95,88,76).

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

RGB channels and saturation

R 95 of 255 = 37%
G 88 of 255 = 35%
B 76 of 255 = 30%

95
88
76

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

Portions of RGB colors in percentages

R + G + B =
95 + 88 + 76 = 259 (100%)
R 95 of 259 ~ 36.68%
G 88 of 259 ~ 33.98%
B 76 of 259 ~ 29.34%

%36.68
%33.98
%29.34

CMYK color model

#5F584C color CMYK value is (0,7,20,63).

  • cyan value is 0.00%
  • magenta value is 7.37%
  • yellow value is 20.00%
  • key color value is 62.75%
CMYK:
(0,7,20,63)
C0M7Y20K63 
(0%,7%,20%,63%)
(0.00/0.07/0.20/0.63)	

CMYK percentages

%0
%7.37
%20
%62.75

Codes

Color #5F584C in popluar color models

5F584C
RGB958876
HSL38°11.11%33.53%
HSB/HSV38°20.00%37.25%
CMYK0.00%7.37%20.00%
62.75%

Color #5F584C in popluar number systems.

HEX5F584C
Decimal958876
Binary101111110110001001100
Octal137130114

Shades and tints

Shades of #5F584C

#5F584C
(95,88,76)
#575046
(87,80,70)
#4F4840
(79,72,64)
#47403A
(71,64,58)
#3F3834
(63,56,52)
#37302E
(55,48,46)
#2F2828
(47,40,40)
#272022
(39,32,34)
#1F181C
(31,24,28)
#171016
(23,16,22)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #5F584C

#5F584C
(95,88,76)
#6D675C
(109,103,92)
#7B766C
(123,118,108)
#89857C
(137,133,124)
#97948C
(151,148,140)
#A5A39C
(165,163,156)
#B3B2AC
(179,178,172)
#C1C1BC
(193,193,188)
#CFD0CC
(207,208,204)
#DDDFDC
(221,223,220)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F584C; }

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

This text font color is #5F584C.


Background Color

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

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

This div background color is #5F584C.


Border color

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

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

This div border color is #5F584C.


Opacity

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

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

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

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

This text has shadow with #5F584C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F584C on black background.


Color preview on white background

This text has color #5F584C on white background.



Black color preview on #5F584C background

This text has black color on #5F584C background.


White color preview on #5F584C background

This text has white color on #5F584C background.