COLOR #527847

HEX: #527847
RGB: (82,120,71)

Color info

#527847 contains red, green and blue colors in about the same proportion. Web safe color of #527847 is #666633 (or #663).

RGB color model

#527847 color RGB value is (82,120,71).

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

RGB channels and saturation

R 82 of 255 = 32%
G 120 of 255 = 47%
B 71 of 255 = 28%

82
120
71

R + G + B ~ 36%. #527847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 120 + 71 = 273 (100%)
R 82 of 273 ~ 30.04%
G 120 of 273 ~ 43.96%
B 71 of 273 ~ 26.01%

%30.04
%43.96
%26.01

CMYK color model

#527847 color CMYK value is (32,0,41,53).

  • cyan value is 31.67%
  • magenta value is 0.00%
  • yellow value is 40.83%
  • key color value is 52.94%
CMYK:
(32,0,41,53)
C32M0Y41K53 
(32%,0%,41%,53%)
(0.32/0.00/0.41/0.53)	

CMYK percentages

%31.67
%0
%40.83
%52.94

Codes

Color #527847 in popluar color models

527847
RGB8212071
HSL107°25.65%37.45%
HSB/HSV107°40.83%47.06%
CMYK31.67%0.00%40.83%
52.94%

Color #527847 in popluar number systems.

HEX527847
Decimal8212071
Binary101001011110001000111
Octal122170107

Shades and tints

Shades of #527847

#527847
(82,120,71)
#4B6E41
(75,110,65)
#44643B
(68,100,59)
#3D5A35
(61,90,53)
#36502F
(54,80,47)
#2F4629
(47,70,41)
#283C23
(40,60,35)
#21321D
(33,50,29)
#1A2817
(26,40,23)
#131E11
(19,30,17)
#0C140B
(12,20,11)
#000000
(0,0,0)

Tints of #527847

#527847
(82,120,71)
#618457
(97,132,87)
#709067
(112,144,103)
#7F9C77
(127,156,119)
#8EA887
(142,168,135)
#9DB497
(157,180,151)
#ACC0A7
(172,192,167)
#BBCCB7
(187,204,183)
#CAD8C7
(202,216,199)
#D9E4D7
(217,228,215)
#E8F0E7
(232,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527847; }

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

This text font color is #527847.


Background Color

.myBgColor { background-color: #527847; }

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

This div background color is #527847.


Border color

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

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

This div border color is #527847.


Opacity

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

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

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

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

This text has shadow with #527847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527847 on black background.


Color preview on white background

This text has color #527847 on white background.



Black color preview on #527847 background

This text has black color on #527847 background.


White color preview on #527847 background

This text has white color on #527847 background.