COLOR #50453E

HEX: #50453E
RGB: (80,69,62)

Color info

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

RGB color model

#50453E color RGB value is (80,69,62).

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

RGB channels and saturation

R 80 of 255 = 31%
G 69 of 255 = 27%
B 62 of 255 = 24%

80
69
62

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

Portions of RGB colors in percentages

R + G + B =
80 + 69 + 62 = 211 (100%)
R 80 of 211 ~ 37.91%
G 69 of 211 ~ 32.7%
B 62 of 211 ~ 29.38%

%37.91
%32.7
%29.38

CMYK color model

#50453E color CMYK value is (0,14,23,69).

  • cyan value is 0.00%
  • magenta value is 13.75%
  • yellow value is 22.50%
  • key color value is 68.63%
CMYK:
(0,14,23,69)
C0M14Y23K69 
(0%,14%,23%,69%)
(0.00/0.14/0.23/0.69)	

CMYK percentages

%0
%13.75
%22.5
%68.63

Codes

Color #50453E in popluar color models

50453E
RGB806962
HSL23°12.68%27.84%
HSB/HSV23°22.50%31.37%
CMYK0.00%13.75%22.50%
68.63%

Color #50453E in popluar number systems.

HEX50453E
Decimal806962
Binary10100001000101111110
Octal12010576

Shades and tints

Shades of #50453E

#50453E
(80,69,62)
#493F39
(73,63,57)
#423934
(66,57,52)
#3B332F
(59,51,47)
#342D2A
(52,45,42)
#2D2725
(45,39,37)
#262120
(38,33,32)
#1F1B1B
(31,27,27)
#181516
(24,21,22)
#110F11
(17,15,17)
#0A090C
(10,9,12)
#000000
(0,0,0)

Tints of #50453E

#50453E
(80,69,62)
#5F554F
(95,85,79)
#6E6560
(110,101,96)
#7D7571
(125,117,113)
#8C8582
(140,133,130)
#9B9593
(155,149,147)
#AAA5A4
(170,165,164)
#B9B5B5
(185,181,181)
#C8C5C6
(200,197,198)
#D7D5D7
(215,213,215)
#E6E5E8
(230,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50453E; }

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

This text font color is #50453E.


Background Color

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

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

This div background color is #50453E.


Border color

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

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

This div border color is #50453E.


Opacity

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

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

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

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

This text has shadow with #50453E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50453E on black background.


Color preview on white background

This text has color #50453E on white background.



Black color preview on #50453E background

This text has black color on #50453E background.


White color preview on #50453E background

This text has white color on #50453E background.