COLOR #50233A

HEX: #50233A
RGB: (80,35,58)

Color info

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

RGB color model

#50233A color RGB value is (80,35,58).

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

RGB channels and saturation

R 80 of 255 = 31%
G 35 of 255 = 14%
B 58 of 255 = 23%

80
35
58

R + G + B ~ 23%. #50233A is dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 35 + 58 = 173 (100%)
R 80 of 173 ~ 46.24%
G 35 of 173 ~ 20.23%
B 58 of 173 ~ 33.53%

%46.24
%20.23
%33.53

CMYK color model

#50233A color CMYK value is (0,56,28,69).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 27.50%
  • key color value is 68.63%
CMYK:
(0,56,28,69)
C0M56Y28K69 
(0%,56%,28%,69%)
(0.00/0.56/0.28/0.69)	

CMYK percentages

%0
%56.25
%27.5
%68.63

Codes

Color #50233A in popluar color models

50233A
RGB803558
HSL329°39.13%22.55%
HSB/HSV329°56.25%31.37%
CMYK0.00%56.25%27.50%
68.63%

Color #50233A in popluar number systems.

HEX50233A
Decimal803558
Binary1010000100011111010
Octal1204372

Shades and tints

Shades of #50233A

#50233A
(80,35,58)
#492035
(73,32,53)
#421D30
(66,29,48)
#3B1A2B
(59,26,43)
#341726
(52,23,38)
#2D1421
(45,20,33)
#26111C
(38,17,28)
#1F0E17
(31,14,23)
#180B12
(24,11,18)
#11080D
(17,8,13)
#0A0508
(10,5,8)
#000000
(0,0,0)

Tints of #50233A

#50233A
(80,35,58)
#5F374B
(95,55,75)
#6E4B5C
(110,75,92)
#7D5F6D
(125,95,109)
#8C737E
(140,115,126)
#9B878F
(155,135,143)
#AA9BA0
(170,155,160)
#B9AFB1
(185,175,177)
#C8C3C2
(200,195,194)
#D7D7D3
(215,215,211)
#E6EBE4
(230,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50233A; }

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

This text font color is #50233A.


Background Color

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

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

This div background color is #50233A.


Border color

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

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

This div border color is #50233A.


Opacity

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

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

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

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

This text has shadow with #50233A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50233A on black background.


Color preview on white background

This text has color #50233A on white background.



Black color preview on #50233A background

This text has black color on #50233A background.


White color preview on #50233A background

This text has white color on #50233A background.