COLOR #50351F

HEX: #50351F
RGB: (80,53,31)

Color info

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

RGB color model

#50351F color RGB value is (80,53,31).

  • red value is 80;
  • green value is 53;
  • blue value is 31.
RGB:
(80,53,31)
(31%,21%,12%)

RGB channels and saturation

R 80 of 255 = 31%
G 53 of 255 = 21%
B 31 of 255 = 12%

80
53
31

R + G + B ~ 21%. #50351F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 53 + 31 = 164 (100%)
R 80 of 164 ~ 48.78%
G 53 of 164 ~ 32.32%
B 31 of 164 ~ 18.9%

%48.78
%32.32
%18.9

CMYK color model

#50351F color CMYK value is (0,34,61,69).

  • cyan value is 0.00%
  • magenta value is 33.75%
  • yellow value is 61.25%
  • key color value is 68.63%
CMYK:
(0,34,61,69)
C0M34Y61K69 
(0%,34%,61%,69%)
(0.00/0.34/0.61/0.69)	

CMYK percentages

%0
%33.75
%61.25
%68.63

Codes

Color #50351F in popluar color models

50351F
RGB805331
HSL27°44.14%21.76%
HSB/HSV27°61.25%31.37%
CMYK0.00%33.75%61.25%
68.63%

Color #50351F in popluar number systems.

HEX50351F
Decimal805331
Binary101000011010111111
Octal1206537

Shades and tints

Shades of #50351F

#50351F
(80,53,31)
#49311D
(73,49,29)
#422D1B
(66,45,27)
#3B2919
(59,41,25)
#342517
(52,37,23)
#2D2115
(45,33,21)
#261D13
(38,29,19)
#1F1911
(31,25,17)
#18150F
(24,21,15)
#11110D
(17,17,13)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #50351F

#50351F
(80,53,31)
#5F4733
(95,71,51)
#6E5947
(110,89,71)
#7D6B5B
(125,107,91)
#8C7D6F
(140,125,111)
#9B8F83
(155,143,131)
#AAA197
(170,161,151)
#B9B3AB
(185,179,171)
#C8C5BF
(200,197,191)
#D7D7D3
(215,215,211)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50351F color. Also use rgb(80,53,31) instead hex code.

Text Font Color

.myTextColor { color: #50351F; }

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

This text font color is #50351F.


Background Color

.myBgColor { background-color: #50351F; }

<div style="background-color:#50351F">Inner text</div>

This div background color is #50351F.


Border color

.myBorderColor { border: 1px solid #50351F; }

<div style="border:3px solid #50351F">Div</div>

This div border color is #50351F.


Opacity

.myOpacity80 { color: #50351F; opacity: 0.8; }

<p style="color:#50351F;opacity:0.8;">80%</p>

Text with #50351F 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 #50351F;}

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

This text has shadow with #50351F color.

.textShadow {text-shadow: 3px 3px 1px #50351F, 3px 3px 1px red;}

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

This text has shadow with #50351F primary color and red secondary color.


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

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

This text has shadow with #50351F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50351F on black background.


Color preview on white background

This text has color #50351F on white background.



Black color preview on #50351F background

This text has black color on #50351F background.


White color preview on #50351F background

This text has white color on #50351F background.