COLOR #527D2D

HEX: #527D2D
RGB: (82,125,45)

Color info

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

RGB color model

#527D2D color RGB value is (82,125,45).

  • red value is 82;
  • green value is 125;
  • blue value is 45.
RGB:
(82,125,45)
(32%,49%,18%)

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 45 of 255 = 18%

82
125
45

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

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 45 = 252 (100%)
R 82 of 252 ~ 32.54%
G 125 of 252 ~ 49.6%
B 45 of 252 ~ 17.86%

%32.54
%49.6
%17.86

CMYK color model

#527D2D color CMYK value is (34,0,64,51).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 64.00%
  • key color value is 50.98%
CMYK:
(34,0,64,51)
C34M0Y64K51 
(34%,0%,64%,51%)
(0.34/0.00/0.64/0.51)	

CMYK percentages

%34.4
%0
%64
%50.98

Codes

Color #527D2D in popluar color models

527D2D
RGB8212545
HSL92°47.06%33.33%
HSB/HSV92°64.00%49.02%
CMYK34.40%0.00%64.00%
50.98%

Color #527D2D in popluar number systems.

HEX527D2D
Decimal8212545
Binary10100101111101101101
Octal12217555

Shades and tints

Shades of #527D2D

#527D2D
(82,125,45)
#4B7229
(75,114,41)
#446725
(68,103,37)
#3D5C21
(61,92,33)
#36511D
(54,81,29)
#2F4619
(47,70,25)
#283B15
(40,59,21)
#213011
(33,48,17)
#1A250D
(26,37,13)
#131A09
(19,26,9)
#0C0F05
(12,15,5)
#000000
(0,0,0)

Tints of #527D2D

#527D2D
(82,125,45)
#618840
(97,136,64)
#709353
(112,147,83)
#7F9E66
(127,158,102)
#8EA979
(142,169,121)
#9DB48C
(157,180,140)
#ACBF9F
(172,191,159)
#BBCAB2
(187,202,178)
#CAD5C5
(202,213,197)
#D9E0D8
(217,224,216)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527D2D color. Also use rgb(82,125,45) instead hex code.

Text Font Color

.myTextColor { color: #527D2D; }

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

This text font color is #527D2D.


Background Color

.myBgColor { background-color: #527D2D; }

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

This div background color is #527D2D.


Border color

.myBorderColor { border: 1px solid #527D2D; }

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

This div border color is #527D2D.


Opacity

.myOpacity80 { color: #527D2D; opacity: 0.8; }

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

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

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

This text has shadow with #527D2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D2D on black background.


Color preview on white background

This text has color #527D2D on white background.



Black color preview on #527D2D background

This text has black color on #527D2D background.


White color preview on #527D2D background

This text has white color on #527D2D background.