COLOR #539968

HEX: #539968
RGB: (83,153,104)

Color info

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

RGB color model

#539968 color RGB value is (83,153,104).

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

RGB channels and saturation

R 83 of 255 = 33%
G 153 of 255 = 60%
B 104 of 255 = 41%

83
153
104

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

Portions of RGB colors in percentages

R + G + B =
83 + 153 + 104 = 340 (100%)
R 83 of 340 ~ 24.41%
G 153 of 340 ~ 45%
B 104 of 340 ~ 30.59%

%24.41
%45
%30.59

CMYK color model

#539968 color CMYK value is (46,0,32,40).

  • cyan value is 45.75%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 40.00%
CMYK:
(46,0,32,40)
C46M0Y32K40 
(46%,0%,32%,40%)
(0.46/0.00/0.32/0.40)	

CMYK percentages

%45.75
%0
%32.03
%40

Codes

Color #539968 in popluar color models

539968
RGB83153104
HSL138°29.66%46.27%
HSB/HSV138°45.75%60.00%
CMYK45.75%0.00%32.03%
40.00%

Color #539968 in popluar number systems.

HEX539968
Decimal83153104
Binary1010011100110011101000
Octal123231150

Shades and tints

Shades of #539968

#539968
(83,153,104)
#4C8C5F
(76,140,95)
#457F56
(69,127,86)
#3E724D
(62,114,77)
#376544
(55,101,68)
#30583B
(48,88,59)
#294B32
(41,75,50)
#223E29
(34,62,41)
#1B3120
(27,49,32)
#142417
(20,36,23)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #539968

#539968
(83,153,104)
#62A275
(98,162,117)
#71AB82
(113,171,130)
#80B48F
(128,180,143)
#8FBD9C
(143,189,156)
#9EC6A9
(158,198,169)
#ADCFB6
(173,207,182)
#BCD8C3
(188,216,195)
#CBE1D0
(203,225,208)
#DAEADD
(218,234,221)
#E9F3EA
(233,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #539968; }

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

This text font color is #539968.


Background Color

.myBgColor { background-color: #539968; }

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

This div background color is #539968.


Border color

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

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

This div border color is #539968.


Opacity

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

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

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

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

This text has shadow with #539968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #539968 on black background.


Color preview on white background

This text has color #539968 on white background.



Black color preview on #539968 background

This text has black color on #539968 background.


White color preview on #539968 background

This text has white color on #539968 background.