COLOR #52553F

HEX: #52553F
RGB: (82,85,63)

Color info

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

RGB color model

#52553F color RGB value is (82,85,63).

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

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 63 of 255 = 25%

82
85
63

R + G + B ~ 30%. #52553F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 85 + 63 = 230 (100%)
R 82 of 230 ~ 35.65%
G 85 of 230 ~ 36.96%
B 63 of 230 ~ 27.39%

%35.65
%36.96
%27.39

CMYK color model

#52553F color CMYK value is (4,0,26,67).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 66.67%
CMYK:
(4,0,26,67)
C4M0Y26K67 
(4%,0%,26%,67%)
(0.04/0.00/0.26/0.67)	

CMYK percentages

%3.53
%0
%25.88
%66.67

Codes

Color #52553F in popluar color models

52553F
RGB828563
HSL68°14.86%29.02%
HSB/HSV68°25.88%33.33%
CMYK3.53%0.00%25.88%
66.67%

Color #52553F in popluar number systems.

HEX52553F
Decimal828563
Binary10100101010101111111
Octal12212577

Shades and tints

Shades of #52553F

#52553F
(82,85,63)
#4B4E3A
(75,78,58)
#444735
(68,71,53)
#3D4030
(61,64,48)
#36392B
(54,57,43)
#2F3226
(47,50,38)
#282B21
(40,43,33)
#21241C
(33,36,28)
#1A1D17
(26,29,23)
#131612
(19,22,18)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #52553F

#52553F
(82,85,63)
#616450
(97,100,80)
#707361
(112,115,97)
#7F8272
(127,130,114)
#8E9183
(142,145,131)
#9DA094
(157,160,148)
#ACAFA5
(172,175,165)
#BBBEB6
(187,190,182)
#CACDC7
(202,205,199)
#D9DCD8
(217,220,216)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52553F; }

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

This text font color is #52553F.


Background Color

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

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

This div background color is #52553F.


Border color

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

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

This div border color is #52553F.


Opacity

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

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

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

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

This text has shadow with #52553F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52553F on black background.


Color preview on white background

This text has color #52553F on white background.



Black color preview on #52553F background

This text has black color on #52553F background.


White color preview on #52553F background

This text has white color on #52553F background.