COLOR #50920E

HEX: #50920E
RGB: (80,146,14)

Color info

#50920E contains mainly green color. Web safe color of #50920E is #669900 (or #690).

RGB color model

#50920E color RGB value is (80,146,14).

  • red value is 80;
  • green value is 146;
  • blue value is 14.
RGB:
(80,146,14)
(31%,57%,5%)

RGB channels and saturation

R 80 of 255 = 31%
G 146 of 255 = 57%
B 14 of 255 = 5%

80
146
14

R + G + B ~ 31%. #50920E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 146 + 14 = 240 (100%)
R 80 of 240 ~ 33.33%
G 146 of 240 ~ 60.83%
B 14 of 240 ~ 5.83%

%33.33
%60.83

CMYK color model

#50920E color CMYK value is (45,0,90,43).

  • cyan value is 45.21%
  • magenta value is 0.00%
  • yellow value is 90.41%
  • key color value is 42.75%
CMYK:
(45,0,90,43)
C45M0Y90K43 
(45%,0%,90%,43%)
(0.45/0.00/0.90/0.43)	

CMYK percentages

%45.21
%0
%90.41
%42.75

Codes

Color #50920E in popluar color models

50920E
RGB8014614
HSL90°82.50%31.37%
HSB/HSV90°90.41%57.25%
CMYK45.21%0.00%90.41%
42.75%

Color #50920E in popluar number systems.

HEX50920E
Decimal8014614
Binary1010000100100101110
Octal12022216

Shades and tints

Shades of #50920E

#50920E
(80,146,14)
#49850D
(73,133,13)
#42780C
(66,120,12)
#3B6B0B
(59,107,11)
#345E0A
(52,94,10)
#2D5109
(45,81,9)
#264408
(38,68,8)
#1F3707
(31,55,7)
#182A06
(24,42,6)
#111D05
(17,29,5)
#0A1004
(10,16,4)
#000000
(0,0,0)

Tints of #50920E

#50920E
(80,146,14)
#5F9B23
(95,155,35)
#6EA438
(110,164,56)
#7DAD4D
(125,173,77)
#8CB662
(140,182,98)
#9BBF77
(155,191,119)
#AAC88C
(170,200,140)
#B9D1A1
(185,209,161)
#C8DAB6
(200,218,182)
#D7E3CB
(215,227,203)
#E6ECE0
(230,236,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50920E color. Also use rgb(80,146,14) instead hex code.

Text Font Color

.myTextColor { color: #50920E; }

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

This text font color is #50920E.


Background Color

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

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

This div background color is #50920E.


Border color

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

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

This div border color is #50920E.


Opacity

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

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

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

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

This text has shadow with #50920E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50920E on black background.


Color preview on white background

This text has color #50920E on white background.



Black color preview on #50920E background

This text has black color on #50920E background.


White color preview on #50920E background

This text has white color on #50920E background.