COLOR #527C4C

HEX: #527C4C RGB: (82,124,76)

Color info

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

RGB color model

#527C4C color RGB value is (82,124,76).

RGB: (82,124,76) (32%, 49%, 30%)

RGB channels and saturation

R 82 of 255 = 32%
G 124 of 255 = 49%
B 76 of 255 = 30%

82
124
76

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

Portions of RGB colors in percentages

R + G + B = 82 + 124 + 76 = 282 (100%)
R 82 of 282 ~ 29.08%
G 124 of 282 ~ 43.97%
B 76 of 282 ~ 26.95'%

%29.08
%43.97
%26.95

CMYK color model

#527C4C color CMYK value is (34,0,39,51).

  • cyan value is 33.87%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 51.37%
CMYK: (34,0,39,51) C34M0Y39K51 (34%,0%,39%,51%) (0.34/0.00/0.39/0.51) 

CMYK percentages

%33.87
%0
%38.71
%51.37

Codes

Color #527C4C in popluar color models

52 7C 4C
RGB 82 124 76
HSL 113° 24.00% 39.22%
HSB/HSV 113° 38.71% 48.63%
CMYK 33.87% 0.00% 38.71%
51.37%

Color #527C4C in popluar number systems.

HEX 52 7C 4C
Decimal 82 124 76
Binary 1010010 1111100 1001100
Octal 122 174 114

Shades and tints

Shades of #527C4C

#527C4C
(82,124,76)
#4B7146
(75,113,70)
#446640
(68,102,64)
#3D5B3A
(61,91,58)
#365034
(54,80,52)
#2F452E
(47,69,46)
#283A28
(40,58,40)
#212F22
(33,47,34)
#1A241C
(26,36,28)
#131916
(19,25,22)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #527C4C

#527C4C
(82,124,76)
#61875C
(97,135,92)
#70926C
(112,146,108)
#7F9D7C
(127,157,124)
#8EA88C
(142,168,140)
#9DB39C
(157,179,156)
#ACBEAC
(172,190,172)
#BBC9BC
(187,201,188)
#CAD4CC
(202,212,204)
#D9DFDC
(217,223,220)
#E8EAEC
(232,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527C4C; }

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

This text font color is #527C4C.

Background Color

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

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

This div background color is #527C4C.

Border color

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

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

This div border color is #527C4C.

Opacity

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

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

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

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

This text has shadow with #527C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #527C4C.

Preview

Color preview on black background

This text has color #527C4C on black background.


Color preview on white background

This text has color #527C4C on white background.


Black color preview on #527C4C background

This text has black color on #527C4C background.


White color preview on #527C4C background

This text has white color on #527C4C background.


Related colors

Complementary color

Complementary color for #hex is #AD83B3.


I love getcolorcode.com

Triadic colors

1 #4C527C and #7C4C52 with #527C4C are triadic colors.

2 #4C7C52 and #7C524C with #527C4C are triadic colors.