COLOR #52944F

HEX: #52944F RGB: (82,148,79)

Color info

#52944F contains mainly green color. Web safe color of #52944F is #669966 (or #696).

RGB color model

#52944F color RGB value is (82,148,79).

RGB: (82,148,79) (32%, 58%, 31%)

RGB channels and saturation

R 82 of 255 = 32%
G 148 of 255 = 58%
B 79 of 255 = 31%

82
148
79

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

Portions of RGB colors in percentages

R + G + B = 82 + 148 + 79 = 309 (100%)
R 82 of 309 ~ 26.54%
G 148 of 309 ~ 47.9%
B 79 of 309 ~ 25.57'%

%26.54
%47.9
%25.57

CMYK color model

#52944F color CMYK value is (45,0,47,42).

  • cyan value is 44.59%
  • magenta value is 0.00%
  • yellow value is 46.62%
  • key color value is 41.96%

CMYK: (45,0,47,42)
C45M0Y47K42 (45%, 0%, 47%, 42%)
(0.45 / 0.00 / 0.47 / 0.42)

CMYK percentages

%44.59
%0
%46.62
%41.96

Codes

Color #52944F in popluar color models

52 94 4F
RGB 82 148 79
HSL 117° 30.40% 44.51%
HSB/HSV 117° 46.62% 58.04%
CMYK 44.59% 0.00% 46.62%
41.96%

Color #52944F in popluar number systems.

HEX 52 94 4F
Decimal 82 148 79
Binary 1010010 10010100 1001111
Octal 122 224 117

Shades and tints

Shades of #52944F

#52944F
(82,148,79)
#4B8748
(75,135,72)
#447A41
(68,122,65)
#3D6D3A
(61,109,58)
#366033
(54,96,51)
#2F532C
(47,83,44)
#284625
(40,70,37)
#21391E
(33,57,30)
#1A2C17
(26,44,23)
#131F10
(19,31,16)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #52944F

#52944F
(82,148,79)
#619D5F
(97,157,95)
#70A66F
(112,166,111)
#7FAF7F
(127,175,127)
#8EB88F
(142,184,143)
#9DC19F
(157,193,159)
#ACCAAF
(172,202,175)
#BBD3BF
(187,211,191)
#CADCCF
(202,220,207)
#D9E5DF
(217,229,223)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52944F color. Also use rgb(82,148,79) instead hex code.

Text Font Color

.myTextColor { color: #52944F; }

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

This text font color is #52944F.

Background Color

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

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

This div background color is #52944F.

Border color

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

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

This div border color is #52944F.

Opacity

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

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

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

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

This text has shadow with #52944F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52944F.

Preview

Color preview on black background

This text has color #52944F on black background.


Color preview on white background

This text has color #52944F on white background.


Black color preview on #52944F background

This text has black color on #52944F background.


White color preview on #52944F background

This text has white color on #52944F background.


Related colors

Complementary color

Complementary color for #hex is #AD6BB0.


I love getcolorcode.com

Triadic colors

1 #4F5294 and #944F52 with #52944F are triadic colors.

2 #4F9452 and #94524F with #52944F are triadic colors.