COLOR #52958E

HEX: #52958E
RGB: (82,149,142)

Color info

#52958E contains mainly green and blue colors. Web safe color of #52958E is #669999 (or #699).

RGB color model

#52958E color RGB value is (82,149,142).

  • red value is 82;
  • green value is 149;
  • blue value is 142.
RGB:
(82,149,142)
(32%,58%,56%)

RGB channels and saturation

R 82 of 255 = 32%
G 149 of 255 = 58%
B 142 of 255 = 56%

82
149
142

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

Portions of RGB colors in percentages

R + G + B =
82 + 149 + 142 = 373 (100%)
R 82 of 373 ~ 21.98%
G 149 of 373 ~ 39.95%
B 142 of 373 ~ 38.07%

%21.98
%39.95
%38.07

CMYK color model

#52958E color CMYK value is (45,0,5,42).

  • cyan value is 44.97%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 41.57%
CMYK:
(45,0,5,42)
C45M0Y5K42 
(45%,0%,5%,42%)
(0.45/0.00/0.05/0.42)	

CMYK percentages

%44.97
%0
%4.7
%41.57

Codes

Color #52958E in popluar color models

52958E
RGB82149142
HSL174°29.00%45.29%
HSB/HSV174°44.97%58.43%
CMYK44.97%0.00%4.70%
41.57%

Color #52958E in popluar number systems.

HEX52958E
Decimal82149142
Binary10100101001010110001110
Octal122225216

Shades and tints

Shades of #52958E

#52958E
(82,149,142)
#4B8882
(75,136,130)
#447B76
(68,123,118)
#3D6E6A
(61,110,106)
#36615E
(54,97,94)
#2F5452
(47,84,82)
#284746
(40,71,70)
#213A3A
(33,58,58)
#1A2D2E
(26,45,46)
#132022
(19,32,34)
#0C1316
(12,19,22)
#000000
(0,0,0)

Tints of #52958E

#52958E
(82,149,142)
#619E98
(97,158,152)
#70A7A2
(112,167,162)
#7FB0AC
(127,176,172)
#8EB9B6
(142,185,182)
#9DC2C0
(157,194,192)
#ACCBCA
(172,203,202)
#BBD4D4
(187,212,212)
#CADDDE
(202,221,222)
#D9E6E8
(217,230,232)
#E8EFF2
(232,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52958E color. Also use rgb(82,149,142) instead hex code.

Text Font Color

.myTextColor { color: #52958E; }

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

This text font color is #52958E.


Background Color

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

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

This div background color is #52958E.


Border color

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

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

This div border color is #52958E.


Opacity

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

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

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

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

This text has shadow with #52958E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52958E on black background.


Color preview on white background

This text has color #52958E on white background.



Black color preview on #52958E background

This text has black color on #52958E background.


White color preview on #52958E background

This text has white color on #52958E background.