COLOR #52966F

HEX: #52966F
RGB: (82,150,111)

Color info

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

RGB color model

#52966F color RGB value is (82,150,111).

  • red value is 82;
  • green value is 150;
  • blue value is 111.
RGB:
(82,150,111)
(32%,59%,44%)

RGB channels and saturation

R 82 of 255 = 32%
G 150 of 255 = 59%
B 111 of 255 = 44%

82
150
111

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

Portions of RGB colors in percentages

R + G + B =
82 + 150 + 111 = 343 (100%)
R 82 of 343 ~ 23.91%
G 150 of 343 ~ 43.73%
B 111 of 343 ~ 32.36%

%23.91
%43.73
%32.36

CMYK color model

#52966F color CMYK value is (45,0,26,41).

  • cyan value is 45.33%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 41.18%
CMYK:
(45,0,26,41)
C45M0Y26K41 
(45%,0%,26%,41%)
(0.45/0.00/0.26/0.41)	

CMYK percentages

%45.33
%0
%26
%41.18

Codes

Color #52966F in popluar color models

52966F
RGB82150111
HSL146°29.31%45.49%
HSB/HSV146°45.33%58.82%
CMYK45.33%0.00%26.00%
41.18%

Color #52966F in popluar number systems.

HEX52966F
Decimal82150111
Binary1010010100101101101111
Octal122226157

Shades and tints

Shades of #52966F

#52966F
(82,150,111)
#4B8965
(75,137,101)
#447C5B
(68,124,91)
#3D6F51
(61,111,81)
#366247
(54,98,71)
#2F553D
(47,85,61)
#284833
(40,72,51)
#213B29
(33,59,41)
#1A2E1F
(26,46,31)
#132115
(19,33,21)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #52966F

#52966F
(82,150,111)
#619F7C
(97,159,124)
#70A889
(112,168,137)
#7FB196
(127,177,150)
#8EBAA3
(142,186,163)
#9DC3B0
(157,195,176)
#ACCCBD
(172,204,189)
#BBD5CA
(187,213,202)
#CADED7
(202,222,215)
#D9E7E4
(217,231,228)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52966F color. Also use rgb(82,150,111) instead hex code.

Text Font Color

.myTextColor { color: #52966F; }

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

This text font color is #52966F.


Background Color

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

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

This div background color is #52966F.


Border color

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

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

This div border color is #52966F.


Opacity

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

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

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

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

This text has shadow with #52966F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52966F on black background.


Color preview on white background

This text has color #52966F on white background.



Black color preview on #52966F background

This text has black color on #52966F background.


White color preview on #52966F background

This text has white color on #52966F background.