COLOR #5F5552

HEX: #5F5552
RGB: (95,85,82)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
85
82

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

Portions of RGB colors in percentages

R + G + B =
95 + 85 + 82 = 262 (100%)
R 95 of 262 ~ 36.26%
G 85 of 262 ~ 32.44%
B 82 of 262 ~ 31.3%

%36.26
%32.44
%31.3

CMYK color model

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

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

CMYK percentages

%0
%10.53
%13.68
%62.75

Codes

Color #5F5552 in popluar color models

5F5552
RGB958582
HSL14°7.34%34.71%
HSB/HSV14°13.68%37.25%
CMYK0.00%10.53%13.68%
62.75%

Color #5F5552 in popluar number systems.

HEX5F5552
Decimal958582
Binary101111110101011010010
Octal137125122

Shades and tints

Shades of #5F5552

#5F5552
(95,85,82)
#574E4B
(87,78,75)
#4F4744
(79,71,68)
#47403D
(71,64,61)
#3F3936
(63,57,54)
#37322F
(55,50,47)
#2F2B28
(47,43,40)
#272421
(39,36,33)
#1F1D1A
(31,29,26)
#171613
(23,22,19)
#0F0F0C
(15,15,12)
#000000
(0,0,0)

Tints of #5F5552

#5F5552
(95,85,82)
#6D6461
(109,100,97)
#7B7370
(123,115,112)
#89827F
(137,130,127)
#97918E
(151,145,142)
#A5A09D
(165,160,157)
#B3AFAC
(179,175,172)
#C1BEBB
(193,190,187)
#CFCDCA
(207,205,202)
#DDDCD9
(221,220,217)
#EBEBE8
(235,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F5552; }

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

This text font color is #5F5552.


Background Color

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

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

This div background color is #5F5552.


Border color

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

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

This div border color is #5F5552.


Opacity

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

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

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

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

This text has shadow with #5F5552 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F5552 on black background.


Color preview on white background

This text has color #5F5552 on white background.



Black color preview on #5F5552 background

This text has black color on #5F5552 background.


White color preview on #5F5552 background

This text has white color on #5F5552 background.