COLOR #527D28

HEX: #527D28
RGB: (82,125,40)

Color info

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

RGB color model

#527D28 color RGB value is (82,125,40).

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

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 40 of 255 = 16%

82
125
40

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

Portions of RGB colors in percentages

R + G + B =
82 + 125 + 40 = 247 (100%)
R 82 of 247 ~ 33.2%
G 125 of 247 ~ 50.61%
B 40 of 247 ~ 16.19%

%33.2
%50.61
%16.19

CMYK color model

#527D28 color CMYK value is (34,0,68,51).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 68.00%
  • key color value is 50.98%
CMYK:
(34,0,68,51)
C34M0Y68K51 
(34%,0%,68%,51%)
(0.34/0.00/0.68/0.51)	

CMYK percentages

%34.4
%0
%68
%50.98

Codes

Color #527D28 in popluar color models

527D28
RGB8212540
HSL90°51.52%32.35%
HSB/HSV90°68.00%49.02%
CMYK34.40%0.00%68.00%
50.98%

Color #527D28 in popluar number systems.

HEX527D28
Decimal8212540
Binary10100101111101101000
Octal12217550

Shades and tints

Shades of #527D28

#527D28
(82,125,40)
#4B7225
(75,114,37)
#446722
(68,103,34)
#3D5C1F
(61,92,31)
#36511C
(54,81,28)
#2F4619
(47,70,25)
#283B16
(40,59,22)
#213013
(33,48,19)
#1A2510
(26,37,16)
#131A0D
(19,26,13)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #527D28

#527D28
(82,125,40)
#61883B
(97,136,59)
#70934E
(112,147,78)
#7F9E61
(127,158,97)
#8EA974
(142,169,116)
#9DB487
(157,180,135)
#ACBF9A
(172,191,154)
#BBCAAD
(187,202,173)
#CAD5C0
(202,213,192)
#D9E0D3
(217,224,211)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527D28; }

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

This text font color is #527D28.


Background Color

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

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

This div background color is #527D28.


Border color

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

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

This div border color is #527D28.


Opacity

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

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

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

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

This text has shadow with #527D28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527D28 on black background.


Color preview on white background

This text has color #527D28 on white background.



Black color preview on #527D28 background

This text has black color on #527D28 background.


White color preview on #527D28 background

This text has white color on #527D28 background.