COLOR #52845A

HEX: #52845A RGB: (82,132,90)

Color info

#52845A contains red, green and blue colors in about the same proportion. Web safe color of #52845A is #669966 (or #696).

RGB color model

#52845A color RGB value is (82,132,90).

RGB: (82,132,90) (32%, 52%, 35%)

RGB channels and saturation

R 82 of 255 = 32%
G 132 of 255 = 52%
B 90 of 255 = 35%

82
132
90

R + G + B ~ 40%. #52845A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 132 + 90 = 304 (100%)
R 82 of 304 ~ 26.97%
G 132 of 304 ~ 43.42%
B 90 of 304 ~ 29.61'%

%26.97
%43.42
%29.61

CMYK color model

#52845A color CMYK value is (38,0,32,48).

  • cyan value is 37.88%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 48.24%

CMYK: (38,0,32,48)
C38M0Y32K48 (38%, 0%, 32%, 48%)
(0.38 / 0.00 / 0.32 / 0.48)

CMYK percentages

%37.88
%0
%31.82
%48.24

Codes

Color #52845A in popluar color models

52 84 5A
RGB 82 132 90
HSL 130° 23.36% 41.96%
HSB/HSV 130° 37.88% 51.76%
CMYK 37.88% 0.00% 31.82%
48.24%

Color #52845A in popluar number systems.

HEX 52 84 5A
Decimal 82 132 90
Binary 1010010 10000100 1011010
Octal 122 204 132

Shades and tints

Shades of #52845A

#52845A
(82,132,90)
#4B7852
(75,120,82)
#446C4A
(68,108,74)
#3D6042
(61,96,66)
#36543A
(54,84,58)
#2F4832
(47,72,50)
#283C2A
(40,60,42)
#213022
(33,48,34)
#1A241A
(26,36,26)
#131812
(19,24,18)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #52845A

#52845A
(82,132,90)
#618F69
(97,143,105)
#709A78
(112,154,120)
#7FA587
(127,165,135)
#8EB096
(142,176,150)
#9DBBA5
(157,187,165)
#ACC6B4
(172,198,180)
#BBD1C3
(187,209,195)
#CADCD2
(202,220,210)
#D9E7E1
(217,231,225)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52845A color. Also use rgb(82,132,90) instead hex code.

Text Font Color

.myTextColor { color: #52845A; }

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

This text font color is #52845A.

Background Color

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

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

This div background color is #52845A.

Border color

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

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

This div border color is #52845A.

Opacity

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

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

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

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

This text has shadow with #52845A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52845A.

Preview

Color preview on black background

This text has color #52845A on black background.


Color preview on white background

This text has color #52845A on white background.


Black color preview on #52845A background

This text has black color on #52845A background.


White color preview on #52845A background

This text has white color on #52845A background.


Related colors

Complementary color

Complementary color for #hex is #AD7BA5.


I love getcolorcode.com

Triadic colors

1 #5A5284 and #845A52 with #52845A are triadic colors.

2 #5A8452 and #84525A with #52845A are triadic colors.