COLOR #555352

HEX: #555352
RGB: (85,83,82)

Color info

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

RGB color model

#555352 color RGB value is (85,83,82).

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

RGB channels and saturation

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

85
83
82

R + G + B ~ 33%. #555352 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 83 + 82 = 250 (100%)
R 85 of 250 ~ 34%
G 83 of 250 ~ 33.2%
B 82 of 250 ~ 32.8%

%34
%33.2
%32.8

CMYK color model

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

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

CMYK percentages

%0
%2.35
%3.53
%66.67

Codes

Color #555352 in popluar color models

555352
RGB858382
HSL20°1.80%32.75%
HSB/HSV20°3.53%33.33%
CMYK0.00%2.35%3.53%
66.67%

Color #555352 in popluar number systems.

HEX555352
Decimal858382
Binary101010110100111010010
Octal125123122

Shades and tints

Shades of #555352

#555352
(85,83,82)
#4E4C4B
(78,76,75)
#474544
(71,69,68)
#403E3D
(64,62,61)
#393736
(57,55,54)
#32302F
(50,48,47)
#2B2928
(43,41,40)
#242221
(36,34,33)
#1D1B1A
(29,27,26)
#161413
(22,20,19)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #555352

#555352
(85,83,82)
#646261
(100,98,97)
#737170
(115,113,112)
#82807F
(130,128,127)
#918F8E
(145,143,142)
#A09E9D
(160,158,157)
#AFADAC
(175,173,172)
#BEBCBB
(190,188,187)
#CDCBCA
(205,203,202)
#DCDAD9
(220,218,217)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555352; }

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

This text font color is #555352.


Background Color

.myBgColor { background-color: #555352; }

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

This div background color is #555352.


Border color

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

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

This div border color is #555352.


Opacity

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

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

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

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

This text has shadow with #555352 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555352 on black background.


Color preview on white background

This text has color #555352 on white background.



Black color preview on #555352 background

This text has black color on #555352 background.


White color preview on #555352 background

This text has white color on #555352 background.