COLOR #52554B

HEX: #52554B
RGB: (82,85,75)

Color info

#52554B contains red, green and blue colors in about the same proportion. Web safe color of #52554B is #666633 (or #663).

RGB color model

#52554B color RGB value is (82,85,75).

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

RGB channels and saturation

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

82
85
75

R + G + B ~ 31%. #52554B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 75 = 242 (100%)
R 82 of 242 ~ 33.88%
G 85 of 242 ~ 35.12%
B 75 of 242 ~ 30.99%

%33.88
%35.12
%30.99

CMYK color model

#52554B color CMYK value is (4,0,12,67).

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

CMYK percentages

%3.53
%0
%11.76
%66.67

Codes

Color #52554B in popluar color models

52554B
RGB828575
HSL78°6.25%31.37%
HSB/HSV78°11.76%33.33%
CMYK3.53%0.00%11.76%
66.67%

Color #52554B in popluar number systems.

HEX52554B
Decimal828575
Binary101001010101011001011
Octal122125113

Shades and tints

Shades of #52554B

#52554B
(82,85,75)
#4B4E45
(75,78,69)
#44473F
(68,71,63)
#3D4039
(61,64,57)
#363933
(54,57,51)
#2F322D
(47,50,45)
#282B27
(40,43,39)
#212421
(33,36,33)
#1A1D1B
(26,29,27)
#131615
(19,22,21)
#0C0F0F
(12,15,15)
#000000
(0,0,0)

Tints of #52554B

#52554B
(82,85,75)
#61645B
(97,100,91)
#70736B
(112,115,107)
#7F827B
(127,130,123)
#8E918B
(142,145,139)
#9DA09B
(157,160,155)
#ACAFAB
(172,175,171)
#BBBEBB
(187,190,187)
#CACDCB
(202,205,203)
#D9DCDB
(217,220,219)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52554B; }

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

This text font color is #52554B.


Background Color

.myBgColor { background-color: #52554B; }

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

This div background color is #52554B.


Border color

.myBorderColor { border: 1px solid #52554B; }

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

This div border color is #52554B.


Opacity

.myOpacity80 { color: #52554B; opacity: 0.8; }

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

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

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

This text has shadow with #52554B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52554B on black background.


Color preview on white background

This text has color #52554B on white background.



Black color preview on #52554B background

This text has black color on #52554B background.


White color preview on #52554B background

This text has white color on #52554B background.