COLOR #52551E

HEX: #52551E RGB: (82,85,30)

Color info

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

RGB color model

#52551E color RGB value is (82,85,30).

RGB: (82,85,30) (32%, 33%, 12%)

RGB channels and saturation

R 82 of 255 = 32%
G 85 of 255 = 33%
B 30 of 255 = 12%

82
85
30

R + G + B ~ 26%. #52551E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 85 + 30 = 197 (100%)
R 82 of 197 ~ 41.62%
G 85 of 197 ~ 43.15%
B 30 of 197 ~ 15.23'%

%41.62
%43.15
%15.23

CMYK color model

#52551E color CMYK value is (4,0,65,67).

  • cyan value is 3.53%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 66.67%

CMYK: (4,0,65,67)
C4M0Y65K67 (4%, 0%, 65%, 67%)
(0.04 / 0.00 / 0.65 / 0.67)

CMYK percentages

%3.53
%0
%64.71
%66.67

Codes

Color #52551E in popluar color models

52 55 1E
RGB 82 85 30
HSL 63° 47.83% 22.55%
HSB/HSV 63° 64.71% 33.33%
CMYK 3.53% 0.00% 64.71%
66.67%

Color #52551E in popluar number systems.

HEX 52 55 1E
Decimal 82 85 30
Binary 1010010 1010101 11110
Octal 122 125 36

Shades and tints

Shades of #52551E

#52551E
(82,85,30)
#4B4E1C
(75,78,28)
#44471A
(68,71,26)
#3D4018
(61,64,24)
#363916
(54,57,22)
#2F3214
(47,50,20)
#282B12
(40,43,18)
#212410
(33,36,16)
#1A1D0E
(26,29,14)
#13160C
(19,22,12)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #52551E

#52551E
(82,85,30)
#616432
(97,100,50)
#707346
(112,115,70)
#7F825A
(127,130,90)
#8E916E
(142,145,110)
#9DA082
(157,160,130)
#ACAF96
(172,175,150)
#BBBEAA
(187,190,170)
#CACDBE
(202,205,190)
#D9DCD2
(217,220,210)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52551E; }

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

This text font color is #52551E.

Background Color

.myBgColor { background-color: #52551E; }

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

This div background color is #52551E.

Border color

.myBorderColor { border: 1px solid #52551E; }

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

This div border color is #52551E.

Opacity

.myOpacity80 { color: #52551E; opacity: 0.8; }

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

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

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

This text has shadow with #52551E color.


.textShadow {text-shadow: 3px 3px 1px #52551E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #52551E; -webkit-box-shadow: 1px 1px 3px 2px #52551E; box-shadow:1px 1px 3px 2px #52551E;">
Div content here
</div>

This div box has shadow with color #52551E.

Preview

Color preview on black background

This text has color #52551E on black background.


Color preview on white background

This text has color #52551E on white background.


Black color preview on #52551E background

This text has black color on #52551E background.


White color preview on #52551E background

This text has white color on #52551E background.


Related colors

Complementary color

Complementary color for #hex is #ADAAE1.


I love getcolorcode.com

Triadic colors

1 #1E5255 and #551E52 with #52551E are triadic colors.

2 #1E5552 and #55521E with #52551E are triadic colors.