COLOR #52906B

HEX: #52906B RGB: (82,144,107)

Color info

#52906B contains mainly green and blue colors. Web safe color of #52906B is #669966 (or #696).

RGB color model

#52906B color RGB value is (82,144,107).

RGB: (82,144,107) (32%, 56%, 42%)

RGB channels and saturation

R 82 of 255 = 32%
G 144 of 255 = 56%
B 107 of 255 = 42%

82
144
107

R + G + B ~ 43%. #52906B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 144 + 107 = 333 (100%)
R 82 of 333 ~ 24.62%
G 144 of 333 ~ 43.24%
B 107 of 333 ~ 32.13'%

%24.62
%43.24
%32.13

CMYK color model

#52906B color CMYK value is (43,0,26,44).

  • cyan value is 43.06%
  • magenta value is 0.00%
  • yellow value is 25.69%
  • key color value is 43.53%
CMYK: (43,0,26,44) C43M0Y26K44 (43%,0%,26%,44%) (0.43/0.00/0.26/0.44) 

CMYK percentages

%43.06
%0
%25.69
%43.53

Codes

Color #52906B in popluar color models

52 90 6B
RGB 82 144 107
HSL 144° 27.43% 44.31%
HSB/HSV 144° 43.06% 56.47%
CMYK 43.06% 0.00% 25.69%
43.53%

Color #52906B in popluar number systems.

HEX 52 90 6B
Decimal 82 144 107
Binary 1010010 10010000 1101011
Octal 122 220 153

Shades and tints

Shades of #52906B

#52906B
(82,144,107)
#4B8362
(75,131,98)
#447659
(68,118,89)
#3D6950
(61,105,80)
#365C47
(54,92,71)
#2F4F3E
(47,79,62)
#284235
(40,66,53)
#21352C
(33,53,44)
#1A2823
(26,40,35)
#131B1A
(19,27,26)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #52906B

#52906B
(82,144,107)
#619A78
(97,154,120)
#70A485
(112,164,133)
#7FAE92
(127,174,146)
#8EB89F
(142,184,159)
#9DC2AC
(157,194,172)
#ACCCB9
(172,204,185)
#BBD6C6
(187,214,198)
#CAE0D3
(202,224,211)
#D9EAE0
(217,234,224)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52906B color. Also use rgb(82,144,107) instead hex code.

Text Font Color

.myTextColor { color: #52906B; }

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

This text font color is #52906B.

Background Color

.myBgColor { background-color: #52906B; }

<div style="background-color:#52906B">Inner text</div>

This div background color is #52906B.

Border color

.myBorderColor { border: 1px solid #52906B; }

<div style="border:3px solid #52906B">Div</div>

This div border color is #52906B.

Opacity

.myOpacity80 { color: #52906B; opacity: 0.8; }

<p style="color:#52906B;opacity:0.8;">80%</p>

Text with #52906B 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 #52906B;}

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

This text has shadow with #52906B color.


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

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

This text has shadow with #52906B primary color and red secondary color.


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

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

This text has shadow with #52906B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #52906B.

Preview

Color preview on black background

This text has color #52906B on black background.


Color preview on white background

This text has color #52906B on white background.


Black color preview on #52906B background

This text has black color on #52906B background.


White color preview on #52906B background

This text has white color on #52906B background.


Related colors

Complementary color

Complementary color for #hex is #AD6F94.


I love getcolorcode.com

Triadic colors

1 #6B5290 and #906B52 with #52906B are triadic colors.

2 #6B9052 and #90526B with #52906B are triadic colors.