COLOR #509376

HEX: #509376
RGB: (80,147,118)

Color info

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

RGB color model

#509376 color RGB value is (80,147,118).

  • red value is 80;
  • green value is 147;
  • blue value is 118.
RGB:
(80,147,118)
(31%,58%,46%)

RGB channels and saturation

R 80 of 255 = 31%
G 147 of 255 = 58%
B 118 of 255 = 46%

80
147
118

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

Portions of RGB colors in percentages

R + G + B =
80 + 147 + 118 = 345 (100%)
R 80 of 345 ~ 23.19%
G 147 of 345 ~ 42.61%
B 118 of 345 ~ 34.2%

%23.19
%42.61
%34.2

CMYK color model

#509376 color CMYK value is (46,0,20,42).

  • cyan value is 45.58%
  • magenta value is 0.00%
  • yellow value is 19.73%
  • key color value is 42.35%
CMYK:
(46,0,20,42)
C46M0Y20K42 
(46%,0%,20%,42%)
(0.46/0.00/0.20/0.42)	

CMYK percentages

%45.58
%0
%19.73
%42.35

Codes

Color #509376 in popluar color models

509376
RGB80147118
HSL154°29.52%44.51%
HSB/HSV154°45.58%57.65%
CMYK45.58%0.00%19.73%
42.35%

Color #509376 in popluar number systems.

HEX509376
Decimal80147118
Binary1010000100100111110110
Octal120223166

Shades and tints

Shades of #509376

#509376
(80,147,118)
#49866C
(73,134,108)
#427962
(66,121,98)
#3B6C58
(59,108,88)
#345F4E
(52,95,78)
#2D5244
(45,82,68)
#26453A
(38,69,58)
#1F3830
(31,56,48)
#182B26
(24,43,38)
#111E1C
(17,30,28)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #509376

#509376
(80,147,118)
#5F9C82
(95,156,130)
#6EA58E
(110,165,142)
#7DAE9A
(125,174,154)
#8CB7A6
(140,183,166)
#9BC0B2
(155,192,178)
#AAC9BE
(170,201,190)
#B9D2CA
(185,210,202)
#C8DBD6
(200,219,214)
#D7E4E2
(215,228,226)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #509376 color. Also use rgb(80,147,118) instead hex code.

Text Font Color

.myTextColor { color: #509376; }

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

This text font color is #509376.


Background Color

.myBgColor { background-color: #509376; }

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

This div background color is #509376.


Border color

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

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

This div border color is #509376.


Opacity

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

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

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

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

This text has shadow with #509376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #509376 on black background.


Color preview on white background

This text has color #509376 on white background.



Black color preview on #509376 background

This text has black color on #509376 background.


White color preview on #509376 background

This text has white color on #509376 background.