COLOR #50482C

HEX: #50482C
RGB: (80,72,44)

Color info

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

RGB color model

#50482C color RGB value is (80,72,44).

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

RGB channels and saturation

R 80 of 255 = 31%
G 72 of 255 = 28%
B 44 of 255 = 17%

80
72
44

R + G + B ~ 25%. #50482C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 72 + 44 = 196 (100%)
R 80 of 196 ~ 40.82%
G 72 of 196 ~ 36.73%
B 44 of 196 ~ 22.45%

%40.82
%36.73
%22.45

CMYK color model

#50482C color CMYK value is (0,10,45,69).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 45.00%
  • key color value is 68.63%
CMYK:
(0,10,45,69)
C0M10Y45K69 
(0%,10%,45%,69%)
(0.00/0.10/0.45/0.69)	

CMYK percentages

%0
%10
%45
%68.63

Codes

Color #50482C in popluar color models

50482C
RGB807244
HSL47°29.03%24.31%
HSB/HSV47°45.00%31.37%
CMYK0.00%10.00%45.00%
68.63%

Color #50482C in popluar number systems.

HEX50482C
Decimal807244
Binary10100001001000101100
Octal12011054

Shades and tints

Shades of #50482C

#50482C
(80,72,44)
#494228
(73,66,40)
#423C24
(66,60,36)
#3B3620
(59,54,32)
#34301C
(52,48,28)
#2D2A18
(45,42,24)
#262414
(38,36,20)
#1F1E10
(31,30,16)
#18180C
(24,24,12)
#111208
(17,18,8)
#0A0C04
(10,12,4)
#000000
(0,0,0)

Tints of #50482C

#50482C
(80,72,44)
#5F583F
(95,88,63)
#6E6852
(110,104,82)
#7D7865
(125,120,101)
#8C8878
(140,136,120)
#9B988B
(155,152,139)
#AAA89E
(170,168,158)
#B9B8B1
(185,184,177)
#C8C8C4
(200,200,196)
#D7D8D7
(215,216,215)
#E6E8EA
(230,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50482C color. Also use rgb(80,72,44) instead hex code.

Text Font Color

.myTextColor { color: #50482C; }

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

This text font color is #50482C.


Background Color

.myBgColor { background-color: #50482C; }

<div style="background-color:#50482C">Inner text</div>

This div background color is #50482C.


Border color

.myBorderColor { border: 1px solid #50482C; }

<div style="border:3px solid #50482C">Div</div>

This div border color is #50482C.


Opacity

.myOpacity80 { color: #50482C; opacity: 0.8; }

<p style="color:#50482C;opacity:0.8;">80%</p>

Text with #50482C 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 #50482C;}

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

This text has shadow with #50482C color.

.textShadow {text-shadow: 3px 3px 1px #50482C, 3px 3px 1px red;}

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

This text has shadow with #50482C primary color and red secondary color.


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

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

This text has shadow with #50482C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50482C on black background.


Color preview on white background

This text has color #50482C on white background.



Black color preview on #50482C background

This text has black color on #50482C background.


White color preview on #50482C background

This text has white color on #50482C background.