COLOR #50251F

HEX: #50251F
RGB: (80,37,31)

Color info

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

RGB color model

#50251F color RGB value is (80,37,31).

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

RGB channels and saturation

R 80 of 255 = 31%
G 37 of 255 = 15%
B 31 of 255 = 12%

80
37
31

R + G + B ~ 19%. #50251F is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 37 + 31 = 148 (100%)
R 80 of 148 ~ 54.05%
G 37 of 148 ~ 25%
B 31 of 148 ~ 20.95%

%54.05
%25
%20.95

CMYK color model

#50251F color CMYK value is (0,54,61,69).

  • cyan value is 0.00%
  • magenta value is 53.75%
  • yellow value is 61.25%
  • key color value is 68.63%
CMYK:
(0,54,61,69)
C0M54Y61K69 
(0%,54%,61%,69%)
(0.00/0.54/0.61/0.69)	

CMYK percentages

%0
%53.75
%61.25
%68.63

Codes

Color #50251F in popluar color models

50251F
RGB803731
HSL44.14%21.76%
HSB/HSV61.25%31.37%
CMYK0.00%53.75%61.25%
68.63%

Color #50251F in popluar number systems.

HEX50251F
Decimal803731
Binary101000010010111111
Octal1204537

Shades and tints

Shades of #50251F

#50251F
(80,37,31)
#49221D
(73,34,29)
#421F1B
(66,31,27)
#3B1C19
(59,28,25)
#341917
(52,25,23)
#2D1615
(45,22,21)
#261313
(38,19,19)
#1F1011
(31,16,17)
#180D0F
(24,13,15)
#110A0D
(17,10,13)
#0A070B
(10,7,11)
#000000
(0,0,0)

Tints of #50251F

#50251F
(80,37,31)
#5F3833
(95,56,51)
#6E4B47
(110,75,71)
#7D5E5B
(125,94,91)
#8C716F
(140,113,111)
#9B8483
(155,132,131)
#AA9797
(170,151,151)
#B9AAAB
(185,170,171)
#C8BDBF
(200,189,191)
#D7D0D3
(215,208,211)
#E6E3E7
(230,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50251F; }

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

This text font color is #50251F.


Background Color

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

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

This div background color is #50251F.


Border color

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

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

This div border color is #50251F.


Opacity

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

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

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

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

This text has shadow with #50251F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50251F on black background.


Color preview on white background

This text has color #50251F on white background.



Black color preview on #50251F background

This text has black color on #50251F background.


White color preview on #50251F background

This text has white color on #50251F background.