COLOR #509968

HEX: #509968
RGB: (80,153,104)

Color info

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

RGB color model

#509968 color RGB value is (80,153,104).

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

RGB channels and saturation

R 80 of 255 = 31%
G 153 of 255 = 60%
B 104 of 255 = 41%

80
153
104

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

Portions of RGB colors in percentages

R + G + B =
80 + 153 + 104 = 337 (100%)
R 80 of 337 ~ 23.74%
G 153 of 337 ~ 45.4%
B 104 of 337 ~ 30.86%

%23.74
%45.4
%30.86

CMYK color model

#509968 color CMYK value is (48,0,32,40).

  • cyan value is 47.71%
  • magenta value is 0.00%
  • yellow value is 32.03%
  • key color value is 40.00%
CMYK:
(48,0,32,40)
C48M0Y32K40 
(48%,0%,32%,40%)
(0.48/0.00/0.32/0.40)	

CMYK percentages

%47.71
%0
%32.03
%40

Codes

Color #509968 in popluar color models

509968
RGB80153104
HSL140°31.33%45.69%
HSB/HSV140°47.71%60.00%
CMYK47.71%0.00%32.03%
40.00%

Color #509968 in popluar number systems.

HEX509968
Decimal80153104
Binary1010000100110011101000
Octal120231150

Shades and tints

Shades of #509968

#509968
(80,153,104)
#498C5F
(73,140,95)
#427F56
(66,127,86)
#3B724D
(59,114,77)
#346544
(52,101,68)
#2D583B
(45,88,59)
#264B32
(38,75,50)
#1F3E29
(31,62,41)
#183120
(24,49,32)
#112417
(17,36,23)
#0A170E
(10,23,14)
#000000
(0,0,0)

Tints of #509968

#509968
(80,153,104)
#5FA275
(95,162,117)
#6EAB82
(110,171,130)
#7DB48F
(125,180,143)
#8CBD9C
(140,189,156)
#9BC6A9
(155,198,169)
#AACFB6
(170,207,182)
#B9D8C3
(185,216,195)
#C8E1D0
(200,225,208)
#D7EADD
(215,234,221)
#E6F3EA
(230,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509968; }

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

This text font color is #509968.


Background Color

.myBgColor { background-color: #509968; }

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

This div background color is #509968.


Border color

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

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

This div border color is #509968.


Opacity

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

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

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

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

This text has shadow with #509968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509968 on black background.


Color preview on white background

This text has color #509968 on white background.



Black color preview on #509968 background

This text has black color on #509968 background.


White color preview on #509968 background

This text has white color on #509968 background.