COLOR #528316

HEX: #528316
RGB: (82,131,22)

Color info

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

RGB color model

#528316 color RGB value is (82,131,22).

  • red value is 82;
  • green value is 131;
  • blue value is 22.
RGB:
(82,131,22)
(32%,51%,9%)

RGB channels and saturation

R 82 of 255 = 32%
G 131 of 255 = 51%
B 22 of 255 = 9%

82
131
22

R + G + B ~ 31%. #528316 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 131 + 22 = 235 (100%)
R 82 of 235 ~ 34.89%
G 131 of 235 ~ 55.74%
B 22 of 235 ~ 9.36%

%34.89
%55.74

CMYK color model

#528316 color CMYK value is (37,0,83,49).

  • cyan value is 37.40%
  • magenta value is 0.00%
  • yellow value is 83.21%
  • key color value is 48.63%
CMYK:
(37,0,83,49)
C37M0Y83K49 
(37%,0%,83%,49%)
(0.37/0.00/0.83/0.49)	

CMYK percentages

%37.4
%0
%83.21
%48.63

Codes

Color #528316 in popluar color models

528316
RGB8213122
HSL87°71.24%30.00%
HSB/HSV87°83.21%51.37%
CMYK37.40%0.00%83.21%
48.63%

Color #528316 in popluar number systems.

HEX528316
Decimal8213122
Binary10100101000001110110
Octal12220326

Shades and tints

Shades of #528316

#528316
(82,131,22)
#4B7814
(75,120,20)
#446D12
(68,109,18)
#3D6210
(61,98,16)
#36570E
(54,87,14)
#2F4C0C
(47,76,12)
#28410A
(40,65,10)
#213608
(33,54,8)
#1A2B06
(26,43,6)
#132004
(19,32,4)
#0C1502
(12,21,2)
#000000
(0,0,0)

Tints of #528316

#528316
(82,131,22)
#618E2B
(97,142,43)
#709940
(112,153,64)
#7FA455
(127,164,85)
#8EAF6A
(142,175,106)
#9DBA7F
(157,186,127)
#ACC594
(172,197,148)
#BBD0A9
(187,208,169)
#CADBBE
(202,219,190)
#D9E6D3
(217,230,211)
#E8F1E8
(232,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528316 color. Also use rgb(82,131,22) instead hex code.

Text Font Color

.myTextColor { color: #528316; }

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

This text font color is #528316.


Background Color

.myBgColor { background-color: #528316; }

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

This div background color is #528316.


Border color

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

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

This div border color is #528316.


Opacity

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

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

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

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

This text has shadow with #528316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528316 on black background.


Color preview on white background

This text has color #528316 on white background.



Black color preview on #528316 background

This text has black color on #528316 background.


White color preview on #528316 background

This text has white color on #528316 background.