COLOR #527339

HEX: #527339
RGB: (82,115,57)

Color info

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

RGB color model

#527339 color RGB value is (82,115,57).

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

RGB channels and saturation

R 82 of 255 = 32%
G 115 of 255 = 45%
B 57 of 255 = 22%

82
115
57

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

Portions of RGB colors in percentages

R + G + B =
82 + 115 + 57 = 254 (100%)
R 82 of 254 ~ 32.28%
G 115 of 254 ~ 45.28%
B 57 of 254 ~ 22.44%

%32.28
%45.28
%22.44

CMYK color model

#527339 color CMYK value is (29,0,50,55).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 50.43%
  • key color value is 54.90%
CMYK:
(29,0,50,55)
C29M0Y50K55 
(29%,0%,50%,55%)
(0.29/0.00/0.50/0.55)	

CMYK percentages

%28.7
%0
%50.43
%54.9

Codes

Color #527339 in popluar color models

527339
RGB8211557
HSL94°33.72%33.73%
HSB/HSV94°50.43%45.10%
CMYK28.70%0.00%50.43%
54.90%

Color #527339 in popluar number systems.

HEX527339
Decimal8211557
Binary10100101110011111001
Octal12216371

Shades and tints

Shades of #527339

#527339
(82,115,57)
#4B6934
(75,105,52)
#445F2F
(68,95,47)
#3D552A
(61,85,42)
#364B25
(54,75,37)
#2F4120
(47,65,32)
#28371B
(40,55,27)
#212D16
(33,45,22)
#1A2311
(26,35,17)
#13190C
(19,25,12)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #527339

#527339
(82,115,57)
#617F4B
(97,127,75)
#708B5D
(112,139,93)
#7F976F
(127,151,111)
#8EA381
(142,163,129)
#9DAF93
(157,175,147)
#ACBBA5
(172,187,165)
#BBC7B7
(187,199,183)
#CAD3C9
(202,211,201)
#D9DFDB
(217,223,219)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527339; }

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

This text font color is #527339.


Background Color

.myBgColor { background-color: #527339; }

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

This div background color is #527339.


Border color

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

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

This div border color is #527339.


Opacity

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

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

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

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

This text has shadow with #527339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527339 on black background.


Color preview on white background

This text has color #527339 on white background.



Black color preview on #527339 background

This text has black color on #527339 background.


White color preview on #527339 background

This text has white color on #527339 background.