COLOR #5F544C

HEX: #5F544C
RGB: (95,84,76)

Color info

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

RGB color model

#5F544C color RGB value is (95,84,76).

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

RGB channels and saturation

R 95 of 255 = 37%
G 84 of 255 = 33%
B 76 of 255 = 30%

95
84
76

R + G + B ~ 33%. #5F544C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 84 + 76 = 255 (100%)
R 95 of 255 ~ 37.25%
G 84 of 255 ~ 32.94%
B 76 of 255 ~ 29.8%

%37.25
%32.94
%29.8

CMYK color model

#5F544C color CMYK value is (0,12,20,63).

  • cyan value is 0.00%
  • magenta value is 11.58%
  • yellow value is 20.00%
  • key color value is 62.75%
CMYK:
(0,12,20,63)
C0M12Y20K63 
(0%,12%,20%,63%)
(0.00/0.12/0.20/0.63)	

CMYK percentages

%0
%11.58
%20
%62.75

Codes

Color #5F544C in popluar color models

5F544C
RGB958476
HSL25°11.11%33.53%
HSB/HSV25°20.00%37.25%
CMYK0.00%11.58%20.00%
62.75%

Color #5F544C in popluar number systems.

HEX5F544C
Decimal958476
Binary101111110101001001100
Octal137124114

Shades and tints

Shades of #5F544C

#5F544C
(95,84,76)
#574D46
(87,77,70)
#4F4640
(79,70,64)
#473F3A
(71,63,58)
#3F3834
(63,56,52)
#37312E
(55,49,46)
#2F2A28
(47,42,40)
#272322
(39,35,34)
#1F1C1C
(31,28,28)
#171516
(23,21,22)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #5F544C

#5F544C
(95,84,76)
#6D635C
(109,99,92)
#7B726C
(123,114,108)
#89817C
(137,129,124)
#97908C
(151,144,140)
#A59F9C
(165,159,156)
#B3AEAC
(179,174,172)
#C1BDBC
(193,189,188)
#CFCCCC
(207,204,204)
#DDDBDC
(221,219,220)
#EBEAEC
(235,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F544C; }

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

This text font color is #5F544C.


Background Color

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

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

This div background color is #5F544C.


Border color

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

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

This div border color is #5F544C.


Opacity

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

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

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

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

This text has shadow with #5F544C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F544C on black background.


Color preview on white background

This text has color #5F544C on white background.



Black color preview on #5F544C background

This text has black color on #5F544C background.


White color preview on #5F544C background

This text has white color on #5F544C background.