COLOR #52772A

HEX: #52772A
RGB: (82,119,42)

Color info

#52772A contains mainly red and green colors. Web safe color of #52772A is #666633 (or #663).

RGB color model

#52772A color RGB value is (82,119,42).

  • red value is 82;
  • green value is 119;
  • blue value is 42.
RGB:
(82,119,42)
(32%,47%,16%)

RGB channels and saturation

R 82 of 255 = 32%
G 119 of 255 = 47%
B 42 of 255 = 16%

82
119
42

R + G + B ~ 32%. #52772A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 119 + 42 = 243 (100%)
R 82 of 243 ~ 33.74%
G 119 of 243 ~ 48.97%
B 42 of 243 ~ 17.28%

%33.74
%48.97
%17.28

CMYK color model

#52772A color CMYK value is (31,0,65,53).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 64.71%
  • key color value is 53.33%
CMYK:
(31,0,65,53)
C31M0Y65K53 
(31%,0%,65%,53%)
(0.31/0.00/0.65/0.53)	

CMYK percentages

%31.09
%0
%64.71
%53.33

Codes

Color #52772A in popluar color models

52772A
RGB8211942
HSL89°47.83%31.57%
HSB/HSV89°64.71%46.67%
CMYK31.09%0.00%64.71%
53.33%

Color #52772A in popluar number systems.

HEX52772A
Decimal8211942
Binary10100101110111101010
Octal12216752

Shades and tints

Shades of #52772A

#52772A
(82,119,42)
#4B6D27
(75,109,39)
#446324
(68,99,36)
#3D5921
(61,89,33)
#364F1E
(54,79,30)
#2F451B
(47,69,27)
#283B18
(40,59,24)
#213115
(33,49,21)
#1A2712
(26,39,18)
#131D0F
(19,29,15)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #52772A

#52772A
(82,119,42)
#61833D
(97,131,61)
#708F50
(112,143,80)
#7F9B63
(127,155,99)
#8EA776
(142,167,118)
#9DB389
(157,179,137)
#ACBF9C
(172,191,156)
#BBCBAF
(187,203,175)
#CAD7C2
(202,215,194)
#D9E3D5
(217,227,213)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52772A color. Also use rgb(82,119,42) instead hex code.

Text Font Color

.myTextColor { color: #52772A; }

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

This text font color is #52772A.


Background Color

.myBgColor { background-color: #52772A; }

<div style="background-color:#52772A">Inner text</div>

This div background color is #52772A.


Border color

.myBorderColor { border: 1px solid #52772A; }

<div style="border:3px solid #52772A">Div</div>

This div border color is #52772A.


Opacity

.myOpacity80 { color: #52772A; opacity: 0.8; }

<p style="color:#52772A;opacity:0.8;">80%</p>

Text with #52772A 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 #52772A;}

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

This text has shadow with #52772A color.

.textShadow {text-shadow: 3px 3px 1px #52772A, 3px 3px 1px red;}

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

This text has shadow with #52772A primary color and red secondary color.


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

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

This text has shadow with #52772A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52772A on black background.


Color preview on white background

This text has color #52772A on white background.



Black color preview on #52772A background

This text has black color on #52772A background.


White color preview on #52772A background

This text has white color on #52772A background.