COLOR #527B5E

HEX: #527B5E RGB: (82,123,94)

Color info

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

RGB color model

#527B5E color RGB value is (82,123,94).

RGB: (82,123,94) (32%, 48%, 37%)

RGB channels and saturation

R 82 of 255 = 32%
G 123 of 255 = 48%
B 94 of 255 = 37%

82
123
94

R + G + B ~ 39%. #527B5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 123 + 94 = 299 (100%)
R 82 of 299 ~ 27.42%
G 123 of 299 ~ 41.14%
B 94 of 299 ~ 31.44'%

%27.42
%41.14
%31.44

CMYK color model

#527B5E color CMYK value is (33,0,24,52).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 23.58%
  • key color value is 51.76%

CMYK: (33,0,24,52)
C33M0Y24K52 (33%, 0%, 24%, 52%)
(0.33 / 0.00 / 0.24 / 0.52)

CMYK percentages

%33.33
%0
%23.58
%51.76

Codes

Color #527B5E in popluar color models

52 7B 5E
RGB 82 123 94
HSL 138° 20.00% 40.20%
HSB/HSV 138° 33.33% 48.24%
CMYK 33.33% 0.00% 23.58%
51.76%

Color #527B5E in popluar number systems.

HEX 52 7B 5E
Decimal 82 123 94
Binary 1010010 1111011 1011110
Octal 122 173 136

Shades and tints

Shades of #527B5E

#527B5E
(82,123,94)
#4B7056
(75,112,86)
#44654E
(68,101,78)
#3D5A46
(61,90,70)
#364F3E
(54,79,62)
#2F4436
(47,68,54)
#28392E
(40,57,46)
#212E26
(33,46,38)
#1A231E
(26,35,30)
#131816
(19,24,22)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #527B5E

#527B5E
(82,123,94)
#61876C
(97,135,108)
#70937A
(112,147,122)
#7F9F88
(127,159,136)
#8EAB96
(142,171,150)
#9DB7A4
(157,183,164)
#ACC3B2
(172,195,178)
#BBCFC0
(187,207,192)
#CADBCE
(202,219,206)
#D9E7DC
(217,231,220)
#E8F3EA
(232,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527B5E color. Also use rgb(82,123,94) instead hex code.

Text Font Color

.myTextColor { color: #527B5E; }

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

This text font color is #527B5E.

Background Color

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

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

This div background color is #527B5E.

Border color

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

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

This div border color is #527B5E.

Opacity

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

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

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

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

This text has shadow with #527B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #527B5E.

Preview

Color preview on black background

This text has color #527B5E on black background.


Color preview on white background

This text has color #527B5E on white background.


Black color preview on #527B5E background

This text has black color on #527B5E background.


White color preview on #527B5E background

This text has white color on #527B5E background.


Related colors

Complementary color

Complementary color for #hex is #AD84A1.


I love getcolorcode.com

Triadic colors

1 #5E527B and #7B5E52 with #527B5E are triadic colors.

2 #5E7B52 and #7B525E with #527B5E are triadic colors.