COLOR #527E4E

HEX: #527E4E RGB: (82,126,78)

Color info

#527E4E contains red, green and blue colors in about the same proportion. Web safe color of #527E4E is #666666 (or #666).

RGB color model

#527E4E color RGB value is (82,126,78).

RGB: (82,126,78) (32%, 49%, 31%)

RGB channels and saturation

R 82 of 255 = 32%
G 126 of 255 = 49%
B 78 of 255 = 31%

82
126
78

R + G + B ~ 37%. #527E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 126 + 78 = 286 (100%)
R 82 of 286 ~ 28.67%
G 126 of 286 ~ 44.06%
B 78 of 286 ~ 27.27'%

%28.67
%44.06
%27.27

CMYK color model

#527E4E color CMYK value is (35,0,38,51).

  • cyan value is 34.92%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 50.59%

CMYK: (35,0,38,51)
C35M0Y38K51 (35%, 0%, 38%, 51%)
(0.35 / 0.00 / 0.38 / 0.51)

CMYK percentages

%34.92
%0
%38.1
%50.59

Codes

Color #527E4E in popluar color models

52 7E 4E
RGB 82 126 78
HSL 115° 23.53% 40.00%
HSB/HSV 115° 38.10% 49.41%
CMYK 34.92% 0.00% 38.10%
50.59%

Color #527E4E in popluar number systems.

HEX 52 7E 4E
Decimal 82 126 78
Binary 1010010 1111110 1001110
Octal 122 176 116

Shades and tints

Shades of #527E4E

#527E4E
(82,126,78)
#4B7347
(75,115,71)
#446840
(68,104,64)
#3D5D39
(61,93,57)
#365232
(54,82,50)
#2F472B
(47,71,43)
#283C24
(40,60,36)
#21311D
(33,49,29)
#1A2616
(26,38,22)
#131B0F
(19,27,15)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #527E4E

#527E4E
(82,126,78)
#61895E
(97,137,94)
#70946E
(112,148,110)
#7F9F7E
(127,159,126)
#8EAA8E
(142,170,142)
#9DB59E
(157,181,158)
#ACC0AE
(172,192,174)
#BBCBBE
(187,203,190)
#CAD6CE
(202,214,206)
#D9E1DE
(217,225,222)
#E8ECEE
(232,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527E4E color. Also use rgb(82,126,78) instead hex code.

Text Font Color

.myTextColor { color: #527E4E; }

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

This text font color is #527E4E.

Background Color

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

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

This div background color is #527E4E.

Border color

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

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

This div border color is #527E4E.

Opacity

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

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

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

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

This text has shadow with #527E4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #527E4E.

Preview

Color preview on black background

This text has color #527E4E on black background.


Color preview on white background

This text has color #527E4E on white background.


Black color preview on #527E4E background

This text has black color on #527E4E background.


White color preview on #527E4E background

This text has white color on #527E4E background.


Related colors

Complementary color

Complementary color for #hex is #AD81B1.


I love getcolorcode.com

Triadic colors

1 #4E527E and #7E4E52 with #527E4E are triadic colors.

2 #4E7E52 and #7E524E with #527E4E are triadic colors.