COLOR #50935B

HEX: #50935B
RGB: (80,147,91)

Color info

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

RGB color model

#50935B color RGB value is (80,147,91).

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

RGB channels and saturation

R 80 of 255 = 31%
G 147 of 255 = 58%
B 91 of 255 = 36%

80
147
91

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

Portions of RGB colors in percentages

R + G + B =
80 + 147 + 91 = 318 (100%)
R 80 of 318 ~ 25.16%
G 147 of 318 ~ 46.23%
B 91 of 318 ~ 28.62%

%25.16
%46.23
%28.62

CMYK color model

#50935B color CMYK value is (46,0,38,42).

  • cyan value is 45.58%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 42.35%
CMYK:
(46,0,38,42)
C46M0Y38K42 
(46%,0%,38%,42%)
(0.46/0.00/0.38/0.42)	

CMYK percentages

%45.58
%0
%38.1
%42.35

Codes

Color #50935B in popluar color models

50935B
RGB8014791
HSL130°29.52%44.51%
HSB/HSV130°45.58%57.65%
CMYK45.58%0.00%38.10%
42.35%

Color #50935B in popluar number systems.

HEX50935B
Decimal8014791
Binary1010000100100111011011
Octal120223133

Shades and tints

Shades of #50935B

#50935B
(80,147,91)
#498653
(73,134,83)
#42794B
(66,121,75)
#3B6C43
(59,108,67)
#345F3B
(52,95,59)
#2D5233
(45,82,51)
#26452B
(38,69,43)
#1F3823
(31,56,35)
#182B1B
(24,43,27)
#111E13
(17,30,19)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #50935B

#50935B
(80,147,91)
#5F9C69
(95,156,105)
#6EA577
(110,165,119)
#7DAE85
(125,174,133)
#8CB793
(140,183,147)
#9BC0A1
(155,192,161)
#AAC9AF
(170,201,175)
#B9D2BD
(185,210,189)
#C8DBCB
(200,219,203)
#D7E4D9
(215,228,217)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50935B; }

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

This text font color is #50935B.


Background Color

.myBgColor { background-color: #50935B; }

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

This div background color is #50935B.


Border color

.myBorderColor { border: 1px solid #50935B; }

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

This div border color is #50935B.


Opacity

.myOpacity80 { color: #50935B; opacity: 0.8; }

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

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

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

This text has shadow with #50935B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50935B on black background.


Color preview on white background

This text has color #50935B on white background.



Black color preview on #50935B background

This text has black color on #50935B background.


White color preview on #50935B background

This text has white color on #50935B background.