COLOR #555152

HEX: #555152
RGB: (85,81,82)

Color info

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

RGB color model

#555152 color RGB value is (85,81,82).

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

RGB channels and saturation

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

85
81
82

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

Portions of RGB colors in percentages

R + G + B =
85 + 81 + 82 = 248 (100%)
R 85 of 248 ~ 34.27%
G 81 of 248 ~ 32.66%
B 82 of 248 ~ 33.06%

%34.27
%32.66
%33.06

CMYK color model

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

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

CMYK percentages

%0
%4.71
%3.53
%66.67

Codes

Color #555152 in popluar color models

555152
RGB858182
HSL345°2.41%32.55%
HSB/HSV345°4.71%33.33%
CMYK0.00%4.71%3.53%
66.67%

Color #555152 in popluar number systems.

HEX555152
Decimal858182
Binary101010110100011010010
Octal125121122

Shades and tints

Shades of #555152

#555152
(85,81,82)
#4E4A4B
(78,74,75)
#474344
(71,67,68)
#403C3D
(64,60,61)
#393536
(57,53,54)
#322E2F
(50,46,47)
#2B2728
(43,39,40)
#242021
(36,32,33)
#1D191A
(29,25,26)
#161213
(22,18,19)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #555152

#555152
(85,81,82)
#646061
(100,96,97)
#736F70
(115,111,112)
#827E7F
(130,126,127)
#918D8E
(145,141,142)
#A09C9D
(160,156,157)
#AFABAC
(175,171,172)
#BEBABB
(190,186,187)
#CDC9CA
(205,201,202)
#DCD8D9
(220,216,217)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555152; }

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

This text font color is #555152.


Background Color

.myBgColor { background-color: #555152; }

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

This div background color is #555152.


Border color

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

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

This div border color is #555152.


Opacity

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

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

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

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

This text has shadow with #555152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555152 on black background.


Color preview on white background

This text has color #555152 on white background.



Black color preview on #555152 background

This text has black color on #555152 background.


White color preview on #555152 background

This text has white color on #555152 background.