COLOR #529B53

HEX: #529B53
RGB: (82,155,83)

Color info

#529B53 contains mainly green color. Web safe color of #529B53 is #669966 (or #696).

RGB color model

#529B53 color RGB value is (82,155,83).

  • red value is 82;
  • green value is 155;
  • blue value is 83.
RGB:
(82,155,83)
(32%,61%,33%)

RGB channels and saturation

R 82 of 255 = 32%
G 155 of 255 = 61%
B 83 of 255 = 33%

82
155
83

R + G + B ~ 42%. #529B53 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 155 + 83 = 320 (100%)
R 82 of 320 ~ 25.63%
G 155 of 320 ~ 48.44%
B 83 of 320 ~ 25.94%

%25.63
%48.44
%25.94

CMYK color model

#529B53 color CMYK value is (47,0,46,39).

  • cyan value is 47.10%
  • magenta value is 0.00%
  • yellow value is 46.45%
  • key color value is 39.22%
CMYK:
(47,0,46,39)
C47M0Y46K39 
(47%,0%,46%,39%)
(0.47/0.00/0.46/0.39)	

CMYK percentages

%47.1
%0
%46.45
%39.22

Codes

Color #529B53 in popluar color models

529B53
RGB8215583
HSL121°30.80%46.47%
HSB/HSV121°47.10%60.78%
CMYK47.10%0.00%46.45%
39.22%

Color #529B53 in popluar number systems.

HEX529B53
Decimal8215583
Binary1010010100110111010011
Octal122233123

Shades and tints

Shades of #529B53

#529B53
(82,155,83)
#4B8D4C
(75,141,76)
#447F45
(68,127,69)
#3D713E
(61,113,62)
#366337
(54,99,55)
#2F5530
(47,85,48)
#284729
(40,71,41)
#213922
(33,57,34)
#1A2B1B
(26,43,27)
#131D14
(19,29,20)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #529B53

#529B53
(82,155,83)
#61A462
(97,164,98)
#70AD71
(112,173,113)
#7FB680
(127,182,128)
#8EBF8F
(142,191,143)
#9DC89E
(157,200,158)
#ACD1AD
(172,209,173)
#BBDABC
(187,218,188)
#CAE3CB
(202,227,203)
#D9ECDA
(217,236,218)
#E8F5E9
(232,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529B53 color. Also use rgb(82,155,83) instead hex code.

Text Font Color

.myTextColor { color: #529B53; }

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

This text font color is #529B53.


Background Color

.myBgColor { background-color: #529B53; }

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

This div background color is #529B53.


Border color

.myBorderColor { border: 1px solid #529B53; }

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

This div border color is #529B53.


Opacity

.myOpacity80 { color: #529B53; opacity: 0.8; }

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

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

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

This text has shadow with #529B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529B53 on black background.


Color preview on white background

This text has color #529B53 on white background.



Black color preview on #529B53 background

This text has black color on #529B53 background.


White color preview on #529B53 background

This text has white color on #529B53 background.