COLOR #50261D

HEX: #50261D
RGB: (80,38,29)

Color info

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

RGB color model

#50261D color RGB value is (80,38,29).

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

RGB channels and saturation

R 80 of 255 = 31%
G 38 of 255 = 15%
B 29 of 255 = 11%

80
38
29

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

Portions of RGB colors in percentages

R + G + B =
80 + 38 + 29 = 147 (100%)
R 80 of 147 ~ 54.42%
G 38 of 147 ~ 25.85%
B 29 of 147 ~ 19.73%

%54.42
%25.85
%19.73

CMYK color model

#50261D color CMYK value is (0,53,64,69).

  • cyan value is 0.00%
  • magenta value is 52.50%
  • yellow value is 63.75%
  • key color value is 68.63%
CMYK:
(0,53,64,69)
C0M53Y64K69 
(0%,53%,64%,69%)
(0.00/0.53/0.64/0.69)	

CMYK percentages

%0
%52.5
%63.75
%68.63

Codes

Color #50261D in popluar color models

50261D
RGB803829
HSL11°46.79%21.37%
HSB/HSV11°63.75%31.37%
CMYK0.00%52.50%63.75%
68.63%

Color #50261D in popluar number systems.

HEX50261D
Decimal803829
Binary101000010011011101
Octal1204635

Shades and tints

Shades of #50261D

#50261D
(80,38,29)
#49231B
(73,35,27)
#422019
(66,32,25)
#3B1D17
(59,29,23)
#341A15
(52,26,21)
#2D1713
(45,23,19)
#261411
(38,20,17)
#1F110F
(31,17,15)
#180E0D
(24,14,13)
#110B0B
(17,11,11)
#0A0809
(10,8,9)
#000000
(0,0,0)

Tints of #50261D

#50261D
(80,38,29)
#5F3931
(95,57,49)
#6E4C45
(110,76,69)
#7D5F59
(125,95,89)
#8C726D
(140,114,109)
#9B8581
(155,133,129)
#AA9895
(170,152,149)
#B9ABA9
(185,171,169)
#C8BEBD
(200,190,189)
#D7D1D1
(215,209,209)
#E6E4E5
(230,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50261D; }

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

This text font color is #50261D.


Background Color

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

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

This div background color is #50261D.


Border color

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

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

This div border color is #50261D.


Opacity

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

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

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

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

This text has shadow with #50261D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50261D on black background.


Color preview on white background

This text has color #50261D on white background.



Black color preview on #50261D background

This text has black color on #50261D background.


White color preview on #50261D background

This text has white color on #50261D background.