COLOR #50233D

HEX: #50233D RGB: (80,35,61)

Color info

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

RGB color model

#50233D color RGB value is (80,35,61).

RGB: (80,35,61) (31%, 14%, 24%)

RGB channels and saturation

R 80 of 255 = 31%
G 35 of 255 = 14%
B 61 of 255 = 24%

80
35
61

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

Portions of RGB colors in percentages

R + G + B = 80 + 35 + 61 = 176 (100%)
R 80 of 176 ~ 45.45%
G 35 of 176 ~ 19.89%
B 61 of 176 ~ 34.66'%

%45.45
%19.89
%34.66

CMYK color model

#50233D color CMYK value is (0,56,24,69).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 23.75%
  • key color value is 68.63%

CMYK: (0,56,24,69)
C0M56Y24K69 (0%, 56%, 24%, 69%)
(0.00 / 0.56 / 0.24 / 0.69)

CMYK percentages

%0
%56.25
%23.75
%68.63

Codes

Color #50233D in popluar color models

50 23 3D
RGB 80 35 61
HSL 325° 39.13% 22.55%
HSB/HSV 325° 56.25% 31.37%
CMYK 0.00% 56.25% 23.75%
68.63%

Color #50233D in popluar number systems.

HEX 50 23 3D
Decimal 80 35 61
Binary 1010000 100011 111101
Octal 120 43 75

Shades and tints

Shades of #50233D

#50233D
(80,35,61)
#492038
(73,32,56)
#421D33
(66,29,51)
#3B1A2E
(59,26,46)
#341729
(52,23,41)
#2D1424
(45,20,36)
#26111F
(38,17,31)
#1F0E1A
(31,14,26)
#180B15
(24,11,21)
#110810
(17,8,16)
#0A050B
(10,5,11)
#000000
(0,0,0)

Tints of #50233D

#50233D
(80,35,61)
#5F374E
(95,55,78)
#6E4B5F
(110,75,95)
#7D5F70
(125,95,112)
#8C7381
(140,115,129)
#9B8792
(155,135,146)
#AA9BA3
(170,155,163)
#B9AFB4
(185,175,180)
#C8C3C5
(200,195,197)
#D7D7D6
(215,215,214)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50233D; }

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

This text font color is #50233D.

Background Color

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

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

This div background color is #50233D.

Border color

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

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

This div border color is #50233D.

Opacity

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

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

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

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

This text has shadow with #50233D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50233D.

Preview

Color preview on black background

This text has color #50233D on black background.


Color preview on white background

This text has color #50233D on white background.


Black color preview on #50233D background

This text has black color on #50233D background.


White color preview on #50233D background

This text has white color on #50233D background.


Related colors

Complementary color

Complementary color for #hex is #AFDCC2.


I love getcolorcode.com

Triadic colors

1 #3D5023 and #233D50 with #50233D are triadic colors.

2 #3D2350 and #23503D with #50233D are triadic colors.