COLOR #50403A

HEX: #50403A
RGB: (80,64,58)

Color info

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

RGB color model

#50403A color RGB value is (80,64,58).

  • red value is 80;
  • green value is 64;
  • blue value is 58.
RGB:
(80,64,58)
(31%,25%,23%)

RGB channels and saturation

R 80 of 255 = 31%
G 64 of 255 = 25%
B 58 of 255 = 23%

80
64
58

R + G + B ~ 26%. #50403A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 64 + 58 = 202 (100%)
R 80 of 202 ~ 39.6%
G 64 of 202 ~ 31.68%
B 58 of 202 ~ 28.71%

%39.6
%31.68
%28.71

CMYK color model

#50403A color CMYK value is (0,20,28,69).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 27.50%
  • key color value is 68.63%
CMYK:
(0,20,28,69)
C0M20Y28K69 
(0%,20%,28%,69%)
(0.00/0.20/0.28/0.69)	

CMYK percentages

%0
%20
%27.5
%68.63

Codes

Color #50403A in popluar color models

50403A
RGB806458
HSL16°15.94%27.06%
HSB/HSV16°27.50%31.37%
CMYK0.00%20.00%27.50%
68.63%

Color #50403A in popluar number systems.

HEX50403A
Decimal806458
Binary10100001000000111010
Octal12010072

Shades and tints

Shades of #50403A

#50403A
(80,64,58)
#493B35
(73,59,53)
#423630
(66,54,48)
#3B312B
(59,49,43)
#342C26
(52,44,38)
#2D2721
(45,39,33)
#26221C
(38,34,28)
#1F1D17
(31,29,23)
#181812
(24,24,18)
#11130D
(17,19,13)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #50403A

#50403A
(80,64,58)
#5F514B
(95,81,75)
#6E625C
(110,98,92)
#7D736D
(125,115,109)
#8C847E
(140,132,126)
#9B958F
(155,149,143)
#AAA6A0
(170,166,160)
#B9B7B1
(185,183,177)
#C8C8C2
(200,200,194)
#D7D9D3
(215,217,211)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50403A color. Also use rgb(80,64,58) instead hex code.

Text Font Color

.myTextColor { color: #50403A; }

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

This text font color is #50403A.


Background Color

.myBgColor { background-color: #50403A; }

<div style="background-color:#50403A">Inner text</div>

This div background color is #50403A.


Border color

.myBorderColor { border: 1px solid #50403A; }

<div style="border:3px solid #50403A">Div</div>

This div border color is #50403A.


Opacity

.myOpacity80 { color: #50403A; opacity: 0.8; }

<p style="color:#50403A;opacity:0.8;">80%</p>

Text with #50403A 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 #50403A;}

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

This text has shadow with #50403A color.

.textShadow {text-shadow: 3px 3px 1px #50403A, 3px 3px 1px red;}

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

This text has shadow with #50403A primary color and red secondary color.


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

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

This text has shadow with #50403A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50403A on black background.


Color preview on white background

This text has color #50403A on white background.



Black color preview on #50403A background

This text has black color on #50403A background.


White color preview on #50403A background

This text has white color on #50403A background.