COLOR #509F6B

HEX: #509F6B
RGB: (80,159,107)

Color info

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

RGB color model

#509F6B color RGB value is (80,159,107).

  • red value is 80;
  • green value is 159;
  • blue value is 107.
RGB:
(80,159,107)
(31%,62%,42%)

RGB channels and saturation

R 80 of 255 = 31%
G 159 of 255 = 62%
B 107 of 255 = 42%

80
159
107

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

Portions of RGB colors in percentages

R + G + B =
80 + 159 + 107 = 346 (100%)
R 80 of 346 ~ 23.12%
G 159 of 346 ~ 45.95%
B 107 of 346 ~ 30.92%

%23.12
%45.95
%30.92

CMYK color model

#509F6B color CMYK value is (50,0,33,38).

  • cyan value is 49.69%
  • magenta value is 0.00%
  • yellow value is 32.70%
  • key color value is 37.65%
CMYK:
(50,0,33,38)
C50M0Y33K38 
(50%,0%,33%,38%)
(0.50/0.00/0.33/0.38)	

CMYK percentages

%49.69
%0
%32.7
%37.65

Codes

Color #509F6B in popluar color models

509F6B
RGB80159107
HSL141°33.05%46.86%
HSB/HSV141°49.69%62.35%
CMYK49.69%0.00%32.70%
37.65%

Color #509F6B in popluar number systems.

HEX509F6B
Decimal80159107
Binary1010000100111111101011
Octal120237153

Shades and tints

Shades of #509F6B

#509F6B
(80,159,107)
#499162
(73,145,98)
#428359
(66,131,89)
#3B7550
(59,117,80)
#346747
(52,103,71)
#2D593E
(45,89,62)
#264B35
(38,75,53)
#1F3D2C
(31,61,44)
#182F23
(24,47,35)
#11211A
(17,33,26)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #509F6B

#509F6B
(80,159,107)
#5FA778
(95,167,120)
#6EAF85
(110,175,133)
#7DB792
(125,183,146)
#8CBF9F
(140,191,159)
#9BC7AC
(155,199,172)
#AACFB9
(170,207,185)
#B9D7C6
(185,215,198)
#C8DFD3
(200,223,211)
#D7E7E0
(215,231,224)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509F6B color. Also use rgb(80,159,107) instead hex code.

Text Font Color

.myTextColor { color: #509F6B; }

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

This text font color is #509F6B.


Background Color

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

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

This div background color is #509F6B.


Border color

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

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

This div border color is #509F6B.


Opacity

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

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

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

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

This text has shadow with #509F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509F6B on black background.


Color preview on white background

This text has color #509F6B on white background.



Black color preview on #509F6B background

This text has black color on #509F6B background.


White color preview on #509F6B background

This text has white color on #509F6B background.