COLOR #527B55

HEX: #527B55 RGB: (82,123,85)

Color info

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

RGB color model

#527B55 color RGB value is (82,123,85).

RGB: (82,123,85) (32%, 48%, 33%)

RGB channels and saturation

R 82 of 255 = 32%
G 123 of 255 = 48%
B 85 of 255 = 33%

82
123
85

R + G + B ~ 38%. #527B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 82 + 123 + 85 = 290 (100%)
R 82 of 290 ~ 28.28%
G 123 of 290 ~ 42.41%
B 85 of 290 ~ 29.31'%

%28.28
%42.41
%29.31

CMYK color model

#527B55 color CMYK value is (33,0,31,52).

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

CMYK: (33,0,31,52)
C33M0Y31K52 (33%, 0%, 31%, 52%)
(0.33 / 0.00 / 0.31 / 0.52)

CMYK percentages

%33.33
%0
%30.89
%51.76

Codes

Color #527B55 in popluar color models

52 7B 55
RGB 82 123 85
HSL 124° 20.00% 40.20%
HSB/HSV 124° 33.33% 48.24%
CMYK 33.33% 0.00% 30.89%
51.76%

Color #527B55 in popluar number systems.

HEX 52 7B 55
Decimal 82 123 85
Binary 1010010 1111011 1010101
Octal 122 173 125

Shades and tints

Shades of #527B55

#527B55
(82,123,85)
#4B704E
(75,112,78)
#446547
(68,101,71)
#3D5A40
(61,90,64)
#364F39
(54,79,57)
#2F4432
(47,68,50)
#28392B
(40,57,43)
#212E24
(33,46,36)
#1A231D
(26,35,29)
#131816
(19,24,22)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #527B55

#527B55
(82,123,85)
#618764
(97,135,100)
#709373
(112,147,115)
#7F9F82
(127,159,130)
#8EAB91
(142,171,145)
#9DB7A0
(157,183,160)
#ACC3AF
(172,195,175)
#BBCFBE
(187,207,190)
#CADBCD
(202,219,205)
#D9E7DC
(217,231,220)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #527B55; }

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

This text font color is #527B55.

Background Color

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

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

This div background color is #527B55.

Border color

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

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

This div border color is #527B55.

Opacity

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

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

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

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

This text has shadow with #527B55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #527B55.

Preview

Color preview on black background

This text has color #527B55 on black background.


Color preview on white background

This text has color #527B55 on white background.


Black color preview on #527B55 background

This text has black color on #527B55 background.


White color preview on #527B55 background

This text has white color on #527B55 background.


Related colors

Complementary color

Complementary color for #hex is #AD84AA.


I love getcolorcode.com

Triadic colors

1 #55527B and #7B5552 with #527B55 are triadic colors.

2 #557B52 and #7B5255 with #527B55 are triadic colors.