COLOR #52904D

HEX: #52904D
RGB: (82,144,77)

Color info

#52904D contains mainly green color. Web safe color of #52904D is #669933 (or #693).

RGB color model

#52904D color RGB value is (82,144,77).

  • red value is 82;
  • green value is 144;
  • blue value is 77.
RGB:
(82,144,77)
(32%,56%,30%)

RGB channels and saturation

R 82 of 255 = 32%
G 144 of 255 = 56%
B 77 of 255 = 30%

82
144
77

R + G + B ~ 39%. #52904D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 144 + 77 = 303 (100%)
R 82 of 303 ~ 27.06%
G 144 of 303 ~ 47.52%
B 77 of 303 ~ 25.41%

%27.06
%47.52
%25.41

CMYK color model

#52904D color CMYK value is (43,0,47,44).

  • cyan value is 43.06%
  • magenta value is 0.00%
  • yellow value is 46.53%
  • key color value is 43.53%
CMYK:
(43,0,47,44)
C43M0Y47K44 
(43%,0%,47%,44%)
(0.43/0.00/0.47/0.44)	

CMYK percentages

%43.06
%0
%46.53
%43.53

Codes

Color #52904D in popluar color models

52904D
RGB8214477
HSL116°30.32%43.33%
HSB/HSV116°46.53%56.47%
CMYK43.06%0.00%46.53%
43.53%

Color #52904D in popluar number systems.

HEX52904D
Decimal8214477
Binary1010010100100001001101
Octal122220115

Shades and tints

Shades of #52904D

#52904D
(82,144,77)
#4B8346
(75,131,70)
#44763F
(68,118,63)
#3D6938
(61,105,56)
#365C31
(54,92,49)
#2F4F2A
(47,79,42)
#284223
(40,66,35)
#21351C
(33,53,28)
#1A2815
(26,40,21)
#131B0E
(19,27,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #52904D

#52904D
(82,144,77)
#619A5D
(97,154,93)
#70A46D
(112,164,109)
#7FAE7D
(127,174,125)
#8EB88D
(142,184,141)
#9DC29D
(157,194,157)
#ACCCAD
(172,204,173)
#BBD6BD
(187,214,189)
#CAE0CD
(202,224,205)
#D9EADD
(217,234,221)
#E8F4ED
(232,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52904D color. Also use rgb(82,144,77) instead hex code.

Text Font Color

.myTextColor { color: #52904D; }

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

This text font color is #52904D.


Background Color

.myBgColor { background-color: #52904D; }

<div style="background-color:#52904D">Inner text</div>

This div background color is #52904D.


Border color

.myBorderColor { border: 1px solid #52904D; }

<div style="border:3px solid #52904D">Div</div>

This div border color is #52904D.


Opacity

.myOpacity80 { color: #52904D; opacity: 0.8; }

<p style="color:#52904D;opacity:0.8;">80%</p>

Text with #52904D 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 #52904D;}

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

This text has shadow with #52904D color.

.textShadow {text-shadow: 3px 3px 1px #52904D, 3px 3px 1px red;}

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

This text has shadow with #52904D primary color and red secondary color.


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

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

This text has shadow with #52904D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52904D on black background.


Color preview on white background

This text has color #52904D on white background.



Black color preview on #52904D background

This text has black color on #52904D background.


White color preview on #52904D background

This text has white color on #52904D background.