COLOR #527C50

HEX: #527C50 RGB: (82,124,80)

Color info

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

RGB color model

#527C50 color RGB value is (82,124,80).

RGB: (82,124,80) (32%, 49%, 31%)

RGB channels and saturation

R 82 of 255 = 32%
G 124 of 255 = 49%
B 80 of 255 = 31%

82
124
80

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

Portions of RGB colors in percentages

R + G + B = 82 + 124 + 80 = 286 (100%)
R 82 of 286 ~ 28.67%
G 124 of 286 ~ 43.36%
B 80 of 286 ~ 27.97'%

%28.67
%43.36
%27.97

CMYK color model

#527C50 color CMYK value is (34,0,35,51).

  • cyan value is 33.87%
  • magenta value is 0.00%
  • yellow value is 35.48%
  • key color value is 51.37%

CMYK: (34,0,35,51)
C34M0Y35K51 (34%, 0%, 35%, 51%)
(0.34 / 0.00 / 0.35 / 0.51)

CMYK percentages

%33.87
%0
%35.48
%51.37

Codes

Color #527C50 in popluar color models

52 7C 50
RGB 82 124 80
HSL 117° 21.57% 40.00%
HSB/HSV 117° 35.48% 48.63%
CMYK 33.87% 0.00% 35.48%
51.37%

Color #527C50 in popluar number systems.

HEX 52 7C 50
Decimal 82 124 80
Binary 1010010 1111100 1010000
Octal 122 174 120

Shades and tints

Shades of #527C50

#527C50
(82,124,80)
#4B7149
(75,113,73)
#446642
(68,102,66)
#3D5B3B
(61,91,59)
#365034
(54,80,52)
#2F452D
(47,69,45)
#283A26
(40,58,38)
#212F1F
(33,47,31)
#1A2418
(26,36,24)
#131911
(19,25,17)
#0C0E0A
(12,14,10)
#000000
(0,0,0)

Tints of #527C50

#527C50
(82,124,80)
#61875F
(97,135,95)
#70926E
(112,146,110)
#7F9D7D
(127,157,125)
#8EA88C
(142,168,140)
#9DB39B
(157,179,155)
#ACBEAA
(172,190,170)
#BBC9B9
(187,201,185)
#CAD4C8
(202,212,200)
#D9DFD7
(217,223,215)
#E8EAE6
(232,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527C50 color. Also use rgb(82,124,80) instead hex code.

Text Font Color

.myTextColor { color: #527C50; }

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

This text font color is #527C50.

Background Color

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

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

This div background color is #527C50.

Border color

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

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

This div border color is #527C50.

Opacity

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

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

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

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

This text has shadow with #527C50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #527C50.

Preview

Color preview on black background

This text has color #527C50 on black background.


Color preview on white background

This text has color #527C50 on white background.


Black color preview on #527C50 background

This text has black color on #527C50 background.


White color preview on #527C50 background

This text has white color on #527C50 background.


Related colors

Complementary color

Complementary color for #hex is #AD83AF.


I love getcolorcode.com

Triadic colors

1 #50527C and #7C5052 with #527C50 are triadic colors.

2 #507C52 and #7C5250 with #527C50 are triadic colors.