COLOR #52731C

HEX: #52731C
RGB: (82,115,28)

Color info

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

RGB color model

#52731C color RGB value is (82,115,28).

  • red value is 82;
  • green value is 115;
  • blue value is 28.
RGB:
(82,115,28)
(32%,45%,11%)

RGB channels and saturation

R 82 of 255 = 32%
G 115 of 255 = 45%
B 28 of 255 = 11%

82
115
28

R + G + B ~ 29%. #52731C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 115 + 28 = 225 (100%)
R 82 of 225 ~ 36.44%
G 115 of 225 ~ 51.11%
B 28 of 225 ~ 12.44%

%36.44
%51.11
%12.44

CMYK color model

#52731C color CMYK value is (29,0,76,55).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 75.65%
  • key color value is 54.90%
CMYK:
(29,0,76,55)
C29M0Y76K55 
(29%,0%,76%,55%)
(0.29/0.00/0.76/0.55)	

CMYK percentages

%28.7
%0
%75.65
%54.9

Codes

Color #52731C in popluar color models

52731C
RGB8211528
HSL83°60.84%28.04%
HSB/HSV83°75.65%45.10%
CMYK28.70%0.00%75.65%
54.90%

Color #52731C in popluar number systems.

HEX52731C
Decimal8211528
Binary1010010111001111100
Octal12216334

Shades and tints

Shades of #52731C

#52731C
(82,115,28)
#4B691A
(75,105,26)
#445F18
(68,95,24)
#3D5516
(61,85,22)
#364B14
(54,75,20)
#2F4112
(47,65,18)
#283710
(40,55,16)
#212D0E
(33,45,14)
#1A230C
(26,35,12)
#13190A
(19,25,10)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #52731C

#52731C
(82,115,28)
#617F30
(97,127,48)
#708B44
(112,139,68)
#7F9758
(127,151,88)
#8EA36C
(142,163,108)
#9DAF80
(157,175,128)
#ACBB94
(172,187,148)
#BBC7A8
(187,199,168)
#CAD3BC
(202,211,188)
#D9DFD0
(217,223,208)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52731C color. Also use rgb(82,115,28) instead hex code.

Text Font Color

.myTextColor { color: #52731C; }

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

This text font color is #52731C.


Background Color

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

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

This div background color is #52731C.


Border color

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

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

This div border color is #52731C.


Opacity

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

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

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

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

This text has shadow with #52731C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52731C on black background.


Color preview on white background

This text has color #52731C on white background.



Black color preview on #52731C background

This text has black color on #52731C background.


White color preview on #52731C background

This text has white color on #52731C background.