COLOR #50591F

HEX: #50591F
RGB: (80,89,31)

Color info

#50591F contains red, green and blue colors in about the same proportion. Web safe color of #50591F is #666633 (or #663).

RGB color model

#50591F color RGB value is (80,89,31).

  • red value is 80;
  • green value is 89;
  • blue value is 31.
RGB:
(80,89,31)
(31%,35%,12%)

RGB channels and saturation

R 80 of 255 = 31%
G 89 of 255 = 35%
B 31 of 255 = 12%

80
89
31

R + G + B ~ 26%. #50591F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 89 + 31 = 200 (100%)
R 80 of 200 ~ 40%
G 89 of 200 ~ 44.5%
B 31 of 200 ~ 15.5%

%40
%44.5
%15.5

CMYK color model

#50591F color CMYK value is (10,0,65,65).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 65.17%
  • key color value is 65.10%
CMYK:
(10,0,65,65)
C10M0Y65K65 
(10%,0%,65%,65%)
(0.10/0.00/0.65/0.65)	

CMYK percentages

%10.11
%0
%65.17
%65.1

Codes

Color #50591F in popluar color models

50591F
RGB808931
HSL69°48.33%23.53%
HSB/HSV69°65.17%34.90%
CMYK10.11%0.00%65.17%
65.10%

Color #50591F in popluar number systems.

HEX50591F
Decimal808931
Binary1010000101100111111
Octal12013137

Shades and tints

Shades of #50591F

#50591F
(80,89,31)
#49511D
(73,81,29)
#42491B
(66,73,27)
#3B4119
(59,65,25)
#343917
(52,57,23)
#2D3115
(45,49,21)
#262913
(38,41,19)
#1F2111
(31,33,17)
#18190F
(24,25,15)
#11110D
(17,17,13)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #50591F

#50591F
(80,89,31)
#5F6833
(95,104,51)
#6E7747
(110,119,71)
#7D865B
(125,134,91)
#8C956F
(140,149,111)
#9BA483
(155,164,131)
#AAB397
(170,179,151)
#B9C2AB
(185,194,171)
#C8D1BF
(200,209,191)
#D7E0D3
(215,224,211)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50591F color. Also use rgb(80,89,31) instead hex code.

Text Font Color

.myTextColor { color: #50591F; }

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

This text font color is #50591F.


Background Color

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

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

This div background color is #50591F.


Border color

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

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

This div border color is #50591F.


Opacity

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

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

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

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

This text has shadow with #50591F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50591F on black background.


Color preview on white background

This text has color #50591F on white background.



Black color preview on #50591F background

This text has black color on #50591F background.


White color preview on #50591F background

This text has white color on #50591F background.