COLOR #50463C

HEX: #50463C RGB: (80,70,60)

Color info

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

RGB color model

#50463C color RGB value is (80,70,60).

RGB: (80,70,60) (31%, 27%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 70 of 255 = 27%
B 60 of 255 = 24%

80
70
60

R + G + B ~ 27%. #50463C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 70 + 60 = 210 (100%)
R 80 of 210 ~ 38.1%
G 70 of 210 ~ 33.33%
B 60 of 210 ~ 28.57'%

%38.1
%33.33
%28.57

CMYK color model

#50463C color CMYK value is (0,13,25,69).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 25.00%
  • key color value is 68.63%

CMYK: (0,13,25,69)
C0M13Y25K69 (0%, 13%, 25%, 69%)
(0.00 / 0.13 / 0.25 / 0.69)

CMYK percentages

%0
%12.5
%25
%68.63

Codes

Color #50463C in popluar color models

50 46 3C
RGB 80 70 60
HSL 30° 14.29% 27.45%
HSB/HSV 30° 25.00% 31.37%
CMYK 0.00% 12.50% 25.00%
68.63%

Color #50463C in popluar number systems.

HEX 50 46 3C
Decimal 80 70 60
Binary 1010000 1000110 111100
Octal 120 106 74

Shades and tints

Shades of #50463C

#50463C
(80,70,60)
#494037
(73,64,55)
#423A32
(66,58,50)
#3B342D
(59,52,45)
#342E28
(52,46,40)
#2D2823
(45,40,35)
#26221E
(38,34,30)
#1F1C19
(31,28,25)
#181614
(24,22,20)
#11100F
(17,16,15)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #50463C

#50463C
(80,70,60)
#5F564D
(95,86,77)
#6E665E
(110,102,94)
#7D766F
(125,118,111)
#8C8680
(140,134,128)
#9B9691
(155,150,145)
#AAA6A2
(170,166,162)
#B9B6B3
(185,182,179)
#C8C6C4
(200,198,196)
#D7D6D5
(215,214,213)
#E6E6E6
(230,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50463C color. Also use rgb(80,70,60) instead hex code.

Text Font Color

.myTextColor { color: #50463C; }

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

This text font color is #50463C.

Background Color

.myBgColor { background-color: #50463C; }

<div style="background-color:#50463C">Inner text</div>

This div background color is #50463C.

Border color

.myBorderColor { border: 1px solid #50463C; }

<div style="border:3px solid #50463C">Div</div>

This div border color is #50463C.

Opacity

.myOpacity80 { color: #50463C; opacity: 0.8; }

<p style="color:#50463C;opacity:0.8;">80%</p>

Text with #50463C 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 #50463C;}

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

This text has shadow with #50463C color.


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

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

This text has shadow with #50463C primary color and red secondary color.


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

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

This text has shadow with #50463C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50463C.

Preview

Color preview on black background

This text has color #50463C on black background.


Color preview on white background

This text has color #50463C on white background.


Black color preview on #50463C background

This text has black color on #50463C background.


White color preview on #50463C background

This text has white color on #50463C background.


Related colors

Complementary color

Complementary color for #hex is #AFB9C3.


I love getcolorcode.com

Triadic colors

1 #3C5046 and #463C50 with #50463C are triadic colors.

2 #3C4650 and #46503C with #50463C are triadic colors.