COLOR #528F38

HEX: #528F38
RGB: (82,143,56)

Color info

#528F38 contains mainly green color. Web safe color of #528F38 is #669933 (or #693).

RGB color model

#528F38 color RGB value is (82,143,56).

  • red value is 82;
  • green value is 143;
  • blue value is 56.
RGB:
(82,143,56)
(32%,56%,22%)

RGB channels and saturation

R 82 of 255 = 32%
G 143 of 255 = 56%
B 56 of 255 = 22%

82
143
56

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

Portions of RGB colors in percentages

R + G + B =
82 + 143 + 56 = 281 (100%)
R 82 of 281 ~ 29.18%
G 143 of 281 ~ 50.89%
B 56 of 281 ~ 19.93%

%29.18
%50.89
%19.93

CMYK color model

#528F38 color CMYK value is (43,0,61,44).

  • cyan value is 42.66%
  • magenta value is 0.00%
  • yellow value is 60.84%
  • key color value is 43.92%
CMYK:
(43,0,61,44)
C43M0Y61K44 
(43%,0%,61%,44%)
(0.43/0.00/0.61/0.44)	

CMYK percentages

%42.66
%0
%60.84
%43.92

Codes

Color #528F38 in popluar color models

528F38
RGB8214356
HSL102°43.72%39.02%
HSB/HSV102°60.84%56.08%
CMYK42.66%0.00%60.84%
43.92%

Color #528F38 in popluar number systems.

HEX528F38
Decimal8214356
Binary101001010001111111000
Octal12221770

Shades and tints

Shades of #528F38

#528F38
(82,143,56)
#4B8233
(75,130,51)
#44752E
(68,117,46)
#3D6829
(61,104,41)
#365B24
(54,91,36)
#2F4E1F
(47,78,31)
#28411A
(40,65,26)
#213415
(33,52,21)
#1A2710
(26,39,16)
#131A0B
(19,26,11)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #528F38

#528F38
(82,143,56)
#61994A
(97,153,74)
#70A35C
(112,163,92)
#7FAD6E
(127,173,110)
#8EB780
(142,183,128)
#9DC192
(157,193,146)
#ACCBA4
(172,203,164)
#BBD5B6
(187,213,182)
#CADFC8
(202,223,200)
#D9E9DA
(217,233,218)
#E8F3EC
(232,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528F38 color. Also use rgb(82,143,56) instead hex code.

Text Font Color

.myTextColor { color: #528F38; }

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

This text font color is #528F38.


Background Color

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

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

This div background color is #528F38.


Border color

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

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

This div border color is #528F38.


Opacity

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

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

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

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

This text has shadow with #528F38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528F38 on black background.


Color preview on white background

This text has color #528F38 on white background.



Black color preview on #528F38 background

This text has black color on #528F38 background.


White color preview on #528F38 background

This text has white color on #528F38 background.