COLOR #50985A

HEX: #50985A
RGB: (80,152,90)

Color info

#50985A contains mainly green color. Web safe color of #50985A is #669966 (or #696).

RGB color model

#50985A color RGB value is (80,152,90).

  • red value is 80;
  • green value is 152;
  • blue value is 90.
RGB:
(80,152,90)
(31%,60%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 152 of 255 = 60%
B 90 of 255 = 35%

80
152
90

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

Portions of RGB colors in percentages

R + G + B =
80 + 152 + 90 = 322 (100%)
R 80 of 322 ~ 24.84%
G 152 of 322 ~ 47.2%
B 90 of 322 ~ 27.95%

%24.84
%47.2
%27.95

CMYK color model

#50985A color CMYK value is (47,0,41,40).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 40.79%
  • key color value is 40.39%
CMYK:
(47,0,41,40)
C47M0Y41K40 
(47%,0%,41%,40%)
(0.47/0.00/0.41/0.40)	

CMYK percentages

%47.37
%0
%40.79
%40.39

Codes

Color #50985A in popluar color models

50985A
RGB8015290
HSL128°31.03%45.49%
HSB/HSV128°47.37%59.61%
CMYK47.37%0.00%40.79%
40.39%

Color #50985A in popluar number systems.

HEX50985A
Decimal8015290
Binary1010000100110001011010
Octal120230132

Shades and tints

Shades of #50985A

#50985A
(80,152,90)
#498B52
(73,139,82)
#427E4A
(66,126,74)
#3B7142
(59,113,66)
#34643A
(52,100,58)
#2D5732
(45,87,50)
#264A2A
(38,74,42)
#1F3D22
(31,61,34)
#18301A
(24,48,26)
#112312
(17,35,18)
#0A160A
(10,22,10)
#000000
(0,0,0)

Tints of #50985A

#50985A
(80,152,90)
#5FA169
(95,161,105)
#6EAA78
(110,170,120)
#7DB387
(125,179,135)
#8CBC96
(140,188,150)
#9BC5A5
(155,197,165)
#AACEB4
(170,206,180)
#B9D7C3
(185,215,195)
#C8E0D2
(200,224,210)
#D7E9E1
(215,233,225)
#E6F2F0
(230,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50985A color. Also use rgb(80,152,90) instead hex code.

Text Font Color

.myTextColor { color: #50985A; }

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

This text font color is #50985A.


Background Color

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

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

This div background color is #50985A.


Border color

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

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

This div border color is #50985A.


Opacity

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

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

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

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

This text has shadow with #50985A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50985A on black background.


Color preview on white background

This text has color #50985A on white background.



Black color preview on #50985A background

This text has black color on #50985A background.


White color preview on #50985A background

This text has white color on #50985A background.