COLOR #527F45

HEX: #527F45 RGB: (82,127,69)

Color info

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

RGB color model

#527F45 color RGB value is (82,127,69).

RGB: (82,127,69) (32%, 50%, 27%)

RGB channels and saturation

R 82 of 255 = 32%
G 127 of 255 = 50%
B 69 of 255 = 27%

82
127
69

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

Portions of RGB colors in percentages

R + G + B = 82 + 127 + 69 = 278 (100%)
R 82 of 278 ~ 29.5%
G 127 of 278 ~ 45.68%
B 69 of 278 ~ 24.82'%

%29.5
%45.68
%24.82

CMYK color model

#527F45 color CMYK value is (35,0,46,50).

  • cyan value is 35.43%
  • magenta value is 0.00%
  • yellow value is 45.67%
  • key color value is 50.20%
CMYK: (35,0,46,50) C35M0Y46K50 (35%,0%,46%,50%) (0.35/0.00/0.46/0.50) 

CMYK percentages

%35.43
%0
%45.67
%50.2

Codes

Color #527F45 in popluar color models

52 7F 45
RGB 82 127 69
HSL 107° 29.59% 38.43%
HSB/HSV 107° 45.67% 49.80%
CMYK 35.43% 0.00% 45.67%
50.20%

Color #527F45 in popluar number systems.

HEX 52 7F 45
Decimal 82 127 69
Binary 1010010 1111111 1000101
Octal 122 177 105

Shades and tints

Shades of #527F45

#527F45
(82,127,69)
#4B743F
(75,116,63)
#446939
(68,105,57)
#3D5E33
(61,94,51)
#36532D
(54,83,45)
#2F4827
(47,72,39)
#283D21
(40,61,33)
#21321B
(33,50,27)
#1A2715
(26,39,21)
#131C0F
(19,28,15)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #527F45

#527F45
(82,127,69)
#618A55
(97,138,85)
#709565
(112,149,101)
#7FA075
(127,160,117)
#8EAB85
(142,171,133)
#9DB695
(157,182,149)
#ACC1A5
(172,193,165)
#BBCCB5
(187,204,181)
#CAD7C5
(202,215,197)
#D9E2D5
(217,226,213)
#E8EDE5
(232,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527F45; }

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

This text font color is #527F45.

Background Color

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

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

This div background color is #527F45.

Border color

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

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

This div border color is #527F45.

Opacity

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

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

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

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

This text has shadow with #527F45 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #527F45.

Preview

Color preview on black background

This text has color #527F45 on black background.


Color preview on white background

This text has color #527F45 on white background.


Black color preview on #527F45 background

This text has black color on #527F45 background.


White color preview on #527F45 background

This text has white color on #527F45 background.


Related colors

Complementary color

Complementary color for #hex is #AD80BA.


I love getcolorcode.com

Triadic colors

1 #45527F and #7F4552 with #527F45 are triadic colors.

2 #457F52 and #7F5245 with #527F45 are triadic colors.