COLOR #50893F

HEX: #50893F
RGB: (80,137,63)

Color info

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

RGB color model

#50893F color RGB value is (80,137,63).

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

RGB channels and saturation

R 80 of 255 = 31%
G 137 of 255 = 54%
B 63 of 255 = 25%

80
137
63

R + G + B ~ 37%. #50893F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 137 + 63 = 280 (100%)
R 80 of 280 ~ 28.57%
G 137 of 280 ~ 48.93%
B 63 of 280 ~ 22.5%

%28.57
%48.93
%22.5

CMYK color model

#50893F color CMYK value is (42,0,54,46).

  • cyan value is 41.61%
  • magenta value is 0.00%
  • yellow value is 54.01%
  • key color value is 46.27%
CMYK:
(42,0,54,46)
C42M0Y54K46 
(42%,0%,54%,46%)
(0.42/0.00/0.54/0.46)	

CMYK percentages

%41.61
%0
%54.01
%46.27

Codes

Color #50893F in popluar color models

50893F
RGB8013763
HSL106°37.00%39.22%
HSB/HSV106°54.01%53.73%
CMYK41.61%0.00%54.01%
46.27%

Color #50893F in popluar number systems.

HEX50893F
Decimal8013763
Binary101000010001001111111
Octal12021177

Shades and tints

Shades of #50893F

#50893F
(80,137,63)
#497D3A
(73,125,58)
#427135
(66,113,53)
#3B6530
(59,101,48)
#34592B
(52,89,43)
#2D4D26
(45,77,38)
#264121
(38,65,33)
#1F351C
(31,53,28)
#182917
(24,41,23)
#111D12
(17,29,18)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #50893F

#50893F
(80,137,63)
#5F9350
(95,147,80)
#6E9D61
(110,157,97)
#7DA772
(125,167,114)
#8CB183
(140,177,131)
#9BBB94
(155,187,148)
#AAC5A5
(170,197,165)
#B9CFB6
(185,207,182)
#C8D9C7
(200,217,199)
#D7E3D8
(215,227,216)
#E6EDE9
(230,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50893F color. Also use rgb(80,137,63) instead hex code.

Text Font Color

.myTextColor { color: #50893F; }

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

This text font color is #50893F.


Background Color

.myBgColor { background-color: #50893F; }

<div style="background-color:#50893F">Inner text</div>

This div background color is #50893F.


Border color

.myBorderColor { border: 1px solid #50893F; }

<div style="border:3px solid #50893F">Div</div>

This div border color is #50893F.


Opacity

.myOpacity80 { color: #50893F; opacity: 0.8; }

<p style="color:#50893F;opacity:0.8;">80%</p>

Text with #50893F 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 #50893F;}

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

This text has shadow with #50893F color.

.textShadow {text-shadow: 3px 3px 1px #50893F, 3px 3px 1px red;}

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

This text has shadow with #50893F primary color and red secondary color.


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

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

This text has shadow with #50893F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50893F on black background.


Color preview on white background

This text has color #50893F on white background.



Black color preview on #50893F background

This text has black color on #50893F background.


White color preview on #50893F background

This text has white color on #50893F background.