COLOR #50959A

HEX: #50959A
RGB: (80,149,154)

Color info

#50959A contains mainly green and blue colors. Web safe color of #50959A is #669999 (or #699).

RGB color model

#50959A color RGB value is (80,149,154).

  • red value is 80;
  • green value is 149;
  • blue value is 154.
RGB:
(80,149,154)
(31%,58%,60%)

RGB channels and saturation

R 80 of 255 = 31%
G 149 of 255 = 58%
B 154 of 255 = 60%

80
149
154

R + G + B ~ 50%. #50959A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 149 + 154 = 383 (100%)
R 80 of 383 ~ 20.89%
G 149 of 383 ~ 38.9%
B 154 of 383 ~ 40.21%

%20.89
%38.9
%40.21

CMYK color model

#50959A color CMYK value is (48,3,0,40).

  • cyan value is 48.05%
  • magenta value is 3.25%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(48,3,0,40)
C48M3Y0K40 
(48%,3%,0%,40%)
(0.48/0.03/0.00/0.40)	

CMYK percentages

%48.05
%3.25
%0
%39.61

Codes

Color #50959A in popluar color models

50959A
RGB80149154
HSL184°31.62%45.88%
HSB/HSV184°48.05%60.39%
CMYK48.05%3.25%0.00%
39.61%

Color #50959A in popluar number systems.

HEX50959A
Decimal80149154
Binary10100001001010110011010
Octal120225232

Shades and tints

Shades of #50959A

#50959A
(80,149,154)
#49888C
(73,136,140)
#427B7E
(66,123,126)
#3B6E70
(59,110,112)
#346162
(52,97,98)
#2D5454
(45,84,84)
#264746
(38,71,70)
#1F3A38
(31,58,56)
#182D2A
(24,45,42)
#11201C
(17,32,28)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #50959A

#50959A
(80,149,154)
#5F9EA3
(95,158,163)
#6EA7AC
(110,167,172)
#7DB0B5
(125,176,181)
#8CB9BE
(140,185,190)
#9BC2C7
(155,194,199)
#AACBD0
(170,203,208)
#B9D4D9
(185,212,217)
#C8DDE2
(200,221,226)
#D7E6EB
(215,230,235)
#E6EFF4
(230,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50959A color. Also use rgb(80,149,154) instead hex code.

Text Font Color

.myTextColor { color: #50959A; }

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

This text font color is #50959A.


Background Color

.myBgColor { background-color: #50959A; }

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

This div background color is #50959A.


Border color

.myBorderColor { border: 1px solid #50959A; }

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

This div border color is #50959A.


Opacity

.myOpacity80 { color: #50959A; opacity: 0.8; }

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

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

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

This text has shadow with #50959A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50959A on black background.


Color preview on white background

This text has color #50959A on white background.



Black color preview on #50959A background

This text has black color on #50959A background.


White color preview on #50959A background

This text has white color on #50959A background.