COLOR #539972

HEX: #539972
RGB: (83,153,114)

Color info

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

RGB color model

#539972 color RGB value is (83,153,114).

  • red value is 83;
  • green value is 153;
  • blue value is 114.
RGB:
(83,153,114)
(33%,60%,45%)

RGB channels and saturation

R 83 of 255 = 33%
G 153 of 255 = 60%
B 114 of 255 = 45%

83
153
114

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

Portions of RGB colors in percentages

R + G + B =
83 + 153 + 114 = 350 (100%)
R 83 of 350 ~ 23.71%
G 153 of 350 ~ 43.71%
B 114 of 350 ~ 32.57%

%23.71
%43.71
%32.57

CMYK color model

#539972 color CMYK value is (46,0,25,40).

  • cyan value is 45.75%
  • magenta value is 0.00%
  • yellow value is 25.49%
  • key color value is 40.00%
CMYK:
(46,0,25,40)
C46M0Y25K40 
(46%,0%,25%,40%)
(0.46/0.00/0.25/0.40)	

CMYK percentages

%45.75
%0
%25.49
%40

Codes

Color #539972 in popluar color models

539972
RGB83153114
HSL147°29.66%46.27%
HSB/HSV147°45.75%60.00%
CMYK45.75%0.00%25.49%
40.00%

Color #539972 in popluar number systems.

HEX539972
Decimal83153114
Binary1010011100110011110010
Octal123231162

Shades and tints

Shades of #539972

#539972
(83,153,114)
#4C8C68
(76,140,104)
#457F5E
(69,127,94)
#3E7254
(62,114,84)
#37654A
(55,101,74)
#305840
(48,88,64)
#294B36
(41,75,54)
#223E2C
(34,62,44)
#1B3122
(27,49,34)
#142418
(20,36,24)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #539972

#539972
(83,153,114)
#62A27E
(98,162,126)
#71AB8A
(113,171,138)
#80B496
(128,180,150)
#8FBDA2
(143,189,162)
#9EC6AE
(158,198,174)
#ADCFBA
(173,207,186)
#BCD8C6
(188,216,198)
#CBE1D2
(203,225,210)
#DAEADE
(218,234,222)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #539972 color. Also use rgb(83,153,114) instead hex code.

Text Font Color

.myTextColor { color: #539972; }

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

This text font color is #539972.


Background Color

.myBgColor { background-color: #539972; }

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

This div background color is #539972.


Border color

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

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

This div border color is #539972.


Opacity

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

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

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

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

This text has shadow with #539972 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539972 on black background.


Color preview on white background

This text has color #539972 on white background.



Black color preview on #539972 background

This text has black color on #539972 background.


White color preview on #539972 background

This text has white color on #539972 background.