COLOR #529165

HEX: #529165
RGB: (82,145,101)

Color info

#529165 contains mainly green and blue colors. Web safe color of #529165 is #669966 (or #696).

RGB color model

#529165 color RGB value is (82,145,101).

  • red value is 82;
  • green value is 145;
  • blue value is 101.
RGB:
(82,145,101)
(32%,57%,40%)

RGB channels and saturation

R 82 of 255 = 32%
G 145 of 255 = 57%
B 101 of 255 = 40%

82
145
101

R + G + B ~ 43%. #529165 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 145 + 101 = 328 (100%)
R 82 of 328 ~ 25%
G 145 of 328 ~ 44.21%
B 101 of 328 ~ 30.79%

%25
%44.21
%30.79

CMYK color model

#529165 color CMYK value is (43,0,30,43).

  • cyan value is 43.45%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 43.14%
CMYK:
(43,0,30,43)
C43M0Y30K43 
(43%,0%,30%,43%)
(0.43/0.00/0.30/0.43)	

CMYK percentages

%43.45
%0
%30.34
%43.14

Codes

Color #529165 in popluar color models

529165
RGB82145101
HSL138°27.75%44.51%
HSB/HSV138°43.45%56.86%
CMYK43.45%0.00%30.34%
43.14%

Color #529165 in popluar number systems.

HEX529165
Decimal82145101
Binary1010010100100011100101
Octal122221145

Shades and tints

Shades of #529165

#529165
(82,145,101)
#4B845C
(75,132,92)
#447753
(68,119,83)
#3D6A4A
(61,106,74)
#365D41
(54,93,65)
#2F5038
(47,80,56)
#28432F
(40,67,47)
#213626
(33,54,38)
#1A291D
(26,41,29)
#131C14
(19,28,20)
#0C0F0B
(12,15,11)
#000000
(0,0,0)

Tints of #529165

#529165
(82,145,101)
#619B73
(97,155,115)
#70A581
(112,165,129)
#7FAF8F
(127,175,143)
#8EB99D
(142,185,157)
#9DC3AB
(157,195,171)
#ACCDB9
(172,205,185)
#BBD7C7
(187,215,199)
#CAE1D5
(202,225,213)
#D9EBE3
(217,235,227)
#E8F5F1
(232,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529165 color. Also use rgb(82,145,101) instead hex code.

Text Font Color

.myTextColor { color: #529165; }

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

This text font color is #529165.


Background Color

.myBgColor { background-color: #529165; }

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

This div background color is #529165.


Border color

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

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

This div border color is #529165.


Opacity

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

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

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

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

This text has shadow with #529165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529165 on black background.


Color preview on white background

This text has color #529165 on white background.



Black color preview on #529165 background

This text has black color on #529165 background.


White color preview on #529165 background

This text has white color on #529165 background.