COLOR #50413E

HEX: #50413E
RGB: (80,65,62)

Color info

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

RGB color model

#50413E color RGB value is (80,65,62).

  • red value is 80;
  • green value is 65;
  • blue value is 62.
RGB:
(80,65,62)
(31%,25%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 65 of 255 = 25%
B 62 of 255 = 24%

80
65
62

R + G + B ~ 27%. #50413E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 65 + 62 = 207 (100%)
R 80 of 207 ~ 38.65%
G 65 of 207 ~ 31.4%
B 62 of 207 ~ 29.95%

%38.65
%31.4
%29.95

CMYK color model

#50413E color CMYK value is (0,19,23,69).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 22.50%
  • key color value is 68.63%
CMYK:
(0,19,23,69)
C0M19Y23K69 
(0%,19%,23%,69%)
(0.00/0.19/0.23/0.69)	

CMYK percentages

%0
%18.75
%22.5
%68.63

Codes

Color #50413E in popluar color models

50413E
RGB806562
HSL10°12.68%27.84%
HSB/HSV10°22.50%31.37%
CMYK0.00%18.75%22.50%
68.63%

Color #50413E in popluar number systems.

HEX50413E
Decimal806562
Binary10100001000001111110
Octal12010176

Shades and tints

Shades of #50413E

#50413E
(80,65,62)
#493C39
(73,60,57)
#423734
(66,55,52)
#3B322F
(59,50,47)
#342D2A
(52,45,42)
#2D2825
(45,40,37)
#262320
(38,35,32)
#1F1E1B
(31,30,27)
#181916
(24,25,22)
#111411
(17,20,17)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #50413E

#50413E
(80,65,62)
#5F524F
(95,82,79)
#6E6360
(110,99,96)
#7D7471
(125,116,113)
#8C8582
(140,133,130)
#9B9693
(155,150,147)
#AAA7A4
(170,167,164)
#B9B8B5
(185,184,181)
#C8C9C6
(200,201,198)
#D7DAD7
(215,218,215)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50413E color. Also use rgb(80,65,62) instead hex code.

Text Font Color

.myTextColor { color: #50413E; }

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

This text font color is #50413E.


Background Color

.myBgColor { background-color: #50413E; }

<div style="background-color:#50413E">Inner text</div>

This div background color is #50413E.


Border color

.myBorderColor { border: 1px solid #50413E; }

<div style="border:3px solid #50413E">Div</div>

This div border color is #50413E.


Opacity

.myOpacity80 { color: #50413E; opacity: 0.8; }

<p style="color:#50413E;opacity:0.8;">80%</p>

Text with #50413E 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 #50413E;}

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

This text has shadow with #50413E color.

.textShadow {text-shadow: 3px 3px 1px #50413E, 3px 3px 1px red;}

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

This text has shadow with #50413E primary color and red secondary color.


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

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

This text has shadow with #50413E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50413E on black background.


Color preview on white background

This text has color #50413E on white background.



Black color preview on #50413E background

This text has black color on #50413E background.


White color preview on #50413E background

This text has white color on #50413E background.