COLOR #527D45

HEX: #527D45 RGB: (82,125,69)

Color info

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

RGB color model

#527D45 color RGB value is (82,125,69).

RGB: (82,125,69) (32%, 49%, 27%)

RGB channels and saturation

R 82 of 255 = 32%
G 125 of 255 = 49%
B 69 of 255 = 27%

82
125
69

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

Portions of RGB colors in percentages

R + G + B = 82 + 125 + 69 = 276 (100%)
R 82 of 276 ~ 29.71%
G 125 of 276 ~ 45.29%
B 69 of 276 ~ 25'%

%29.71
%45.29
%25

CMYK color model

#527D45 color CMYK value is (34,0,45,51).

  • cyan value is 34.40%
  • magenta value is 0.00%
  • yellow value is 44.80%
  • key color value is 50.98%

CMYK: (34,0,45,51)
C34M0Y45K51 (34%, 0%, 45%, 51%)
(0.34 / 0.00 / 0.45 / 0.51)

CMYK percentages

%34.4
%0
%44.8
%50.98

Codes

Color #527D45 in popluar color models

52 7D 45
RGB 82 125 69
HSL 106° 28.87% 38.04%
HSB/HSV 106° 44.80% 49.02%
CMYK 34.40% 0.00% 44.80%
50.98%

Color #527D45 in popluar number systems.

HEX 52 7D 45
Decimal 82 125 69
Binary 1010010 1111101 1000101
Octal 122 175 105

Shades and tints

Shades of #527D45

#527D45
(82,125,69)
#4B723F
(75,114,63)
#446739
(68,103,57)
#3D5C33
(61,92,51)
#36512D
(54,81,45)
#2F4627
(47,70,39)
#283B21
(40,59,33)
#21301B
(33,48,27)
#1A2515
(26,37,21)
#131A0F
(19,26,15)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #527D45

#527D45
(82,125,69)
#618855
(97,136,85)
#709365
(112,147,101)
#7F9E75
(127,158,117)
#8EA985
(142,169,133)
#9DB495
(157,180,149)
#ACBFA5
(172,191,165)
#BBCAB5
(187,202,181)
#CAD5C5
(202,213,197)
#D9E0D5
(217,224,213)
#E8EBE5
(232,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527D45; }

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

This text font color is #527D45.

Background Color

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

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

This div background color is #527D45.

Border color

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

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

This div border color is #527D45.

Opacity

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

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

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

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

This text has shadow with #527D45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #527D45.

Preview

Color preview on black background

This text has color #527D45 on black background.


Color preview on white background

This text has color #527D45 on white background.


Black color preview on #527D45 background

This text has black color on #527D45 background.


White color preview on #527D45 background

This text has white color on #527D45 background.


Related colors

Complementary color

Complementary color for #hex is #AD82BA.


I love getcolorcode.com

Triadic colors

1 #45527D and #7D4552 with #527D45 are triadic colors.

2 #457D52 and #7D5245 with #527D45 are triadic colors.