COLOR #52942C

HEX: #52942C
RGB: (82,148,44)

Color info

#52942C contains mainly green color. Web safe color of #52942C is #669933 (or #693).

RGB color model

#52942C color RGB value is (82,148,44).

  • red value is 82;
  • green value is 148;
  • blue value is 44.
RGB:
(82,148,44)
(32%,58%,17%)

RGB channels and saturation

R 82 of 255 = 32%
G 148 of 255 = 58%
B 44 of 255 = 17%

82
148
44

R + G + B ~ 36%. #52942C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 148 + 44 = 274 (100%)
R 82 of 274 ~ 29.93%
G 148 of 274 ~ 54.01%
B 44 of 274 ~ 16.06%

%29.93
%54.01
%16.06

CMYK color model

#52942C color CMYK value is (45,0,70,42).

  • cyan value is 44.59%
  • magenta value is 0.00%
  • yellow value is 70.27%
  • key color value is 41.96%
CMYK:
(45,0,70,42)
C45M0Y70K42 
(45%,0%,70%,42%)
(0.45/0.00/0.70/0.42)	

CMYK percentages

%44.59
%0
%70.27
%41.96

Codes

Color #52942C in popluar color models

52942C
RGB8214844
HSL98°54.17%37.65%
HSB/HSV98°70.27%58.04%
CMYK44.59%0.00%70.27%
41.96%

Color #52942C in popluar number systems.

HEX52942C
Decimal8214844
Binary101001010010100101100
Octal12222454

Shades and tints

Shades of #52942C

#52942C
(82,148,44)
#4B8728
(75,135,40)
#447A24
(68,122,36)
#3D6D20
(61,109,32)
#36601C
(54,96,28)
#2F5318
(47,83,24)
#284614
(40,70,20)
#213910
(33,57,16)
#1A2C0C
(26,44,12)
#131F08
(19,31,8)
#0C1204
(12,18,4)
#000000
(0,0,0)

Tints of #52942C

#52942C
(82,148,44)
#619D3F
(97,157,63)
#70A652
(112,166,82)
#7FAF65
(127,175,101)
#8EB878
(142,184,120)
#9DC18B
(157,193,139)
#ACCA9E
(172,202,158)
#BBD3B1
(187,211,177)
#CADCC4
(202,220,196)
#D9E5D7
(217,229,215)
#E8EEEA
(232,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52942C color. Also use rgb(82,148,44) instead hex code.

Text Font Color

.myTextColor { color: #52942C; }

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

This text font color is #52942C.


Background Color

.myBgColor { background-color: #52942C; }

<div style="background-color:#52942C">Inner text</div>

This div background color is #52942C.


Border color

.myBorderColor { border: 1px solid #52942C; }

<div style="border:3px solid #52942C">Div</div>

This div border color is #52942C.


Opacity

.myOpacity80 { color: #52942C; opacity: 0.8; }

<p style="color:#52942C;opacity:0.8;">80%</p>

Text with #52942C 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 #52942C;}

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

This text has shadow with #52942C color.

.textShadow {text-shadow: 3px 3px 1px #52942C, 3px 3px 1px red;}

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

This text has shadow with #52942C primary color and red secondary color.


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

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

This text has shadow with #52942C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52942C on black background.


Color preview on white background

This text has color #52942C on white background.



Black color preview on #52942C background

This text has black color on #52942C background.


White color preview on #52942C background

This text has white color on #52942C background.