COLOR #50908F

HEX: #50908F RGB: (80,144,143)

Color info

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

RGB color model

#50908F color RGB value is (80,144,143).

RGB: (80,144,143) (31%, 56%, 56%)

RGB channels and saturation

R 80 of 255 = 31%
G 144 of 255 = 56%
B 143 of 255 = 56%

80
144
143

R + G + B ~ 48%. #50908F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 80 + 144 + 143 = 367 (100%)
R 80 of 367 ~ 21.8%
G 144 of 367 ~ 39.24%
B 143 of 367 ~ 38.96'%

%21.8
%39.24
%38.96

CMYK color model

#50908F color CMYK value is (44,0,1,44).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 0.69%
  • key color value is 43.53%

CMYK: (44,0,1,44)
C44M0Y1K44 (44%, 0%, 1%, 44%)
(0.44 / 0.00 / 0.01 / 0.44)

CMYK percentages

%44.44
%0
%0.69
%43.53

Codes

Color #50908F in popluar color models

50 90 8F
RGB 80 144 143
HSL 179° 28.57% 43.92%
HSB/HSV 179° 44.44% 56.47%
CMYK 44.44% 0.00% 0.69%
43.53%

Color #50908F in popluar number systems.

HEX 50 90 8F
Decimal 80 144 143
Binary 1010000 10010000 10001111
Octal 120 220 217

Shades and tints

Shades of #50908F

#50908F
(80,144,143)
#498382
(73,131,130)
#427675
(66,118,117)
#3B6968
(59,105,104)
#345C5B
(52,92,91)
#2D4F4E
(45,79,78)
#264241
(38,66,65)
#1F3534
(31,53,52)
#182827
(24,40,39)
#111B1A
(17,27,26)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #50908F

#50908F
(80,144,143)
#5F9A99
(95,154,153)
#6EA4A3
(110,164,163)
#7DAEAD
(125,174,173)
#8CB8B7
(140,184,183)
#9BC2C1
(155,194,193)
#AACCCB
(170,204,203)
#B9D6D5
(185,214,213)
#C8E0DF
(200,224,223)
#D7EAE9
(215,234,233)
#E6F4F3
(230,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50908F color. Also use rgb(80,144,143) instead hex code.

Text Font Color

.myTextColor { color: #50908F; }

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

This text font color is #50908F.

Background Color

.myBgColor { background-color: #50908F; }

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

This div background color is #50908F.

Border color

.myBorderColor { border: 1px solid #50908F; }

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

This div border color is #50908F.

Opacity

.myOpacity80 { color: #50908F; opacity: 0.8; }

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

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

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

This text has shadow with #50908F color.


.textShadow {text-shadow: 3px 3px 1px #50908F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50908F; -webkit-box-shadow: 1px 1px 3px 2px #50908F; box-shadow:1px 1px 3px 2px #50908F;">
Div content here
</div>

This div box has shadow with color #50908F.

Preview

Color preview on black background

This text has color #50908F on black background.


Color preview on white background

This text has color #50908F on white background.


Black color preview on #50908F background

This text has black color on #50908F background.


White color preview on #50908F background

This text has white color on #50908F background.


Related colors

Complementary color

Complementary color for #hex is #AF6F70.


I love getcolorcode.com

Triadic colors

1 #8F5090 and #908F50 with #50908F are triadic colors.

2 #8F9050 and #90508F with #50908F are triadic colors.