COLOR #50741D

HEX: #50741D
RGB: (80,116,29)

Color info

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

RGB color model

#50741D color RGB value is (80,116,29).

  • red value is 80;
  • green value is 116;
  • blue value is 29.
RGB:
(80,116,29)
(31%,45%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 116 of 255 = 45%
B 29 of 255 = 11%

80
116
29

R + G + B ~ 29%. #50741D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 116 + 29 = 225 (100%)
R 80 of 225 ~ 35.56%
G 116 of 225 ~ 51.56%
B 29 of 225 ~ 12.89%

%35.56
%51.56
%12.89

CMYK color model

#50741D color CMYK value is (31,0,75,55).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 54.51%
CMYK:
(31,0,75,55)
C31M0Y75K55 
(31%,0%,75%,55%)
(0.31/0.00/0.75/0.55)	

CMYK percentages

%31.03
%0
%75
%54.51

Codes

Color #50741D in popluar color models

50741D
RGB8011629
HSL85°60.00%28.43%
HSB/HSV85°75.00%45.49%
CMYK31.03%0.00%75.00%
54.51%

Color #50741D in popluar number systems.

HEX50741D
Decimal8011629
Binary1010000111010011101
Octal12016435

Shades and tints

Shades of #50741D

#50741D
(80,116,29)
#496A1B
(73,106,27)
#426019
(66,96,25)
#3B5617
(59,86,23)
#344C15
(52,76,21)
#2D4213
(45,66,19)
#263811
(38,56,17)
#1F2E0F
(31,46,15)
#18240D
(24,36,13)
#111A0B
(17,26,11)
#0A1009
(10,16,9)
#000000
(0,0,0)

Tints of #50741D

#50741D
(80,116,29)
#5F8031
(95,128,49)
#6E8C45
(110,140,69)
#7D9859
(125,152,89)
#8CA46D
(140,164,109)
#9BB081
(155,176,129)
#AABC95
(170,188,149)
#B9C8A9
(185,200,169)
#C8D4BD
(200,212,189)
#D7E0D1
(215,224,209)
#E6ECE5
(230,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50741D color. Also use rgb(80,116,29) instead hex code.

Text Font Color

.myTextColor { color: #50741D; }

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

This text font color is #50741D.


Background Color

.myBgColor { background-color: #50741D; }

<div style="background-color:#50741D">Inner text</div>

This div background color is #50741D.


Border color

.myBorderColor { border: 1px solid #50741D; }

<div style="border:3px solid #50741D">Div</div>

This div border color is #50741D.


Opacity

.myOpacity80 { color: #50741D; opacity: 0.8; }

<p style="color:#50741D;opacity:0.8;">80%</p>

Text with #50741D 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 #50741D;}

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

This text has shadow with #50741D color.

.textShadow {text-shadow: 3px 3px 1px #50741D, 3px 3px 1px red;}

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

This text has shadow with #50741D primary color and red secondary color.


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

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

This text has shadow with #50741D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50741D on black background.


Color preview on white background

This text has color #50741D on white background.



Black color preview on #50741D background

This text has black color on #50741D background.


White color preview on #50741D background

This text has white color on #50741D background.