COLOR #528A43

HEX: #528A43
RGB: (82,138,67)

Color info

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

RGB color model

#528A43 color RGB value is (82,138,67).

  • red value is 82;
  • green value is 138;
  • blue value is 67.
RGB:
(82,138,67)
(32%,54%,26%)

RGB channels and saturation

R 82 of 255 = 32%
G 138 of 255 = 54%
B 67 of 255 = 26%

82
138
67

R + G + B ~ 37%. #528A43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
82 + 138 + 67 = 287 (100%)
R 82 of 287 ~ 28.57%
G 138 of 287 ~ 48.08%
B 67 of 287 ~ 23.34%

%28.57
%48.08
%23.34

CMYK color model

#528A43 color CMYK value is (41,0,51,46).

  • cyan value is 40.58%
  • magenta value is 0.00%
  • yellow value is 51.45%
  • key color value is 45.88%
CMYK:
(41,0,51,46)
C41M0Y51K46 
(41%,0%,51%,46%)
(0.41/0.00/0.51/0.46)	

CMYK percentages

%40.58
%0
%51.45
%45.88

Codes

Color #528A43 in popluar color models

528A43
RGB8213867
HSL107°34.63%40.20%
HSB/HSV107°51.45%54.12%
CMYK40.58%0.00%51.45%
45.88%

Color #528A43 in popluar number systems.

HEX528A43
Decimal8213867
Binary1010010100010101000011
Octal122212103

Shades and tints

Shades of #528A43

#528A43
(82,138,67)
#4B7E3D
(75,126,61)
#447237
(68,114,55)
#3D6631
(61,102,49)
#365A2B
(54,90,43)
#2F4E25
(47,78,37)
#28421F
(40,66,31)
#213619
(33,54,25)
#1A2A13
(26,42,19)
#131E0D
(19,30,13)
#0C1207
(12,18,7)
#000000
(0,0,0)

Tints of #528A43

#528A43
(82,138,67)
#619454
(97,148,84)
#709E65
(112,158,101)
#7FA876
(127,168,118)
#8EB287
(142,178,135)
#9DBC98
(157,188,152)
#ACC6A9
(172,198,169)
#BBD0BA
(187,208,186)
#CADACB
(202,218,203)
#D9E4DC
(217,228,220)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528A43 color. Also use rgb(82,138,67) instead hex code.

Text Font Color

.myTextColor { color: #528A43; }

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

This text font color is #528A43.


Background Color

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

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

This div background color is #528A43.


Border color

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

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

This div border color is #528A43.


Opacity

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

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

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

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

This text has shadow with #528A43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528A43 on black background.


Color preview on white background

This text has color #528A43 on white background.



Black color preview on #528A43 background

This text has black color on #528A43 background.


White color preview on #528A43 background

This text has white color on #528A43 background.