COLOR #50461E

HEX: #50461E
RGB: (80,70,30)

Color info

#50461E contains red, green and blue colors in about the same proportion. Web safe color of #50461E is #663333 (or #633).

RGB color model

#50461E color RGB value is (80,70,30).

  • red value is 80;
  • green value is 70;
  • blue value is 30.
RGB:
(80,70,30)
(31%,27%,12%)

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 30 of 255 = 12%

80
70
30

R + G + B ~ 23%. #50461E is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 70 + 30 = 180 (100%)
R 80 of 180 ~ 44.44%
G 70 of 180 ~ 38.89%
B 30 of 180 ~ 16.67%

%44.44
%38.89
%16.67

CMYK color model

#50461E color CMYK value is (0,13,63,69).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 62.50%
  • key color value is 68.63%
CMYK:
(0,13,63,69)
C0M13Y63K69 
(0%,13%,63%,69%)
(0.00/0.13/0.63/0.69)	

CMYK percentages

%0
%12.5
%62.5
%68.63

Codes

Color #50461E in popluar color models

50461E
RGB807030
HSL48°45.45%21.57%
HSB/HSV48°62.50%31.37%
CMYK0.00%12.50%62.50%
68.63%

Color #50461E in popluar number systems.

HEX50461E
Decimal807030
Binary1010000100011011110
Octal12010636

Shades and tints

Shades of #50461E

#50461E
(80,70,30)
#49401C
(73,64,28)
#423A1A
(66,58,26)
#3B3418
(59,52,24)
#342E16
(52,46,22)
#2D2814
(45,40,20)
#262212
(38,34,18)
#1F1C10
(31,28,16)
#18160E
(24,22,14)
#11100C
(17,16,12)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #50461E

#50461E
(80,70,30)
#5F5632
(95,86,50)
#6E6646
(110,102,70)
#7D765A
(125,118,90)
#8C866E
(140,134,110)
#9B9682
(155,150,130)
#AAA696
(170,166,150)
#B9B6AA
(185,182,170)
#C8C6BE
(200,198,190)
#D7D6D2
(215,214,210)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50461E color. Also use rgb(80,70,30) instead hex code.

Text Font Color

.myTextColor { color: #50461E; }

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

This text font color is #50461E.


Background Color

.myBgColor { background-color: #50461E; }

<div style="background-color:#50461E">Inner text</div>

This div background color is #50461E.


Border color

.myBorderColor { border: 1px solid #50461E; }

<div style="border:3px solid #50461E">Div</div>

This div border color is #50461E.


Opacity

.myOpacity80 { color: #50461E; opacity: 0.8; }

<p style="color:#50461E;opacity:0.8;">80%</p>

Text with #50461E 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 #50461E;}

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

This text has shadow with #50461E color.

.textShadow {text-shadow: 3px 3px 1px #50461E, 3px 3px 1px red;}

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

This text has shadow with #50461E primary color and red secondary color.


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

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

This text has shadow with #50461E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50461E on black background.


Color preview on white background

This text has color #50461E on white background.



Black color preview on #50461E background

This text has black color on #50461E background.


White color preview on #50461E background

This text has white color on #50461E background.