COLOR #52817F

HEX: #52817F
RGB: (82,129,127)

Color info

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

RGB color model

#52817F color RGB value is (82,129,127).

  • red value is 82;
  • green value is 129;
  • blue value is 127.
RGB:
(82,129,127)
(32%,51%,50%)

RGB channels and saturation

R 82 of 255 = 32%
G 129 of 255 = 51%
B 127 of 255 = 50%

82
129
127

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

Portions of RGB colors in percentages

R + G + B =
82 + 129 + 127 = 338 (100%)
R 82 of 338 ~ 24.26%
G 129 of 338 ~ 38.17%
B 127 of 338 ~ 37.57%

%24.26
%38.17
%37.57

CMYK color model

#52817F color CMYK value is (36,0,2,49).

  • cyan value is 36.43%
  • magenta value is 0.00%
  • yellow value is 1.55%
  • key color value is 49.41%
CMYK:
(36,0,2,49)
C36M0Y2K49 
(36%,0%,2%,49%)
(0.36/0.00/0.02/0.49)	

CMYK percentages

%36.43
%0
%1.55
%49.41

Codes

Color #52817F in popluar color models

52817F
RGB82129127
HSL177°22.27%41.37%
HSB/HSV177°36.43%50.59%
CMYK36.43%0.00%1.55%
49.41%

Color #52817F in popluar number systems.

HEX52817F
Decimal82129127
Binary1010010100000011111111
Octal122201177

Shades and tints

Shades of #52817F

#52817F
(82,129,127)
#4B7674
(75,118,116)
#446B69
(68,107,105)
#3D605E
(61,96,94)
#365553
(54,85,83)
#2F4A48
(47,74,72)
#283F3D
(40,63,61)
#213432
(33,52,50)
#1A2927
(26,41,39)
#131E1C
(19,30,28)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #52817F

#52817F
(82,129,127)
#618C8A
(97,140,138)
#709795
(112,151,149)
#7FA2A0
(127,162,160)
#8EADAB
(142,173,171)
#9DB8B6
(157,184,182)
#ACC3C1
(172,195,193)
#BBCECC
(187,206,204)
#CAD9D7
(202,217,215)
#D9E4E2
(217,228,226)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52817F color. Also use rgb(82,129,127) instead hex code.

Text Font Color

.myTextColor { color: #52817F; }

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

This text font color is #52817F.


Background Color

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

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

This div background color is #52817F.


Border color

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

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

This div border color is #52817F.


Opacity

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

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

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

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

This text has shadow with #52817F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52817F on black background.


Color preview on white background

This text has color #52817F on white background.



Black color preview on #52817F background

This text has black color on #52817F background.


White color preview on #52817F background

This text has white color on #52817F background.