COLOR #528210

HEX: #528210
RGB: (82,130,16)

Color info

#528210 contains mainly red and green colors. Web safe color of #528210 is #669900 (or #690).

RGB color model

#528210 color RGB value is (82,130,16).

  • red value is 82;
  • green value is 130;
  • blue value is 16.
RGB:
(82,130,16)
(32%,51%,6%)

RGB channels and saturation

R 82 of 255 = 32%
G 130 of 255 = 51%
B 16 of 255 = 6%

82
130
16

R + G + B ~ 30%. #528210 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 130 + 16 = 228 (100%)
R 82 of 228 ~ 35.96%
G 130 of 228 ~ 57.02%
B 16 of 228 ~ 7.02%

%35.96
%57.02

CMYK color model

#528210 color CMYK value is (37,0,88,49).

  • cyan value is 36.92%
  • magenta value is 0.00%
  • yellow value is 87.69%
  • key color value is 49.02%
CMYK:
(37,0,88,49)
C37M0Y88K49 
(37%,0%,88%,49%)
(0.37/0.00/0.88/0.49)	

CMYK percentages

%36.92
%0
%87.69
%49.02

Codes

Color #528210 in popluar color models

528210
RGB8213016
HSL85°78.08%28.63%
HSB/HSV85°87.69%50.98%
CMYK36.92%0.00%87.69%
49.02%

Color #528210 in popluar number systems.

HEX528210
Decimal8213016
Binary10100101000001010000
Octal12220220

Shades and tints

Shades of #528210

#528210
(82,130,16)
#4B770F
(75,119,15)
#446C0E
(68,108,14)
#3D610D
(61,97,13)
#36560C
(54,86,12)
#2F4B0B
(47,75,11)
#28400A
(40,64,10)
#213509
(33,53,9)
#1A2A08
(26,42,8)
#131F07
(19,31,7)
#0C1406
(12,20,6)
#000000
(0,0,0)

Tints of #528210

#528210
(82,130,16)
#618D25
(97,141,37)
#70983A
(112,152,58)
#7FA34F
(127,163,79)
#8EAE64
(142,174,100)
#9DB979
(157,185,121)
#ACC48E
(172,196,142)
#BBCFA3
(187,207,163)
#CADAB8
(202,218,184)
#D9E5CD
(217,229,205)
#E8F0E2
(232,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528210 color. Also use rgb(82,130,16) instead hex code.

Text Font Color

.myTextColor { color: #528210; }

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

This text font color is #528210.


Background Color

.myBgColor { background-color: #528210; }

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

This div background color is #528210.


Border color

.myBorderColor { border: 1px solid #528210; }

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

This div border color is #528210.


Opacity

.myOpacity80 { color: #528210; opacity: 0.8; }

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

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

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

This text has shadow with #528210 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528210 on black background.


Color preview on white background

This text has color #528210 on white background.



Black color preview on #528210 background

This text has black color on #528210 background.


White color preview on #528210 background

This text has white color on #528210 background.