COLOR #52772E

HEX: #52772E
RGB: (82,119,46)

Color info

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

RGB color model

#52772E color RGB value is (82,119,46).

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

RGB channels and saturation

R 82 of 255 = 32%
G 119 of 255 = 47%
B 46 of 255 = 18%

82
119
46

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

Portions of RGB colors in percentages

R + G + B =
82 + 119 + 46 = 247 (100%)
R 82 of 247 ~ 33.2%
G 119 of 247 ~ 48.18%
B 46 of 247 ~ 18.62%

%33.2
%48.18
%18.62

CMYK color model

#52772E color CMYK value is (31,0,61,53).

  • cyan value is 31.09%
  • magenta value is 0.00%
  • yellow value is 61.34%
  • key color value is 53.33%
CMYK:
(31,0,61,53)
C31M0Y61K53 
(31%,0%,61%,53%)
(0.31/0.00/0.61/0.53)	

CMYK percentages

%31.09
%0
%61.34
%53.33

Codes

Color #52772E in popluar color models

52772E
RGB8211946
HSL90°44.24%32.35%
HSB/HSV90°61.34%46.67%
CMYK31.09%0.00%61.34%
53.33%

Color #52772E in popluar number systems.

HEX52772E
Decimal8211946
Binary10100101110111101110
Octal12216756

Shades and tints

Shades of #52772E

#52772E
(82,119,46)
#4B6D2A
(75,109,42)
#446326
(68,99,38)
#3D5922
(61,89,34)
#364F1E
(54,79,30)
#2F451A
(47,69,26)
#283B16
(40,59,22)
#213112
(33,49,18)
#1A270E
(26,39,14)
#131D0A
(19,29,10)
#0C1306
(12,19,6)
#000000
(0,0,0)

Tints of #52772E

#52772E
(82,119,46)
#618341
(97,131,65)
#708F54
(112,143,84)
#7F9B67
(127,155,103)
#8EA77A
(142,167,122)
#9DB38D
(157,179,141)
#ACBFA0
(172,191,160)
#BBCBB3
(187,203,179)
#CAD7C6
(202,215,198)
#D9E3D9
(217,227,217)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52772E; }

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

This text font color is #52772E.


Background Color

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

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

This div background color is #52772E.


Border color

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

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

This div border color is #52772E.


Opacity

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

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

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

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

This text has shadow with #52772E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52772E on black background.


Color preview on white background

This text has color #52772E on white background.



Black color preview on #52772E background

This text has black color on #52772E background.


White color preview on #52772E background

This text has white color on #52772E background.