COLOR #528431

HEX: #528431
RGB: (82,132,49)

Color info

#528431 contains mainly red and green colors. Web safe color of #528431 is #669933 (or #693).

RGB color model

#528431 color RGB value is (82,132,49).

  • red value is 82;
  • green value is 132;
  • blue value is 49.
RGB:
(82,132,49)
(32%,52%,19%)

RGB channels and saturation

R 82 of 255 = 32%
G 132 of 255 = 52%
B 49 of 255 = 19%

82
132
49

R + G + B ~ 34%. #528431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 132 + 49 = 263 (100%)
R 82 of 263 ~ 31.18%
G 132 of 263 ~ 50.19%
B 49 of 263 ~ 18.63%

%31.18
%50.19
%18.63

CMYK color model

#528431 color CMYK value is (38,0,63,48).

  • cyan value is 37.88%
  • magenta value is 0.00%
  • yellow value is 62.88%
  • key color value is 48.24%
CMYK:
(38,0,63,48)
C38M0Y63K48 
(38%,0%,63%,48%)
(0.38/0.00/0.63/0.48)	

CMYK percentages

%37.88
%0
%62.88
%48.24

Codes

Color #528431 in popluar color models

528431
RGB8213249
HSL96°45.86%35.49%
HSB/HSV96°62.88%51.76%
CMYK37.88%0.00%62.88%
48.24%

Color #528431 in popluar number systems.

HEX528431
Decimal8213249
Binary101001010000100110001
Octal12220461

Shades and tints

Shades of #528431

#528431
(82,132,49)
#4B782D
(75,120,45)
#446C29
(68,108,41)
#3D6025
(61,96,37)
#365421
(54,84,33)
#2F481D
(47,72,29)
#283C19
(40,60,25)
#213015
(33,48,21)
#1A2411
(26,36,17)
#13180D
(19,24,13)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #528431

#528431
(82,132,49)
#618F43
(97,143,67)
#709A55
(112,154,85)
#7FA567
(127,165,103)
#8EB079
(142,176,121)
#9DBB8B
(157,187,139)
#ACC69D
(172,198,157)
#BBD1AF
(187,209,175)
#CADCC1
(202,220,193)
#D9E7D3
(217,231,211)
#E8F2E5
(232,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528431 color. Also use rgb(82,132,49) instead hex code.

Text Font Color

.myTextColor { color: #528431; }

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

This text font color is #528431.


Background Color

.myBgColor { background-color: #528431; }

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

This div background color is #528431.


Border color

.myBorderColor { border: 1px solid #528431; }

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

This div border color is #528431.


Opacity

.myOpacity80 { color: #528431; opacity: 0.8; }

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

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

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

This text has shadow with #528431 color.

.textShadow {text-shadow: 3px 3px 1px #528431, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #528431;
-webkit-box-shadow: 1px 1px 3px 2px #528431;
box-shadow:1px 1px 3px 2px #528431;">
Div content here</div>
This div box has shadow with color #528431.

Preview

Color preview on black background

This text has color #528431 on black background.


Color preview on white background

This text has color #528431 on white background.



Black color preview on #528431 background

This text has black color on #528431 background.


White color preview on #528431 background

This text has white color on #528431 background.