COLOR #50482B

HEX: #50482B RGB: (80,72,43)

Color info

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

RGB color model

#50482B color RGB value is (80,72,43).

RGB: (80,72,43) (31%, 28%, 17%)

RGB channels and saturation

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

80
72
43

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

Portions of RGB colors in percentages

R + G + B = 80 + 72 + 43 = 195 (100%)
R 80 of 195 ~ 41.03%
G 72 of 195 ~ 36.92%
B 43 of 195 ~ 22.05'%

%41.03
%36.92
%22.05

CMYK color model

#50482B color CMYK value is (0,10,46,69).

  • cyan value is 0.00%
  • magenta value is 10.00%
  • yellow value is 46.25%
  • key color value is 68.63%

CMYK: (0,10,46,69)
C0M10Y46K69 (0%, 10%, 46%, 69%)
(0.00 / 0.10 / 0.46 / 0.69)

CMYK percentages

%0
%10
%46.25
%68.63

Codes

Color #50482B in popluar color models

50 48 2B
RGB 80 72 43
HSL 47° 30.08% 24.12%
HSB/HSV 47° 46.25% 31.37%
CMYK 0.00% 10.00% 46.25%
68.63%

Color #50482B in popluar number systems.

HEX 50 48 2B
Decimal 80 72 43
Binary 1010000 1001000 101011
Octal 120 110 53

Shades and tints

Shades of #50482B

#50482B
(80,72,43)
#494228
(73,66,40)
#423C25
(66,60,37)
#3B3622
(59,54,34)
#34301F
(52,48,31)
#2D2A1C
(45,42,28)
#262419
(38,36,25)
#1F1E16
(31,30,22)
#181813
(24,24,19)
#111210
(17,18,16)
#0A0C0D
(10,12,13)
#000000
(0,0,0)

Tints of #50482B

#50482B
(80,72,43)
#5F583E
(95,88,62)
#6E6851
(110,104,81)
#7D7864
(125,120,100)
#8C8877
(140,136,119)
#9B988A
(155,152,138)
#AAA89D
(170,168,157)
#B9B8B0
(185,184,176)
#C8C8C3
(200,200,195)
#D7D8D6
(215,216,214)
#E6E8E9
(230,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50482B; }

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

This text font color is #50482B.

Background Color

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

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

This div background color is #50482B.

Border color

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

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

This div border color is #50482B.

Opacity

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

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

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

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

This text has shadow with #50482B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50482B.

Preview

Color preview on black background

This text has color #50482B on black background.


Color preview on white background

This text has color #50482B on white background.


Black color preview on #50482B background

This text has black color on #50482B background.


White color preview on #50482B background

This text has white color on #50482B background.


Related colors

Complementary color

Complementary color for #hex is #AFB7D4.


I love getcolorcode.com

Triadic colors

1 #2B5048 and #482B50 with #50482B are triadic colors.

2 #2B4850 and #48502B with #50482B are triadic colors.