COLOR #528B51

HEX: #528B51 RGB: (82,139,81)

Color info

#528B51 contains red, green and blue colors in about the same proportion. Web safe color of #528B51 is #669966 (or #696).

RGB color model

#528B51 color RGB value is (82,139,81).

RGB: (82,139,81) (32%, 55%, 32%)

RGB channels and saturation

R 82 of 255 = 32%
G 139 of 255 = 55%
B 81 of 255 = 32%

82
139
81

R + G + B ~ 40%. #528B51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 139 + 81 = 302 (100%)
R 82 of 302 ~ 27.15%
G 139 of 302 ~ 46.03%
B 81 of 302 ~ 26.82'%

%27.15
%46.03
%26.82

CMYK color model

#528B51 color CMYK value is (41,0,42,45).

  • cyan value is 41.01%
  • magenta value is 0.00%
  • yellow value is 41.73%
  • key color value is 45.49%

CMYK: (41,0,42,45)
C41M0Y42K45 (41%, 0%, 42%, 45%)
(0.41 / 0.00 / 0.42 / 0.45)

CMYK percentages

%41.01
%0
%41.73
%45.49

Codes

Color #528B51 in popluar color models

52 8B 51
RGB 82 139 81
HSL 119° 26.36% 43.14%
HSB/HSV 119° 41.73% 54.51%
CMYK 41.01% 0.00% 41.73%
45.49%

Color #528B51 in popluar number systems.

HEX 52 8B 51
Decimal 82 139 81
Binary 1010010 10001011 1010001
Octal 122 213 121

Shades and tints

Shades of #528B51

#528B51
(82,139,81)
#4B7F4A
(75,127,74)
#447343
(68,115,67)
#3D673C
(61,103,60)
#365B35
(54,91,53)
#2F4F2E
(47,79,46)
#284327
(40,67,39)
#213720
(33,55,32)
#1A2B19
(26,43,25)
#131F12
(19,31,18)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #528B51

#528B51
(82,139,81)
#619560
(97,149,96)
#709F6F
(112,159,111)
#7FA97E
(127,169,126)
#8EB38D
(142,179,141)
#9DBD9C
(157,189,156)
#ACC7AB
(172,199,171)
#BBD1BA
(187,209,186)
#CADBC9
(202,219,201)
#D9E5D8
(217,229,216)
#E8EFE7
(232,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528B51 color. Also use rgb(82,139,81) instead hex code.

Text Font Color

.myTextColor { color: #528B51; }

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

This text font color is #528B51.

Background Color

.myBgColor { background-color: #528B51; }

<div style="background-color:#528B51">Inner text</div>

This div background color is #528B51.

Border color

.myBorderColor { border: 1px solid #528B51; }

<div style="border:3px solid #528B51">Div</div>

This div border color is #528B51.

Opacity

.myOpacity80 { color: #528B51; opacity: 0.8; }

<p style="color:#528B51;opacity:0.8;">80%</p>

Text with #528B51 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 #528B51;}

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

This text has shadow with #528B51 color.


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

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

This text has shadow with #528B51 primary color and red secondary color.


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

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

This text has shadow with #528B51 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #528B51.

Preview

Color preview on black background

This text has color #528B51 on black background.


Color preview on white background

This text has color #528B51 on white background.


Black color preview on #528B51 background

This text has black color on #528B51 background.


White color preview on #528B51 background

This text has white color on #528B51 background.


Related colors

Complementary color

Complementary color for #hex is #AD74AE.


I love getcolorcode.com

Triadic colors

1 #51528B and #8B5152 with #528B51 are triadic colors.

2 #518B52 and #8B5251 with #528B51 are triadic colors.