COLOR #52837E

HEX: #52837E
RGB: (82,131,126)

Color info

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

RGB color model

#52837E color RGB value is (82,131,126).

  • red value is 82;
  • green value is 131;
  • blue value is 126.
RGB:
(82,131,126)
(32%,51%,49%)

RGB channels and saturation

R 82 of 255 = 32%
G 131 of 255 = 51%
B 126 of 255 = 49%

82
131
126

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

Portions of RGB colors in percentages

R + G + B =
82 + 131 + 126 = 339 (100%)
R 82 of 339 ~ 24.19%
G 131 of 339 ~ 38.64%
B 126 of 339 ~ 37.17%

%24.19
%38.64
%37.17

CMYK color model

#52837E color CMYK value is (37,0,4,49).

  • cyan value is 37.40%
  • magenta value is 0.00%
  • yellow value is 3.82%
  • key color value is 48.63%
CMYK:
(37,0,4,49)
C37M0Y4K49 
(37%,0%,4%,49%)
(0.37/0.00/0.04/0.49)	

CMYK percentages

%37.4
%0
%3.82
%48.63

Codes

Color #52837E in popluar color models

52837E
RGB82131126
HSL174°23.00%41.76%
HSB/HSV174°37.40%51.37%
CMYK37.40%0.00%3.82%
48.63%

Color #52837E in popluar number systems.

HEX52837E
Decimal82131126
Binary1010010100000111111110
Octal122203176

Shades and tints

Shades of #52837E

#52837E
(82,131,126)
#4B7873
(75,120,115)
#446D68
(68,109,104)
#3D625D
(61,98,93)
#365752
(54,87,82)
#2F4C47
(47,76,71)
#28413C
(40,65,60)
#213631
(33,54,49)
#1A2B26
(26,43,38)
#13201B
(19,32,27)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #52837E

#52837E
(82,131,126)
#618E89
(97,142,137)
#709994
(112,153,148)
#7FA49F
(127,164,159)
#8EAFAA
(142,175,170)
#9DBAB5
(157,186,181)
#ACC5C0
(172,197,192)
#BBD0CB
(187,208,203)
#CADBD6
(202,219,214)
#D9E6E1
(217,230,225)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52837E color. Also use rgb(82,131,126) instead hex code.

Text Font Color

.myTextColor { color: #52837E; }

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

This text font color is #52837E.


Background Color

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

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

This div background color is #52837E.


Border color

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

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

This div border color is #52837E.


Opacity

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

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

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

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

This text has shadow with #52837E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52837E on black background.


Color preview on white background

This text has color #52837E on white background.



Black color preview on #52837E background

This text has black color on #52837E background.


White color preview on #52837E background

This text has white color on #52837E background.