COLOR #528141

HEX: #528141
RGB: (82,129,65)

Color info

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

RGB color model

#528141 color RGB value is (82,129,65).

  • red value is 82;
  • green value is 129;
  • blue value is 65.
RGB:
(82,129,65)
(32%,51%,25%)

RGB channels and saturation

R 82 of 255 = 32%
G 129 of 255 = 51%
B 65 of 255 = 25%

82
129
65

R + G + B ~ 36%. #528141 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 129 + 65 = 276 (100%)
R 82 of 276 ~ 29.71%
G 129 of 276 ~ 46.74%
B 65 of 276 ~ 23.55%

%29.71
%46.74
%23.55

CMYK color model

#528141 color CMYK value is (36,0,50,49).

  • cyan value is 36.43%
  • magenta value is 0.00%
  • yellow value is 49.61%
  • key color value is 49.41%
CMYK:
(36,0,50,49)
C36M0Y50K49 
(36%,0%,50%,49%)
(0.36/0.00/0.50/0.49)	

CMYK percentages

%36.43
%0
%49.61
%49.41

Codes

Color #528141 in popluar color models

528141
RGB8212965
HSL104°32.99%38.04%
HSB/HSV104°49.61%50.59%
CMYK36.43%0.00%49.61%
49.41%

Color #528141 in popluar number systems.

HEX528141
Decimal8212965
Binary1010010100000011000001
Octal122201101

Shades and tints

Shades of #528141

#528141
(82,129,65)
#4B763C
(75,118,60)
#446B37
(68,107,55)
#3D6032
(61,96,50)
#36552D
(54,85,45)
#2F4A28
(47,74,40)
#283F23
(40,63,35)
#21341E
(33,52,30)
#1A2919
(26,41,25)
#131E14
(19,30,20)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #528141

#528141
(82,129,65)
#618C52
(97,140,82)
#709763
(112,151,99)
#7FA274
(127,162,116)
#8EAD85
(142,173,133)
#9DB896
(157,184,150)
#ACC3A7
(172,195,167)
#BBCEB8
(187,206,184)
#CAD9C9
(202,217,201)
#D9E4DA
(217,228,218)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528141 color. Also use rgb(82,129,65) instead hex code.

Text Font Color

.myTextColor { color: #528141; }

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

This text font color is #528141.


Background Color

.myBgColor { background-color: #528141; }

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

This div background color is #528141.


Border color

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

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

This div border color is #528141.


Opacity

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

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

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

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

This text has shadow with #528141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528141 on black background.


Color preview on white background

This text has color #528141 on white background.



Black color preview on #528141 background

This text has black color on #528141 background.


White color preview on #528141 background

This text has white color on #528141 background.