COLOR #509462

HEX: #509462
RGB: (80,148,98)

Color info

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

RGB color model

#509462 color RGB value is (80,148,98).

  • red value is 80;
  • green value is 148;
  • blue value is 98.
RGB:
(80,148,98)
(31%,58%,38%)

RGB channels and saturation

R 80 of 255 = 31%
G 148 of 255 = 58%
B 98 of 255 = 38%

80
148
98

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

Portions of RGB colors in percentages

R + G + B =
80 + 148 + 98 = 326 (100%)
R 80 of 326 ~ 24.54%
G 148 of 326 ~ 45.4%
B 98 of 326 ~ 30.06%

%24.54
%45.4
%30.06

CMYK color model

#509462 color CMYK value is (46,0,34,42).

  • cyan value is 45.95%
  • magenta value is 0.00%
  • yellow value is 33.78%
  • key color value is 41.96%
CMYK:
(46,0,34,42)
C46M0Y34K42 
(46%,0%,34%,42%)
(0.46/0.00/0.34/0.42)	

CMYK percentages

%45.95
%0
%33.78
%41.96

Codes

Color #509462 in popluar color models

509462
RGB8014898
HSL136°29.82%44.71%
HSB/HSV136°45.95%58.04%
CMYK45.95%0.00%33.78%
41.96%

Color #509462 in popluar number systems.

HEX509462
Decimal8014898
Binary1010000100101001100010
Octal120224142

Shades and tints

Shades of #509462

#509462
(80,148,98)
#49875A
(73,135,90)
#427A52
(66,122,82)
#3B6D4A
(59,109,74)
#346042
(52,96,66)
#2D533A
(45,83,58)
#264632
(38,70,50)
#1F392A
(31,57,42)
#182C22
(24,44,34)
#111F1A
(17,31,26)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #509462

#509462
(80,148,98)
#5F9D70
(95,157,112)
#6EA67E
(110,166,126)
#7DAF8C
(125,175,140)
#8CB89A
(140,184,154)
#9BC1A8
(155,193,168)
#AACAB6
(170,202,182)
#B9D3C4
(185,211,196)
#C8DCD2
(200,220,210)
#D7E5E0
(215,229,224)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509462 color. Also use rgb(80,148,98) instead hex code.

Text Font Color

.myTextColor { color: #509462; }

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

This text font color is #509462.


Background Color

.myBgColor { background-color: #509462; }

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

This div background color is #509462.


Border color

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

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

This div border color is #509462.


Opacity

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

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

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

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

This text has shadow with #509462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509462 on black background.


Color preview on white background

This text has color #509462 on white background.



Black color preview on #509462 background

This text has black color on #509462 background.


White color preview on #509462 background

This text has white color on #509462 background.