COLOR #50223D

HEX: #50223D
RGB: (80,34,61)

Color info

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

RGB color model

#50223D color RGB value is (80,34,61).

  • red value is 80;
  • green value is 34;
  • blue value is 61.
RGB:
(80,34,61)
(31%,13%,24%)

RGB channels and saturation

R 80 of 255 = 31%
G 34 of 255 = 13%
B 61 of 255 = 24%

80
34
61

R + G + B ~ 23%. #50223D is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 34 + 61 = 175 (100%)
R 80 of 175 ~ 45.71%
G 34 of 175 ~ 19.43%
B 61 of 175 ~ 34.86%

%45.71
%19.43
%34.86

CMYK color model

#50223D color CMYK value is (0,58,24,69).

  • cyan value is 0.00%
  • magenta value is 57.50%
  • yellow value is 23.75%
  • key color value is 68.63%
CMYK:
(0,58,24,69)
C0M58Y24K69 
(0%,58%,24%,69%)
(0.00/0.58/0.24/0.69)	

CMYK percentages

%0
%57.5
%23.75
%68.63

Codes

Color #50223D in popluar color models

50223D
RGB803461
HSL325°40.35%22.35%
HSB/HSV325°57.50%31.37%
CMYK0.00%57.50%23.75%
68.63%

Color #50223D in popluar number systems.

HEX50223D
Decimal803461
Binary1010000100010111101
Octal1204275

Shades and tints

Shades of #50223D

#50223D
(80,34,61)
#491F38
(73,31,56)
#421C33
(66,28,51)
#3B192E
(59,25,46)
#341629
(52,22,41)
#2D1324
(45,19,36)
#26101F
(38,16,31)
#1F0D1A
(31,13,26)
#180A15
(24,10,21)
#110710
(17,7,16)
#0A040B
(10,4,11)
#000000
(0,0,0)

Tints of #50223D

#50223D
(80,34,61)
#5F364E
(95,54,78)
#6E4A5F
(110,74,95)
#7D5E70
(125,94,112)
#8C7281
(140,114,129)
#9B8692
(155,134,146)
#AA9AA3
(170,154,163)
#B9AEB4
(185,174,180)
#C8C2C5
(200,194,197)
#D7D6D6
(215,214,214)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50223D color. Also use rgb(80,34,61) instead hex code.

Text Font Color

.myTextColor { color: #50223D; }

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

This text font color is #50223D.


Background Color

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

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

This div background color is #50223D.


Border color

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

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

This div border color is #50223D.


Opacity

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

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

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

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

This text has shadow with #50223D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50223D on black background.


Color preview on white background

This text has color #50223D on white background.



Black color preview on #50223D background

This text has black color on #50223D background.


White color preview on #50223D background

This text has white color on #50223D background.