COLOR #50433E

HEX: #50433E RGB: (80,67,62)

Color info

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

RGB color model

#50433E color RGB value is (80,67,62).

RGB: (80,67,62) (31%, 26%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 67 of 255 = 26%
B 62 of 255 = 24%

80
67
62

R + G + B ~ 27%. #50433E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 67 + 62 = 209 (100%)
R 80 of 209 ~ 38.28%
G 67 of 209 ~ 32.06%
B 62 of 209 ~ 29.67'%

%38.28
%32.06
%29.67

CMYK color model

#50433E color CMYK value is (0,16,23,69).

  • cyan value is 0.00%
  • magenta value is 16.25%
  • yellow value is 22.50%
  • key color value is 68.63%

CMYK: (0,16,23,69)
C0M16Y23K69 (0%, 16%, 23%, 69%)
(0.00 / 0.16 / 0.23 / 0.69)

CMYK percentages

%0
%16.25
%22.5
%68.63

Codes

Color #50433E in popluar color models

50 43 3E
RGB 80 67 62
HSL 17° 12.68% 27.84%
HSB/HSV 17° 22.50% 31.37%
CMYK 0.00% 16.25% 22.50%
68.63%

Color #50433E in popluar number systems.

HEX 50 43 3E
Decimal 80 67 62
Binary 1010000 1000011 111110
Octal 120 103 76

Shades and tints

Shades of #50433E

#50433E
(80,67,62)
#493D39
(73,61,57)
#423734
(66,55,52)
#3B312F
(59,49,47)
#342B2A
(52,43,42)
#2D2525
(45,37,37)
#261F20
(38,31,32)
#1F191B
(31,25,27)
#181316
(24,19,22)
#110D11
(17,13,17)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #50433E

#50433E
(80,67,62)
#5F544F
(95,84,79)
#6E6560
(110,101,96)
#7D7671
(125,118,113)
#8C8782
(140,135,130)
#9B9893
(155,152,147)
#AAA9A4
(170,169,164)
#B9BAB5
(185,186,181)
#C8CBC6
(200,203,198)
#D7DCD7
(215,220,215)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50433E color. Also use rgb(80,67,62) instead hex code.

Text Font Color

.myTextColor { color: #50433E; }

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

This text font color is #50433E.

Background Color

.myBgColor { background-color: #50433E; }

<div style="background-color:#50433E">Inner text</div>

This div background color is #50433E.

Border color

.myBorderColor { border: 1px solid #50433E; }

<div style="border:3px solid #50433E">Div</div>

This div border color is #50433E.

Opacity

.myOpacity80 { color: #50433E; opacity: 0.8; }

<p style="color:#50433E;opacity:0.8;">80%</p>

Text with #50433E 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 #50433E;}

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

This text has shadow with #50433E color.


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

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

This text has shadow with #50433E primary color and red secondary color.


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

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

This text has shadow with #50433E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50433E.

Preview

Color preview on black background

This text has color #50433E on black background.


Color preview on white background

This text has color #50433E on white background.


Black color preview on #50433E background

This text has black color on #50433E background.


White color preview on #50433E background

This text has white color on #50433E background.


Related colors

Complementary color

Complementary color for #hex is #AFBCC1.


I love getcolorcode.com

Triadic colors

1 #3E5043 and #433E50 with #50433E are triadic colors.

2 #3E4350 and #43503E with #50433E are triadic colors.