COLOR #50891E

HEX: #50891E
RGB: (80,137,30)

Color info

#50891E contains mainly red and green colors. Web safe color of #50891E is #669933 (or #693).

RGB color model

#50891E color RGB value is (80,137,30).

  • red value is 80;
  • green value is 137;
  • blue value is 30.
RGB:
(80,137,30)
(31%,54%,12%)

RGB channels and saturation

R 80 of 255 = 31%
G 137 of 255 = 54%
B 30 of 255 = 12%

80
137
30

R + G + B ~ 32%. #50891E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 137 + 30 = 247 (100%)
R 80 of 247 ~ 32.39%
G 137 of 247 ~ 55.47%
B 30 of 247 ~ 12.15%

%32.39
%55.47
%12.15

CMYK color model

#50891E color CMYK value is (42,0,78,46).

  • cyan value is 41.61%
  • magenta value is 0.00%
  • yellow value is 78.10%
  • key color value is 46.27%
CMYK:
(42,0,78,46)
C42M0Y78K46 
(42%,0%,78%,46%)
(0.42/0.00/0.78/0.46)	

CMYK percentages

%41.61
%0
%78.1
%46.27

Codes

Color #50891E in popluar color models

50891E
RGB8013730
HSL92°64.07%32.75%
HSB/HSV92°78.10%53.73%
CMYK41.61%0.00%78.10%
46.27%

Color #50891E in popluar number systems.

HEX50891E
Decimal8013730
Binary10100001000100111110
Octal12021136

Shades and tints

Shades of #50891E

#50891E
(80,137,30)
#497D1C
(73,125,28)
#42711A
(66,113,26)
#3B6518
(59,101,24)
#345916
(52,89,22)
#2D4D14
(45,77,20)
#264112
(38,65,18)
#1F3510
(31,53,16)
#18290E
(24,41,14)
#111D0C
(17,29,12)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #50891E

#50891E
(80,137,30)
#5F9332
(95,147,50)
#6E9D46
(110,157,70)
#7DA75A
(125,167,90)
#8CB16E
(140,177,110)
#9BBB82
(155,187,130)
#AAC596
(170,197,150)
#B9CFAA
(185,207,170)
#C8D9BE
(200,217,190)
#D7E3D2
(215,227,210)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50891E color. Also use rgb(80,137,30) instead hex code.

Text Font Color

.myTextColor { color: #50891E; }

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

This text font color is #50891E.


Background Color

.myBgColor { background-color: #50891E; }

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

This div background color is #50891E.


Border color

.myBorderColor { border: 1px solid #50891E; }

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

This div border color is #50891E.


Opacity

.myOpacity80 { color: #50891E; opacity: 0.8; }

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

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

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

This text has shadow with #50891E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50891E on black background.


Color preview on white background

This text has color #50891E on white background.



Black color preview on #50891E background

This text has black color on #50891E background.


White color preview on #50891E background

This text has white color on #50891E background.