COLOR #5F534F

HEX: #5F534F
RGB: (95,83,79)

Color info

#5F534F contains red, green and blue colors in about the same proportion. Web safe color of #5F534F is #666666 (or #666).

RGB color model

#5F534F color RGB value is (95,83,79).

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

RGB channels and saturation

R 95 of 255 = 37%
G 83 of 255 = 33%
B 79 of 255 = 31%

95
83
79

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

Portions of RGB colors in percentages

R + G + B =
95 + 83 + 79 = 257 (100%)
R 95 of 257 ~ 36.96%
G 83 of 257 ~ 32.3%
B 79 of 257 ~ 30.74%

%36.96
%32.3
%30.74

CMYK color model

#5F534F color CMYK value is (0,13,17,63).

  • cyan value is 0.00%
  • magenta value is 12.63%
  • yellow value is 16.84%
  • key color value is 62.75%
CMYK:
(0,13,17,63)
C0M13Y17K63 
(0%,13%,17%,63%)
(0.00/0.13/0.17/0.63)	

CMYK percentages

%0
%12.63
%16.84
%62.75

Codes

Color #5F534F in popluar color models

5F534F
RGB958379
HSL15°9.20%34.12%
HSB/HSV15°16.84%37.25%
CMYK0.00%12.63%16.84%
62.75%

Color #5F534F in popluar number systems.

HEX5F534F
Decimal958379
Binary101111110100111001111
Octal137123117

Shades and tints

Shades of #5F534F

#5F534F
(95,83,79)
#574C48
(87,76,72)
#4F4541
(79,69,65)
#473E3A
(71,62,58)
#3F3733
(63,55,51)
#37302C
(55,48,44)
#2F2925
(47,41,37)
#27221E
(39,34,30)
#1F1B17
(31,27,23)
#171410
(23,20,16)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #5F534F

#5F534F
(95,83,79)
#6D625F
(109,98,95)
#7B716F
(123,113,111)
#89807F
(137,128,127)
#978F8F
(151,143,143)
#A59E9F
(165,158,159)
#B3ADAF
(179,173,175)
#C1BCBF
(193,188,191)
#CFCBCF
(207,203,207)
#DDDADF
(221,218,223)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F534F; }

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

This text font color is #5F534F.


Background Color

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

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

This div background color is #5F534F.


Border color

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

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

This div border color is #5F534F.


Opacity

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

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

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

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

This text has shadow with #5F534F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F534F on black background.


Color preview on white background

This text has color #5F534F on white background.



Black color preview on #5F534F background

This text has black color on #5F534F background.


White color preview on #5F534F background

This text has white color on #5F534F background.