COLOR #52805F

HEX: #52805F
RGB: (82,128,95)

Color info

#52805F contains red, green and blue colors in about the same proportion. Web safe color of #52805F is #666666 (or #666).

RGB color model

#52805F color RGB value is (82,128,95).

  • red value is 82;
  • green value is 128;
  • blue value is 95.
RGB: (82,128,95) (32%,50%,37%)

RGB channels and saturation

R 82 of 255 = 32%
G 128 of 255 = 50%
B 95 of 255 = 37%

82
128
95

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

Portions of RGB colors in percentages

R + G + B =
82 + 128 + 95 = 305 (100%)
R 82 of 305 ~ 26.89%
G 128 of 305 ~ 41.97%
B 95 of 305 ~ 31.15%

%26.89
%41.97
%31.15

CMYK color model

#52805F color CMYK value is (36,0,26,50).

  • cyan value is 35.94%
  • magenta value is 0.00%
  • yellow value is 25.78%
  • key color value is 49.80%
CMYK: (36,0,26,50) C36M0Y26K50 (36%,0%,26%,50%) (0.36/0.00/0.26/0.50)

CMYK percentages

%35.94
%0
%25.78
%49.8

Codes

Color #52805F in popluar color models

52805F
RGB8212895
HSL137°21.90%41.18%
HSB/HSV137°35.94%50.20%
CMYK35.94%0.00%25.78%
49.80%

Color #52805F in popluar number systems.

HEX52805F
Decimal8212895
Binary1010010100000001011111
Octal122200137

Shades and tints

Shades of #52805F

#52805F
(82,128,95)
#4B7557
(75,117,87)
#446A4F
(68,106,79)
#3D5F47
(61,95,71)
#36543F
(54,84,63)
#2F4937
(47,73,55)
#283E2F
(40,62,47)
#213327
(33,51,39)
#1A281F
(26,40,31)
#131D17
(19,29,23)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #52805F

#52805F
(82,128,95)
#618B6D
(97,139,109)
#70967B
(112,150,123)
#7FA189
(127,161,137)
#8EAC97
(142,172,151)
#9DB7A5
(157,183,165)
#ACC2B3
(172,194,179)
#BBCDC1
(187,205,193)
#CAD8CF
(202,216,207)
#D9E3DD
(217,227,221)
#E8EEEB
(232,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52805F color. Also use rgb(82,128,95) instead hex code.

Text Font Color

.myTextColor { color: #52805F; }

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

This text font color is #52805F.


Background Color

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

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

This div background color is #52805F.


Border color

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

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

This div border color is #52805F.


Opacity

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

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

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

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

This text has shadow with #52805F color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #52805F on black background.


Color preview on white background

This text has color #52805F on white background.



Black color preview on #52805F background

This text has black color on #52805F background.


White color preview on #52805F background

This text has white color on #52805F background.