COLOR #50231D

HEX: #50231D
RGB: (80,35,29)

Color info

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

RGB color model

#50231D color RGB value is (80,35,29).

  • red value is 80;
  • green value is 35;
  • blue value is 29.
RGB:
(80,35,29)
(31%,14%,11%)

RGB channels and saturation

R 80 of 255 = 31%
G 35 of 255 = 14%
B 29 of 255 = 11%

80
35
29

R + G + B ~ 19%. #50231D is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 35 + 29 = 144 (100%)
R 80 of 144 ~ 55.56%
G 35 of 144 ~ 24.31%
B 29 of 144 ~ 20.14%

%55.56
%24.31
%20.14

CMYK color model

#50231D color CMYK value is (0,56,64,69).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 63.75%
  • key color value is 68.63%
CMYK:
(0,56,64,69)
C0M56Y64K69 
(0%,56%,64%,69%)
(0.00/0.56/0.64/0.69)	

CMYK percentages

%0
%56.25
%63.75
%68.63

Codes

Color #50231D in popluar color models

50231D
RGB803529
HSL46.79%21.37%
HSB/HSV63.75%31.37%
CMYK0.00%56.25%63.75%
68.63%

Color #50231D in popluar number systems.

HEX50231D
Decimal803529
Binary101000010001111101
Octal1204335

Shades and tints

Shades of #50231D

#50231D
(80,35,29)
#49201B
(73,32,27)
#421D19
(66,29,25)
#3B1A17
(59,26,23)
#341715
(52,23,21)
#2D1413
(45,20,19)
#261111
(38,17,17)
#1F0E0F
(31,14,15)
#180B0D
(24,11,13)
#11080B
(17,8,11)
#0A0509
(10,5,9)
#000000
(0,0,0)

Tints of #50231D

#50231D
(80,35,29)
#5F3731
(95,55,49)
#6E4B45
(110,75,69)
#7D5F59
(125,95,89)
#8C736D
(140,115,109)
#9B8781
(155,135,129)
#AA9B95
(170,155,149)
#B9AFA9
(185,175,169)
#C8C3BD
(200,195,189)
#D7D7D1
(215,215,209)
#E6EBE5
(230,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50231D color. Also use rgb(80,35,29) instead hex code.

Text Font Color

.myTextColor { color: #50231D; }

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

This text font color is #50231D.


Background Color

.myBgColor { background-color: #50231D; }

<div style="background-color:#50231D">Inner text</div>

This div background color is #50231D.


Border color

.myBorderColor { border: 1px solid #50231D; }

<div style="border:3px solid #50231D">Div</div>

This div border color is #50231D.


Opacity

.myOpacity80 { color: #50231D; opacity: 0.8; }

<p style="color:#50231D;opacity:0.8;">80%</p>

Text with #50231D 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 #50231D;}

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

This text has shadow with #50231D color.

.textShadow {text-shadow: 3px 3px 1px #50231D, 3px 3px 1px red;}

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

This text has shadow with #50231D primary color and red secondary color.


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

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

This text has shadow with #50231D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50231D;
-webkit-box-shadow: 1px 1px 3px 2px #50231D;
box-shadow:1px 1px 3px 2px #50231D;">
Div content here</div>
This div box has shadow with color #50231D.

Preview

Color preview on black background

This text has color #50231D on black background.


Color preview on white background

This text has color #50231D on white background.



Black color preview on #50231D background

This text has black color on #50231D background.


White color preview on #50231D background

This text has white color on #50231D background.