COLOR #50930A

HEX: #50930A
RGB: (80,147,10)

Color info

#50930A contains mainly green color. Web safe color of #50930A is #669900 (or #690).

RGB color model

#50930A color RGB value is (80,147,10).

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

RGB channels and saturation

R 80 of 255 = 31%
G 147 of 255 = 58%
B 10 of 255 = 4%

80
147
10

R + G + B ~ 31%. #50930A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 147 + 10 = 237 (100%)
R 80 of 237 ~ 33.76%
G 147 of 237 ~ 62.03%
B 10 of 237 ~ 4.22%

%33.76
%62.03

CMYK color model

#50930A color CMYK value is (46,0,93,42).

  • cyan value is 45.58%
  • magenta value is 0.00%
  • yellow value is 93.20%
  • key color value is 42.35%
CMYK:
(46,0,93,42)
C46M0Y93K42 
(46%,0%,93%,42%)
(0.46/0.00/0.93/0.42)	

CMYK percentages

%45.58
%0
%93.2
%42.35

Codes

Color #50930A in popluar color models

50930A
RGB8014710
HSL89°87.26%30.78%
HSB/HSV89°93.20%57.65%
CMYK45.58%0.00%93.20%
42.35%

Color #50930A in popluar number systems.

HEX50930A
Decimal8014710
Binary1010000100100111010
Octal12022312

Shades and tints

Shades of #50930A

#50930A
(80,147,10)
#49860A
(73,134,10)
#42790A
(66,121,10)
#3B6C0A
(59,108,10)
#345F0A
(52,95,10)
#2D520A
(45,82,10)
#26450A
(38,69,10)
#1F380A
(31,56,10)
#182B0A
(24,43,10)
#111E0A
(17,30,10)
#0A110A
(10,17,10)
#000000
(0,0,0)

Tints of #50930A

#50930A
(80,147,10)
#5F9C20
(95,156,32)
#6EA536
(110,165,54)
#7DAE4C
(125,174,76)
#8CB762
(140,183,98)
#9BC078
(155,192,120)
#AAC98E
(170,201,142)
#B9D2A4
(185,210,164)
#C8DBBA
(200,219,186)
#D7E4D0
(215,228,208)
#E6EDE6
(230,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50930A color. Also use rgb(80,147,10) instead hex code.

Text Font Color

.myTextColor { color: #50930A; }

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

This text font color is #50930A.


Background Color

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

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

This div background color is #50930A.


Border color

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

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

This div border color is #50930A.


Opacity

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

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

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

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

This text has shadow with #50930A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50930A on black background.


Color preview on white background

This text has color #50930A on white background.



Black color preview on #50930A background

This text has black color on #50930A background.


White color preview on #50930A background

This text has white color on #50930A background.