COLOR #509B62

HEX: #509B62
RGB: (80,155,98)

Color info

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

RGB color model

#509B62 color RGB value is (80,155,98).

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

RGB channels and saturation

R 80 of 255 = 31%
G 155 of 255 = 61%
B 98 of 255 = 38%

80
155
98

R + G + B ~ 43%. #509B62 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 155 + 98 = 333 (100%)
R 80 of 333 ~ 24.02%
G 155 of 333 ~ 46.55%
B 98 of 333 ~ 29.43%

%24.02
%46.55
%29.43

CMYK color model

#509B62 color CMYK value is (48,0,37,39).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 36.77%
  • key color value is 39.22%
CMYK:
(48,0,37,39)
C48M0Y37K39 
(48%,0%,37%,39%)
(0.48/0.00/0.37/0.39)	

CMYK percentages

%48.39
%0
%36.77
%39.22

Codes

Color #509B62 in popluar color models

509B62
RGB8015598
HSL134°31.91%46.08%
HSB/HSV134°48.39%60.78%
CMYK48.39%0.00%36.77%
39.22%

Color #509B62 in popluar number systems.

HEX509B62
Decimal8015598
Binary1010000100110111100010
Octal120233142

Shades and tints

Shades of #509B62

#509B62
(80,155,98)
#498D5A
(73,141,90)
#427F52
(66,127,82)
#3B714A
(59,113,74)
#346342
(52,99,66)
#2D553A
(45,85,58)
#264732
(38,71,50)
#1F392A
(31,57,42)
#182B22
(24,43,34)
#111D1A
(17,29,26)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #509B62

#509B62
(80,155,98)
#5FA470
(95,164,112)
#6EAD7E
(110,173,126)
#7DB68C
(125,182,140)
#8CBF9A
(140,191,154)
#9BC8A8
(155,200,168)
#AAD1B6
(170,209,182)
#B9DAC4
(185,218,196)
#C8E3D2
(200,227,210)
#D7ECE0
(215,236,224)
#E6F5EE
(230,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #509B62; }

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

This text font color is #509B62.


Background Color

.myBgColor { background-color: #509B62; }

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

This div background color is #509B62.


Border color

.myBorderColor { border: 1px solid #509B62; }

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

This div border color is #509B62.


Opacity

.myOpacity80 { color: #509B62; opacity: 0.8; }

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

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

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

This text has shadow with #509B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509B62 on black background.


Color preview on white background

This text has color #509B62 on white background.



Black color preview on #509B62 background

This text has black color on #509B62 background.


White color preview on #509B62 background

This text has white color on #509B62 background.