COLOR #52851C

HEX: #52851C
RGB: (82,133,28)

Color info

#52851C contains mainly red and green colors. Web safe color of #52851C is #669933 (or #693).

RGB color model

#52851C color RGB value is (82,133,28).

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

RGB channels and saturation

R 82 of 255 = 32%
G 133 of 255 = 52%
B 28 of 255 = 11%

82
133
28

R + G + B ~ 32%. #52851C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 133 + 28 = 243 (100%)
R 82 of 243 ~ 33.74%
G 133 of 243 ~ 54.73%
B 28 of 243 ~ 11.52%

%33.74
%54.73
%11.52

CMYK color model

#52851C color CMYK value is (38,0,79,48).

  • cyan value is 38.35%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 47.84%
CMYK:
(38,0,79,48)
C38M0Y79K48 
(38%,0%,79%,48%)
(0.38/0.00/0.79/0.48)	

CMYK percentages

%38.35
%0
%78.95
%47.84

Codes

Color #52851C in popluar color models

52851C
RGB8213328
HSL89°65.22%31.57%
HSB/HSV89°78.95%52.16%
CMYK38.35%0.00%78.95%
47.84%

Color #52851C in popluar number systems.

HEX52851C
Decimal8213328
Binary10100101000010111100
Octal12220534

Shades and tints

Shades of #52851C

#52851C
(82,133,28)
#4B791A
(75,121,26)
#446D18
(68,109,24)
#3D6116
(61,97,22)
#365514
(54,85,20)
#2F4912
(47,73,18)
#283D10
(40,61,16)
#21310E
(33,49,14)
#1A250C
(26,37,12)
#13190A
(19,25,10)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #52851C

#52851C
(82,133,28)
#619030
(97,144,48)
#709B44
(112,155,68)
#7FA658
(127,166,88)
#8EB16C
(142,177,108)
#9DBC80
(157,188,128)
#ACC794
(172,199,148)
#BBD2A8
(187,210,168)
#CADDBC
(202,221,188)
#D9E8D0
(217,232,208)
#E8F3E4
(232,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #52851C; }

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

This text font color is #52851C.


Background Color

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

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

This div background color is #52851C.


Border color

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

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

This div border color is #52851C.


Opacity

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

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

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

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

This text has shadow with #52851C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #52851C on black background.


Color preview on white background

This text has color #52851C on white background.



Black color preview on #52851C background

This text has black color on #52851C background.


White color preview on #52851C background

This text has white color on #52851C background.