COLOR #50722A

HEX: #50722A
RGB: (80,114,42)

Color info

#50722A contains mainly red and green colors. Web safe color of #50722A is #666633 (or #663).

RGB color model

#50722A color RGB value is (80,114,42).

  • red value is 80;
  • green value is 114;
  • blue value is 42.
RGB:
(80,114,42)
(31%,45%,16%)

RGB channels and saturation

R 80 of 255 = 31%
G 114 of 255 = 45%
B 42 of 255 = 16%

80
114
42

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

Portions of RGB colors in percentages

R + G + B =
80 + 114 + 42 = 236 (100%)
R 80 of 236 ~ 33.9%
G 114 of 236 ~ 48.31%
B 42 of 236 ~ 17.8%

%33.9
%48.31
%17.8

CMYK color model

#50722A color CMYK value is (30,0,63,55).

  • cyan value is 29.82%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 55.29%
CMYK:
(30,0,63,55)
C30M0Y63K55 
(30%,0%,63%,55%)
(0.30/0.00/0.63/0.55)	

CMYK percentages

%29.82
%0
%63.16
%55.29

Codes

Color #50722A in popluar color models

50722A
RGB8011442
HSL88°46.15%30.59%
HSB/HSV88°63.16%44.71%
CMYK29.82%0.00%63.16%
55.29%

Color #50722A in popluar number systems.

HEX50722A
Decimal8011442
Binary10100001110010101010
Octal12016252

Shades and tints

Shades of #50722A

#50722A
(80,114,42)
#496827
(73,104,39)
#425E24
(66,94,36)
#3B5421
(59,84,33)
#344A1E
(52,74,30)
#2D401B
(45,64,27)
#263618
(38,54,24)
#1F2C15
(31,44,21)
#182212
(24,34,18)
#11180F
(17,24,15)
#0A0E0C
(10,14,12)
#000000
(0,0,0)

Tints of #50722A

#50722A
(80,114,42)
#5F7E3D
(95,126,61)
#6E8A50
(110,138,80)
#7D9663
(125,150,99)
#8CA276
(140,162,118)
#9BAE89
(155,174,137)
#AABA9C
(170,186,156)
#B9C6AF
(185,198,175)
#C8D2C2
(200,210,194)
#D7DED5
(215,222,213)
#E6EAE8
(230,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50722A color. Also use rgb(80,114,42) instead hex code.

Text Font Color

.myTextColor { color: #50722A; }

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

This text font color is #50722A.


Background Color

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

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

This div background color is #50722A.


Border color

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

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

This div border color is #50722A.


Opacity

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

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

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

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

This text has shadow with #50722A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50722A on black background.


Color preview on white background

This text has color #50722A on white background.



Black color preview on #50722A background

This text has black color on #50722A background.


White color preview on #50722A background

This text has white color on #50722A background.