COLOR #525553

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

Color info

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

RGB color model

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

RGB: (82,85,83) (32%, 33%, 33%)

RGB channels and saturation

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

82
85
83

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

Portions of RGB colors in percentages

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

%32.8
%34
%33.2

CMYK color model

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

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

CMYK percentages

%3.53
%0
%2.35
%66.67

Codes

Color #525553 in popluar color models

52 55 53
RGB 82 85 83
HSL 140° 1.80% 32.75%
HSB/HSV 140° 3.53% 33.33%
CMYK 3.53% 0.00% 2.35%
66.67%

Color #525553 in popluar number systems.

HEX 52 55 53
Decimal 82 85 83
Binary 1010010 1010101 1010011
Octal 122 125 123

Shades and tints

Shades of #525553

#525553
(82,85,83)
#4B4E4C
(75,78,76)
#444745
(68,71,69)
#3D403E
(61,64,62)
#363937
(54,57,55)
#2F3230
(47,50,48)
#282B29
(40,43,41)
#212422
(33,36,34)
#1A1D1B
(26,29,27)
#131614
(19,22,20)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #525553

#525553
(82,85,83)
#616462
(97,100,98)
#707371
(112,115,113)
#7F8280
(127,130,128)
#8E918F
(142,145,143)
#9DA09E
(157,160,158)
#ACAFAD
(172,175,173)
#BBBEBC
(187,190,188)
#CACDCB
(202,205,203)
#D9DCDA
(217,220,218)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #525553; }

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

This text font color is #525553.


Background Color

.myBgColor { background-color: #525553; }

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

This div background color is #525553.


Border color

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

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

This div border color is #525553.


Opacity

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

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

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

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

This text has shadow with #525553 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #525553 on black background.


Color preview on white background

This text has color #525553 on white background.



Black color preview on #525553 background

This text has black color on #525553 background.


White color preview on #525553 background

This text has white color on #525553 background.