COLOR #527D25

HEX: #527D25
RGB: (82,125,37)

Color info

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

RGB color model

#527D25 color RGB value is (82,125,37).

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

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 37 of 255 = 15%

82
125
37

R + G + B ~ 32%. #527D25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 37 = 244 (100%)
R 82 of 244 ~ 33.61%
G 125 of 244 ~ 51.23%
B 37 of 244 ~ 15.16%

%33.61
%51.23
%15.16

CMYK color model

#527D25 color CMYK value is (34,0,70,51).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 70.40%
  • key color value is 50.98%
CMYK:
(34,0,70,51)
C34M0Y70K51 
(34%,0%,70%,51%)
(0.34/0.00/0.70/0.51)	

CMYK percentages

%34.4
%0
%70.4
%50.98

Codes

Color #527D25 in popluar color models

527D25
RGB8212537
HSL89°54.32%31.76%
HSB/HSV89°70.40%49.02%
CMYK34.40%0.00%70.40%
50.98%

Color #527D25 in popluar number systems.

HEX527D25
Decimal8212537
Binary10100101111101100101
Octal12217545

Shades and tints

Shades of #527D25

#527D25
(82,125,37)
#4B7222
(75,114,34)
#44671F
(68,103,31)
#3D5C1C
(61,92,28)
#365119
(54,81,25)
#2F4616
(47,70,22)
#283B13
(40,59,19)
#213010
(33,48,16)
#1A250D
(26,37,13)
#131A0A
(19,26,10)
#0C0F07
(12,15,7)
#000000
(0,0,0)

Tints of #527D25

#527D25
(82,125,37)
#618838
(97,136,56)
#70934B
(112,147,75)
#7F9E5E
(127,158,94)
#8EA971
(142,169,113)
#9DB484
(157,180,132)
#ACBF97
(172,191,151)
#BBCAAA
(187,202,170)
#CAD5BD
(202,213,189)
#D9E0D0
(217,224,208)
#E8EBE3
(232,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527D25; }

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

This text font color is #527D25.


Background Color

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

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

This div background color is #527D25.


Border color

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

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

This div border color is #527D25.


Opacity

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

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

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

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

This text has shadow with #527D25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D25 on black background.


Color preview on white background

This text has color #527D25 on white background.



Black color preview on #527D25 background

This text has black color on #527D25 background.


White color preview on #527D25 background

This text has white color on #527D25 background.