COLOR #50481E

HEX: #50481E
RGB: (80,72,30)

Color info

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

RGB color model

#50481E color RGB value is (80,72,30).

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

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 30 of 255 = 12%

80
72
30

R + G + B ~ 24%. #50481E is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 30 = 182 (100%)
R 80 of 182 ~ 43.96%
G 72 of 182 ~ 39.56%
B 30 of 182 ~ 16.48%

%43.96
%39.56
%16.48

CMYK color model

#50481E color CMYK value is (0,10,63,69).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 62.50%
  • key color value is 68.63%
CMYK:
(0,10,63,69)
C0M10Y63K69 
(0%,10%,63%,69%)
(0.00/0.10/0.63/0.69)	

CMYK percentages

%0
%10
%62.5
%68.63

Codes

Color #50481E in popluar color models

50481E
RGB807230
HSL50°45.45%21.57%
HSB/HSV50°62.50%31.37%
CMYK0.00%10.00%62.50%
68.63%

Color #50481E in popluar number systems.

HEX50481E
Decimal807230
Binary1010000100100011110
Octal12011036

Shades and tints

Shades of #50481E

#50481E
(80,72,30)
#49421C
(73,66,28)
#423C1A
(66,60,26)
#3B3618
(59,54,24)
#343016
(52,48,22)
#2D2A14
(45,42,20)
#262412
(38,36,18)
#1F1E10
(31,30,16)
#18180E
(24,24,14)
#11120C
(17,18,12)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #50481E

#50481E
(80,72,30)
#5F5832
(95,88,50)
#6E6846
(110,104,70)
#7D785A
(125,120,90)
#8C886E
(140,136,110)
#9B9882
(155,152,130)
#AAA896
(170,168,150)
#B9B8AA
(185,184,170)
#C8C8BE
(200,200,190)
#D7D8D2
(215,216,210)
#E6E8E6
(230,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50481E; }

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

This text font color is #50481E.


Background Color

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

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

This div background color is #50481E.


Border color

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

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

This div border color is #50481E.


Opacity

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

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

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

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

This text has shadow with #50481E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50481E on black background.


Color preview on white background

This text has color #50481E on white background.



Black color preview on #50481E background

This text has black color on #50481E background.


White color preview on #50481E background

This text has white color on #50481E background.