COLOR #50312B

HEX: #50312B RGB: (80,49,43)

Color info

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

RGB color model

#50312B color RGB value is (80,49,43).

RGB: (80,49,43) (31%, 19%, 17%)

RGB channels and saturation

R 80 of 255 = 31%
G 49 of 255 = 19%
B 43 of 255 = 17%

80
49
43

R + G + B ~ 22%. #50312B is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 49 + 43 = 172 (100%)
R 80 of 172 ~ 46.51%
G 49 of 172 ~ 28.49%
B 43 of 172 ~ 25'%

%46.51
%28.49
%25

CMYK color model

#50312B color CMYK value is (0,39,46,69).

  • cyan value is 0.00%
  • magenta value is 38.75%
  • yellow value is 46.25%
  • key color value is 68.63%

CMYK: (0,39,46,69)
C0M39Y46K69 (0%, 39%, 46%, 69%)
(0.00 / 0.39 / 0.46 / 0.69)

CMYK percentages

%0
%38.75
%46.25
%68.63

Codes

Color #50312B in popluar color models

50 31 2B
RGB 80 49 43
HSL 10° 30.08% 24.12%
HSB/HSV 10° 46.25% 31.37%
CMYK 0.00% 38.75% 46.25%
68.63%

Color #50312B in popluar number systems.

HEX 50 31 2B
Decimal 80 49 43
Binary 1010000 110001 101011
Octal 120 61 53

Shades and tints

Shades of #50312B

#50312B
(80,49,43)
#492D28
(73,45,40)
#422925
(66,41,37)
#3B2522
(59,37,34)
#34211F
(52,33,31)
#2D1D1C
(45,29,28)
#261919
(38,25,25)
#1F1516
(31,21,22)
#181113
(24,17,19)
#110D10
(17,13,16)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #50312B

#50312B
(80,49,43)
#5F433E
(95,67,62)
#6E5551
(110,85,81)
#7D6764
(125,103,100)
#8C7977
(140,121,119)
#9B8B8A
(155,139,138)
#AA9D9D
(170,157,157)
#B9AFB0
(185,175,176)
#C8C1C3
(200,193,195)
#D7D3D6
(215,211,214)
#E6E5E9
(230,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50312B color. Also use rgb(80,49,43) instead hex code.

Text Font Color

.myTextColor { color: #50312B; }

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

This text font color is #50312B.

Background Color

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

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

This div background color is #50312B.

Border color

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

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

This div border color is #50312B.

Opacity

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

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

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

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

This text has shadow with #50312B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50312B.

Preview

Color preview on black background

This text has color #50312B on black background.


Color preview on white background

This text has color #50312B on white background.


Black color preview on #50312B background

This text has black color on #50312B background.


White color preview on #50312B background

This text has white color on #50312B background.


Related colors

Complementary color

Complementary color for #hex is #AFCED4.


I love getcolorcode.com

Triadic colors

1 #2B5031 and #312B50 with #50312B are triadic colors.

2 #2B3150 and #31502B with #50312B are triadic colors.