COLOR #50382D

HEX: #50382D RGB: (80,56,45)

Color info

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

RGB color model

#50382D color RGB value is (80,56,45).

RGB: (80,56,45) (31%, 22%, 18%)

RGB channels and saturation

R 80 of 255 = 31%
G 56 of 255 = 22%
B 45 of 255 = 18%

80
56
45

R + G + B ~ 24%. #50382D is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 56 + 45 = 181 (100%)
R 80 of 181 ~ 44.2%
G 56 of 181 ~ 30.94%
B 45 of 181 ~ 24.86'%

%44.2
%30.94
%24.86

CMYK color model

#50382D color CMYK value is (0,30,44,69).

  • cyan value is 0.00%
  • magenta value is 30.00%
  • yellow value is 43.75%
  • key color value is 68.63%

CMYK: (0,30,44,69)
C0M30Y44K69 (0%, 30%, 44%, 69%)
(0.00 / 0.30 / 0.44 / 0.69)

CMYK percentages

%0
%30
%43.75
%68.63

Codes

Color #50382D in popluar color models

50 38 2D
RGB 80 56 45
HSL 19° 28.00% 24.51%
HSB/HSV 19° 43.75% 31.37%
CMYK 0.00% 30.00% 43.75%
68.63%

Color #50382D in popluar number systems.

HEX 50 38 2D
Decimal 80 56 45
Binary 1010000 111000 101101
Octal 120 70 55

Shades and tints

Shades of #50382D

#50382D
(80,56,45)
#493329
(73,51,41)
#422E25
(66,46,37)
#3B2921
(59,41,33)
#34241D
(52,36,29)
#2D1F19
(45,31,25)
#261A15
(38,26,21)
#1F1511
(31,21,17)
#18100D
(24,16,13)
#110B09
(17,11,9)
#0A0605
(10,6,5)
#000000
(0,0,0)

Tints of #50382D

#50382D
(80,56,45)
#5F4A40
(95,74,64)
#6E5C53
(110,92,83)
#7D6E66
(125,110,102)
#8C8079
(140,128,121)
#9B928C
(155,146,140)
#AAA49F
(170,164,159)
#B9B6B2
(185,182,178)
#C8C8C5
(200,200,197)
#D7DAD8
(215,218,216)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50382D color. Also use rgb(80,56,45) instead hex code.

Text Font Color

.myTextColor { color: #50382D; }

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

This text font color is #50382D.

Background Color

.myBgColor { background-color: #50382D; }

<div style="background-color:#50382D">Inner text</div>

This div background color is #50382D.

Border color

.myBorderColor { border: 1px solid #50382D; }

<div style="border:3px solid #50382D">Div</div>

This div border color is #50382D.

Opacity

.myOpacity80 { color: #50382D; opacity: 0.8; }

<p style="color:#50382D;opacity:0.8;">80%</p>

Text with #50382D 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 #50382D;}

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

This text has shadow with #50382D color.


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

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

This text has shadow with #50382D primary color and red secondary color.


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

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

This text has shadow with #50382D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50382D.

Preview

Color preview on black background

This text has color #50382D on black background.


Color preview on white background

This text has color #50382D on white background.


Black color preview on #50382D background

This text has black color on #50382D background.


White color preview on #50382D background

This text has white color on #50382D background.


Related colors

Complementary color

Complementary color for #hex is #AFC7D2.


I love getcolorcode.com

Triadic colors

1 #2D5038 and #382D50 with #50382D are triadic colors.

2 #2D3850 and #38502D with #50382D are triadic colors.