COLOR #50403B

HEX: #50403B RGB: (80,64,59)

Color info

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

RGB color model

#50403B color RGB value is (80,64,59).

RGB: (80,64,59) (31%, 25%, 23%)

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 59 of 255 = 23%

80
64
59

R + G + B ~ 26%. #50403B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 64 + 59 = 203 (100%)
R 80 of 203 ~ 39.41%
G 64 of 203 ~ 31.53%
B 59 of 203 ~ 29.06'%

%39.41
%31.53
%29.06

CMYK color model

#50403B color CMYK value is (0,20,26,69).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 26.25%
  • key color value is 68.63%

CMYK: (0,20,26,69)
C0M20Y26K69 (0%, 20%, 26%, 69%)
(0.00 / 0.20 / 0.26 / 0.69)

CMYK percentages

%0
%20
%26.25
%68.63

Codes

Color #50403B in popluar color models

50 40 3B
RGB 80 64 59
HSL 14° 15.11% 27.25%
HSB/HSV 14° 26.25% 31.37%
CMYK 0.00% 20.00% 26.25%
68.63%

Color #50403B in popluar number systems.

HEX 50 40 3B
Decimal 80 64 59
Binary 1010000 1000000 111011
Octal 120 100 73

Shades and tints

Shades of #50403B

#50403B
(80,64,59)
#493B36
(73,59,54)
#423631
(66,54,49)
#3B312C
(59,49,44)
#342C27
(52,44,39)
#2D2722
(45,39,34)
#26221D
(38,34,29)
#1F1D18
(31,29,24)
#181813
(24,24,19)
#11130E
(17,19,14)
#0A0E09
(10,14,9)
#000000
(0,0,0)

Tints of #50403B

#50403B
(80,64,59)
#5F514C
(95,81,76)
#6E625D
(110,98,93)
#7D736E
(125,115,110)
#8C847F
(140,132,127)
#9B9590
(155,149,144)
#AAA6A1
(170,166,161)
#B9B7B2
(185,183,178)
#C8C8C3
(200,200,195)
#D7D9D4
(215,217,212)
#E6EAE5
(230,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50403B color. Also use rgb(80,64,59) instead hex code.

Text Font Color

.myTextColor { color: #50403B; }

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

This text font color is #50403B.

Background Color

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

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

This div background color is #50403B.

Border color

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

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

This div border color is #50403B.

Opacity

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

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

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

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

This text has shadow with #50403B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50403B.

Preview

Color preview on black background

This text has color #50403B on black background.


Color preview on white background

This text has color #50403B on white background.


Black color preview on #50403B background

This text has black color on #50403B background.


White color preview on #50403B background

This text has white color on #50403B background.


Related colors

Complementary color

Complementary color for #hex is #AFBFC4.


I love getcolorcode.com

Triadic colors

1 #3B5040 and #403B50 with #50403B are triadic colors.

2 #3B4050 and #40503B with #50403B are triadic colors.