COLOR #527831

HEX: #527831
RGB: (82,120,49)

Color info

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

RGB color model

#527831 color RGB value is (82,120,49).

  • red value is 82;
  • green value is 120;
  • blue value is 49.
RGB:
(82,120,49)
(32%,47%,19%)

RGB channels and saturation

R 82 of 255 = 32%
G 120 of 255 = 47%
B 49 of 255 = 19%

82
120
49

R + G + B ~ 33%. #527831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 120 + 49 = 251 (100%)
R 82 of 251 ~ 32.67%
G 120 of 251 ~ 47.81%
B 49 of 251 ~ 19.52%

%32.67
%47.81
%19.52

CMYK color model

#527831 color CMYK value is (32,0,59,53).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 59.17%
  • key color value is 52.94%
CMYK:
(32,0,59,53)
C32M0Y59K53 
(32%,0%,59%,53%)
(0.32/0.00/0.59/0.53)	

CMYK percentages

%31.67
%0
%59.17
%52.94

Codes

Color #527831 in popluar color models

527831
RGB8212049
HSL92°42.01%33.14%
HSB/HSV92°59.17%47.06%
CMYK31.67%0.00%59.17%
52.94%

Color #527831 in popluar number systems.

HEX527831
Decimal8212049
Binary10100101111000110001
Octal12217061

Shades and tints

Shades of #527831

#527831
(82,120,49)
#4B6E2D
(75,110,45)
#446429
(68,100,41)
#3D5A25
(61,90,37)
#365021
(54,80,33)
#2F461D
(47,70,29)
#283C19
(40,60,25)
#213215
(33,50,21)
#1A2811
(26,40,17)
#131E0D
(19,30,13)
#0C1409
(12,20,9)
#000000
(0,0,0)

Tints of #527831

#527831
(82,120,49)
#618443
(97,132,67)
#709055
(112,144,85)
#7F9C67
(127,156,103)
#8EA879
(142,168,121)
#9DB48B
(157,180,139)
#ACC09D
(172,192,157)
#BBCCAF
(187,204,175)
#CAD8C1
(202,216,193)
#D9E4D3
(217,228,211)
#E8F0E5
(232,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527831 color. Also use rgb(82,120,49) instead hex code.

Text Font Color

.myTextColor { color: #527831; }

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

This text font color is #527831.


Background Color

.myBgColor { background-color: #527831; }

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

This div background color is #527831.


Border color

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

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

This div border color is #527831.


Opacity

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

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

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

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

This text has shadow with #527831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527831 on black background.


Color preview on white background

This text has color #527831 on white background.



Black color preview on #527831 background

This text has black color on #527831 background.


White color preview on #527831 background

This text has white color on #527831 background.