COLOR #50423F

HEX: #50423F
RGB: (80,66,63)

Color info

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

RGB color model

#50423F color RGB value is (80,66,63).

  • red value is 80;
  • green value is 66;
  • blue value is 63.
RGB:
(80,66,63)
(31%,26%,25%)

RGB channels and saturation

R 80 of 255 = 31%
G 66 of 255 = 26%
B 63 of 255 = 25%

80
66
63

R + G + B ~ 27%. #50423F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 66 + 63 = 209 (100%)
R 80 of 209 ~ 38.28%
G 66 of 209 ~ 31.58%
B 63 of 209 ~ 30.14%

%38.28
%31.58
%30.14

CMYK color model

#50423F color CMYK value is (0,18,21,69).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 21.25%
  • key color value is 68.63%
CMYK:
(0,18,21,69)
C0M18Y21K69 
(0%,18%,21%,69%)
(0.00/0.18/0.21/0.69)	

CMYK percentages

%0
%17.5
%21.25
%68.63

Codes

Color #50423F in popluar color models

50423F
RGB806663
HSL11°11.89%28.04%
HSB/HSV11°21.25%31.37%
CMYK0.00%17.50%21.25%
68.63%

Color #50423F in popluar number systems.

HEX50423F
Decimal806663
Binary10100001000010111111
Octal12010277

Shades and tints

Shades of #50423F

#50423F
(80,66,63)
#493C3A
(73,60,58)
#423635
(66,54,53)
#3B3030
(59,48,48)
#342A2B
(52,42,43)
#2D2426
(45,36,38)
#261E21
(38,30,33)
#1F181C
(31,24,28)
#181217
(24,18,23)
#110C12
(17,12,18)
#0A060D
(10,6,13)
#000000
(0,0,0)

Tints of #50423F

#50423F
(80,66,63)
#5F5350
(95,83,80)
#6E6461
(110,100,97)
#7D7572
(125,117,114)
#8C8683
(140,134,131)
#9B9794
(155,151,148)
#AAA8A5
(170,168,165)
#B9B9B6
(185,185,182)
#C8CAC7
(200,202,199)
#D7DBD8
(215,219,216)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50423F color. Also use rgb(80,66,63) instead hex code.

Text Font Color

.myTextColor { color: #50423F; }

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

This text font color is #50423F.


Background Color

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

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

This div background color is #50423F.


Border color

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

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

This div border color is #50423F.


Opacity

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

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

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

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

This text has shadow with #50423F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50423F on black background.


Color preview on white background

This text has color #50423F on white background.



Black color preview on #50423F background

This text has black color on #50423F background.


White color preview on #50423F background

This text has white color on #50423F background.