COLOR #555252

HEX: #555252
RGB: (85,82,82)

Color info

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

RGB color model

#555252 color RGB value is (85,82,82).

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

RGB channels and saturation

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

85
82
82

R + G + B ~ 32%. #555252 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 82 + 82 = 249 (100%)
R 85 of 249 ~ 34.14%
G 82 of 249 ~ 32.93%
B 82 of 249 ~ 32.93%

%34.14
%32.93
%32.93

CMYK color model

#555252 color CMYK value is (0,4,4,67).

  • cyan value is 0.00%
  • magenta value is 3.53%
  • yellow value is 3.53%
  • key color value is 66.67%
CMYK:
(0,4,4,67)
C0M4Y4K67 
(0%,4%,4%,67%)
(0.00/0.04/0.04/0.67)	

CMYK percentages

%0
%3.53
%3.53
%66.67

Codes

Color #555252 in popluar color models

555252
RGB858282
HSL1.80%32.75%
HSB/HSV3.53%33.33%
CMYK0.00%3.53%3.53%
66.67%

Color #555252 in popluar number systems.

HEX555252
Decimal858282
Binary101010110100101010010
Octal125122122

Shades and tints

Shades of #555252

#555252
(85,82,82)
#4E4B4B
(78,75,75)
#474444
(71,68,68)
#403D3D
(64,61,61)
#393636
(57,54,54)
#322F2F
(50,47,47)
#2B2828
(43,40,40)
#242121
(36,33,33)
#1D1A1A
(29,26,26)
#161313
(22,19,19)
#0F0C0C
(15,12,12)
#000000
(0,0,0)

Tints of #555252

#555252
(85,82,82)
#646161
(100,97,97)
#737070
(115,112,112)
#827F7F
(130,127,127)
#918E8E
(145,142,142)
#A09D9D
(160,157,157)
#AFACAC
(175,172,172)
#BEBBBB
(190,187,187)
#CDCACA
(205,202,202)
#DCD9D9
(220,217,217)
#EBE8E8
(235,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555252; }

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

This text font color is #555252.


Background Color

.myBgColor { background-color: #555252; }

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

This div background color is #555252.


Border color

.myBorderColor { border: 1px solid #555252; }

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

This div border color is #555252.


Opacity

.myOpacity80 { color: #555252; opacity: 0.8; }

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

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

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

This text has shadow with #555252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555252 on black background.


Color preview on white background

This text has color #555252 on white background.



Black color preview on #555252 background

This text has black color on #555252 background.


White color preview on #555252 background

This text has white color on #555252 background.