COLOR #52553A

HEX: #52553A
RGB: (82,85,58)

Color info

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

RGB color model

#52553A color RGB value is (82,85,58).

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

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 58 of 255 = 23%

82
85
58

R + G + B ~ 29%. #52553A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 58 = 225 (100%)
R 82 of 225 ~ 36.44%
G 85 of 225 ~ 37.78%
B 58 of 225 ~ 25.78%

%36.44
%37.78
%25.78

CMYK color model

#52553A color CMYK value is (4,0,32,67).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 66.67%
CMYK:
(4,0,32,67)
C4M0Y32K67 
(4%,0%,32%,67%)
(0.04/0.00/0.32/0.67)	

CMYK percentages

%3.53
%0
%31.76
%66.67

Codes

Color #52553A in popluar color models

52553A
RGB828558
HSL67°18.88%28.04%
HSB/HSV67°31.76%33.33%
CMYK3.53%0.00%31.76%
66.67%

Color #52553A in popluar number systems.

HEX52553A
Decimal828558
Binary10100101010101111010
Octal12212572

Shades and tints

Shades of #52553A

#52553A
(82,85,58)
#4B4E35
(75,78,53)
#444730
(68,71,48)
#3D402B
(61,64,43)
#363926
(54,57,38)
#2F3221
(47,50,33)
#282B1C
(40,43,28)
#212417
(33,36,23)
#1A1D12
(26,29,18)
#13160D
(19,22,13)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #52553A

#52553A
(82,85,58)
#61644B
(97,100,75)
#70735C
(112,115,92)
#7F826D
(127,130,109)
#8E917E
(142,145,126)
#9DA08F
(157,160,143)
#ACAFA0
(172,175,160)
#BBBEB1
(187,190,177)
#CACDC2
(202,205,194)
#D9DCD3
(217,220,211)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52553A; }

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

This text font color is #52553A.


Background Color

.myBgColor { background-color: #52553A; }

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

This div background color is #52553A.


Border color

.myBorderColor { border: 1px solid #52553A; }

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

This div border color is #52553A.


Opacity

.myOpacity80 { color: #52553A; opacity: 0.8; }

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

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

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

This text has shadow with #52553A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52553A on black background.


Color preview on white background

This text has color #52553A on white background.



Black color preview on #52553A background

This text has black color on #52553A background.


White color preview on #52553A background

This text has white color on #52553A background.