COLOR #5F5953

HEX: #5F5953
RGB: (95,89,83)

Color info

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

RGB color model

#5F5953 color RGB value is (95,89,83).

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

RGB channels and saturation

R 95 of 255 = 37%
G 89 of 255 = 35%
B 83 of 255 = 33%

95
89
83

R + G + B ~ 35%. #5F5953 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 89 + 83 = 267 (100%)
R 95 of 267 ~ 35.58%
G 89 of 267 ~ 33.33%
B 83 of 267 ~ 31.09%

%35.58
%33.33
%31.09

CMYK color model

#5F5953 color CMYK value is (0,6,13,63).

  • cyan value is 0.00%
  • magenta value is 6.32%
  • yellow value is 12.63%
  • key color value is 62.75%
CMYK:
(0,6,13,63)
C0M6Y13K63 
(0%,6%,13%,63%)
(0.00/0.06/0.13/0.63)	

CMYK percentages

%0
%6.32
%12.63
%62.75

Codes

Color #5F5953 in popluar color models

5F5953
RGB958983
HSL30°6.74%34.90%
HSB/HSV30°12.63%37.25%
CMYK0.00%6.32%12.63%
62.75%

Color #5F5953 in popluar number systems.

HEX5F5953
Decimal958983
Binary101111110110011010011
Octal137131123

Shades and tints

Shades of #5F5953

#5F5953
(95,89,83)
#57514C
(87,81,76)
#4F4945
(79,73,69)
#47413E
(71,65,62)
#3F3937
(63,57,55)
#373130
(55,49,48)
#2F2929
(47,41,41)
#272122
(39,33,34)
#1F191B
(31,25,27)
#171114
(23,17,20)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #5F5953

#5F5953
(95,89,83)
#6D6862
(109,104,98)
#7B7771
(123,119,113)
#898680
(137,134,128)
#97958F
(151,149,143)
#A5A49E
(165,164,158)
#B3B3AD
(179,179,173)
#C1C2BC
(193,194,188)
#CFD1CB
(207,209,203)
#DDE0DA
(221,224,218)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5953; }

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

This text font color is #5F5953.


Background Color

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

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

This div background color is #5F5953.


Border color

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

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

This div border color is #5F5953.


Opacity

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

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

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

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

This text has shadow with #5F5953 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5953 on black background.


Color preview on white background

This text has color #5F5953 on white background.



Black color preview on #5F5953 background

This text has black color on #5F5953 background.


White color preview on #5F5953 background

This text has white color on #5F5953 background.