COLOR #5F534C

HEX: #5F534C
RGB: (95,83,76)

Color info

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

RGB color model

#5F534C color RGB value is (95,83,76).

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

RGB channels and saturation

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

95
83
76

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

Portions of RGB colors in percentages

R + G + B =
95 + 83 + 76 = 254 (100%)
R 95 of 254 ~ 37.4%
G 83 of 254 ~ 32.68%
B 76 of 254 ~ 29.92%

%37.4
%32.68
%29.92

CMYK color model

#5F534C color CMYK value is (0,13,20,63).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 20.00%
  • key color value is 62.75%
CMYK:
(0,13,20,63)
C0M13Y20K63 
(0%,13%,20%,63%)
(0.00/0.13/0.20/0.63)	

CMYK percentages

%0
%12.63
%20
%62.75

Codes

Color #5F534C in popluar color models

5F534C
RGB958376
HSL22°11.11%33.53%
HSB/HSV22°20.00%37.25%
CMYK0.00%12.63%20.00%
62.75%

Color #5F534C in popluar number systems.

HEX5F534C
Decimal958376
Binary101111110100111001100
Octal137123114

Shades and tints

Shades of #5F534C

#5F534C
(95,83,76)
#574C46
(87,76,70)
#4F4540
(79,69,64)
#473E3A
(71,62,58)
#3F3734
(63,55,52)
#37302E
(55,48,46)
#2F2928
(47,41,40)
#272222
(39,34,34)
#1F1B1C
(31,27,28)
#171416
(23,20,22)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #5F534C

#5F534C
(95,83,76)
#6D625C
(109,98,92)
#7B716C
(123,113,108)
#89807C
(137,128,124)
#978F8C
(151,143,140)
#A59E9C
(165,158,156)
#B3ADAC
(179,173,172)
#C1BCBC
(193,188,188)
#CFCBCC
(207,203,204)
#DDDADC
(221,218,220)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F534C; }

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

This text font color is #5F534C.


Background Color

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

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

This div background color is #5F534C.


Border color

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

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

This div border color is #5F534C.


Opacity

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

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

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

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

This text has shadow with #5F534C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F534C on black background.


Color preview on white background

This text has color #5F534C on white background.



Black color preview on #5F534C background

This text has black color on #5F534C background.


White color preview on #5F534C background

This text has white color on #5F534C background.