COLOR #527322

HEX: #527322
RGB: (82,115,34)

Color info

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

RGB color model

#527322 color RGB value is (82,115,34).

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

RGB channels and saturation

R 82 of 255 = 32%
G 115 of 255 = 45%
B 34 of 255 = 13%

82
115
34

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

Portions of RGB colors in percentages

R + G + B =
82 + 115 + 34 = 231 (100%)
R 82 of 231 ~ 35.5%
G 115 of 231 ~ 49.78%
B 34 of 231 ~ 14.72%

%35.5
%49.78
%14.72

CMYK color model

#527322 color CMYK value is (29,0,70,55).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 70.43%
  • key color value is 54.90%
CMYK:
(29,0,70,55)
C29M0Y70K55 
(29%,0%,70%,55%)
(0.29/0.00/0.70/0.55)	

CMYK percentages

%28.7
%0
%70.43
%54.9

Codes

Color #527322 in popluar color models

527322
RGB8211534
HSL84°54.36%29.22%
HSB/HSV84°70.43%45.10%
CMYK28.70%0.00%70.43%
54.90%

Color #527322 in popluar number systems.

HEX527322
Decimal8211534
Binary10100101110011100010
Octal12216342

Shades and tints

Shades of #527322

#527322
(82,115,34)
#4B691F
(75,105,31)
#445F1C
(68,95,28)
#3D5519
(61,85,25)
#364B16
(54,75,22)
#2F4113
(47,65,19)
#283710
(40,55,16)
#212D0D
(33,45,13)
#1A230A
(26,35,10)
#131907
(19,25,7)
#0C0F04
(12,15,4)
#000000
(0,0,0)

Tints of #527322

#527322
(82,115,34)
#617F36
(97,127,54)
#708B4A
(112,139,74)
#7F975E
(127,151,94)
#8EA372
(142,163,114)
#9DAF86
(157,175,134)
#ACBB9A
(172,187,154)
#BBC7AE
(187,199,174)
#CAD3C2
(202,211,194)
#D9DFD6
(217,223,214)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527322; }

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

This text font color is #527322.


Background Color

.myBgColor { background-color: #527322; }

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

This div background color is #527322.


Border color

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

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

This div border color is #527322.


Opacity

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

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

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

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

This text has shadow with #527322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527322 on black background.


Color preview on white background

This text has color #527322 on white background.



Black color preview on #527322 background

This text has black color on #527322 background.


White color preview on #527322 background

This text has white color on #527322 background.