COLOR #5F5252

HEX: #5F5252
RGB: (95,82,82)

Color info

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

RGB color model

#5F5252 color RGB value is (95,82,82).

  • red value is 95;
  • green value is 82;
  • blue value is 82.
RGB:
(95,82,82)
(37%,32%,32%)

RGB channels and saturation

R 95 of 255 = 37%
G 82 of 255 = 32%
B 82 of 255 = 32%

95
82
82

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

Portions of RGB colors in percentages

R + G + B =
95 + 82 + 82 = 259 (100%)
R 95 of 259 ~ 36.68%
G 82 of 259 ~ 31.66%
B 82 of 259 ~ 31.66%

%36.68
%31.66
%31.66

CMYK color model

#5F5252 color CMYK value is (0,14,14,63).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 13.68%
  • key color value is 62.75%
CMYK:
(0,14,14,63)
C0M14Y14K63 
(0%,14%,14%,63%)
(0.00/0.14/0.14/0.63)	

CMYK percentages

%0
%13.68
%13.68
%62.75

Codes

Color #5F5252 in popluar color models

5F5252
RGB958282
HSL7.34%34.71%
HSB/HSV13.68%37.25%
CMYK0.00%13.68%13.68%
62.75%

Color #5F5252 in popluar number systems.

HEX5F5252
Decimal958282
Binary101111110100101010010
Octal137122122

Shades and tints

Shades of #5F5252

#5F5252
(95,82,82)
#574B4B
(87,75,75)
#4F4444
(79,68,68)
#473D3D
(71,61,61)
#3F3636
(63,54,54)
#372F2F
(55,47,47)
#2F2828
(47,40,40)
#272121
(39,33,33)
#1F1A1A
(31,26,26)
#171313
(23,19,19)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #5F5252

#5F5252
(95,82,82)
#6D6161
(109,97,97)
#7B7070
(123,112,112)
#897F7F
(137,127,127)
#978E8E
(151,142,142)
#A59D9D
(165,157,157)
#B3ACAC
(179,172,172)
#C1BBBB
(193,187,187)
#CFCACA
(207,202,202)
#DDD9D9
(221,217,217)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5252; }

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

This text font color is #5F5252.


Background Color

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

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

This div background color is #5F5252.


Border color

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

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

This div border color is #5F5252.


Opacity

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

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

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

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

This text has shadow with #5F5252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5252 on black background.


Color preview on white background

This text has color #5F5252 on white background.



Black color preview on #5F5252 background

This text has black color on #5F5252 background.


White color preview on #5F5252 background

This text has white color on #5F5252 background.