COLOR #50422A

HEX: #50422A RGB: (80,66,42)

Color info

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

RGB color model

#50422A color RGB value is (80,66,42).

RGB: (80,66,42) (31%, 26%, 16%)

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 42 of 255 = 16%

80
66
42

R + G + B ~ 24%. #50422A is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 66 + 42 = 188 (100%)
R 80 of 188 ~ 42.55%
G 66 of 188 ~ 35.11%
B 42 of 188 ~ 22.34'%

%42.55
%35.11
%22.34

CMYK color model

#50422A color CMYK value is (0,18,48,69).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 47.50%
  • key color value is 68.63%

CMYK: (0,18,48,69)
C0M18Y48K69 (0%, 18%, 48%, 69%)
(0.00 / 0.18 / 0.48 / 0.69)

CMYK percentages

%0
%17.5
%47.5
%68.63

Codes

Color #50422A in popluar color models

50 42 2A
RGB 80 66 42
HSL 38° 31.15% 23.92%
HSB/HSV 38° 47.50% 31.37%
CMYK 0.00% 17.50% 47.50%
68.63%

Color #50422A in popluar number systems.

HEX 50 42 2A
Decimal 80 66 42
Binary 1010000 1000010 101010
Octal 120 102 52

Shades and tints

Shades of #50422A

#50422A
(80,66,42)
#493C27
(73,60,39)
#423624
(66,54,36)
#3B3021
(59,48,33)
#342A1E
(52,42,30)
#2D241B
(45,36,27)
#261E18
(38,30,24)
#1F1815
(31,24,21)
#181212
(24,18,18)
#110C0F
(17,12,15)
#0A060C
(10,6,12)
#000000
(0,0,0)

Tints of #50422A

#50422A
(80,66,42)
#5F533D
(95,83,61)
#6E6450
(110,100,80)
#7D7563
(125,117,99)
#8C8676
(140,134,118)
#9B9789
(155,151,137)
#AAA89C
(170,168,156)
#B9B9AF
(185,185,175)
#C8CAC2
(200,202,194)
#D7DBD5
(215,219,213)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50422A color. Also use rgb(80,66,42) instead hex code.

Text Font Color

.myTextColor { color: #50422A; }

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

This text font color is #50422A.

Background Color

.myBgColor { background-color: #50422A; }

<div style="background-color:#50422A">Inner text</div>

This div background color is #50422A.

Border color

.myBorderColor { border: 1px solid #50422A; }

<div style="border:3px solid #50422A">Div</div>

This div border color is #50422A.

Opacity

.myOpacity80 { color: #50422A; opacity: 0.8; }

<p style="color:#50422A;opacity:0.8;">80%</p>

Text with #50422A 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 #50422A;}

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

This text has shadow with #50422A color.


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

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

This text has shadow with #50422A primary color and red secondary color.


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

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

This text has shadow with #50422A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50422A.

Preview

Color preview on black background

This text has color #50422A on black background.


Color preview on white background

This text has color #50422A on white background.


Black color preview on #50422A background

This text has black color on #50422A background.


White color preview on #50422A background

This text has white color on #50422A background.


Related colors

Complementary color

Complementary color for #hex is #AFBDD5.


I love getcolorcode.com

Triadic colors

1 #2A5042 and #422A50 with #50422A are triadic colors.

2 #2A4250 and #42502A with #50422A are triadic colors.