COLOR #50480F

HEX: #50480F
RGB: (80,72,15)

Color info

#50480F contains mainly red and green colors. Web safe color of #50480F is #663300 (or #630).

RGB color model

#50480F color RGB value is (80,72,15).

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

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 15 of 255 = 6%

80
72
15

R + G + B ~ 22%. #50480F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 15 = 167 (100%)
R 80 of 167 ~ 47.9%
G 72 of 167 ~ 43.11%
B 15 of 167 ~ 8.98%

%47.9
%43.11

CMYK color model

#50480F color CMYK value is (0,10,81,69).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 81.25%
  • key color value is 68.63%
CMYK:
(0,10,81,69)
C0M10Y81K69 
(0%,10%,81%,69%)
(0.00/0.10/0.81/0.69)	

CMYK percentages

%0
%10
%81.25
%68.63

Codes

Color #50480F in popluar color models

50480F
RGB807215
HSL53°68.42%18.63%
HSB/HSV53°81.25%31.37%
CMYK0.00%10.00%81.25%
68.63%

Color #50480F in popluar number systems.

HEX50480F
Decimal807215
Binary101000010010001111
Octal12011017

Shades and tints

Shades of #50480F

#50480F
(80,72,15)
#49420E
(73,66,14)
#423C0D
(66,60,13)
#3B360C
(59,54,12)
#34300B
(52,48,11)
#2D2A0A
(45,42,10)
#262409
(38,36,9)
#1F1E08
(31,30,8)
#181807
(24,24,7)
#111206
(17,18,6)
#0A0C05
(10,12,5)
#000000
(0,0,0)

Tints of #50480F

#50480F
(80,72,15)
#5F5824
(95,88,36)
#6E6839
(110,104,57)
#7D784E
(125,120,78)
#8C8863
(140,136,99)
#9B9878
(155,152,120)
#AAA88D
(170,168,141)
#B9B8A2
(185,184,162)
#C8C8B7
(200,200,183)
#D7D8CC
(215,216,204)
#E6E8E1
(230,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50480F color. Also use rgb(80,72,15) instead hex code.

Text Font Color

.myTextColor { color: #50480F; }

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

This text font color is #50480F.


Background Color

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

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

This div background color is #50480F.


Border color

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

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

This div border color is #50480F.


Opacity

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

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

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

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

This text has shadow with #50480F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50480F on black background.


Color preview on white background

This text has color #50480F on white background.



Black color preview on #50480F background

This text has black color on #50480F background.


White color preview on #50480F background

This text has white color on #50480F background.