COLOR #555253

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

85
82
83

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

Portions of RGB colors in percentages

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

%34
%32.8
%33.2

CMYK color model

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

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

CMYK percentages

%0
%3.53
%2.35
%66.67

Codes

Color #555253 in popluar color models

555253
RGB858283
HSL340°1.80%32.75%
HSB/HSV340°3.53%33.33%
CMYK0.00%3.53%2.35%
66.67%

Color #555253 in popluar number systems.

HEX555253
Decimal858283
Binary101010110100101010011
Octal125122123

Shades and tints

Shades of #555253

#555253
(85,82,83)
#4E4B4C
(78,75,76)
#474445
(71,68,69)
#403D3E
(64,61,62)
#393637
(57,54,55)
#322F30
(50,47,48)
#2B2829
(43,40,41)
#242122
(36,33,34)
#1D1A1B
(29,26,27)
#161314
(22,19,20)
#0F0C0D
(15,12,13)
#000000
(0,0,0)

Tints of #555253

#555253
(85,82,83)
#646162
(100,97,98)
#737071
(115,112,113)
#827F80
(130,127,128)
#918E8F
(145,142,143)
#A09D9E
(160,157,158)
#AFACAD
(175,172,173)
#BEBBBC
(190,187,188)
#CDCACB
(205,202,203)
#DCD9DA
(220,217,218)
#EBE8E9
(235,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555253; }

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

This text font color is #555253.


Background Color

.myBgColor { background-color: #555253; }

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

This div background color is #555253.


Border color

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

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

This div border color is #555253.


Opacity

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

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

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

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

This text has shadow with #555253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #555253 on black background.


Color preview on white background

This text has color #555253 on white background.



Black color preview on #555253 background

This text has black color on #555253 background.


White color preview on #555253 background

This text has white color on #555253 background.