COLOR #50235C

HEX: #50235C RGB: (80,35,92)

Color info

#50235C contains red, green and blue colors in about the same proportion. Web safe color of #50235C is #663366 (or #636).

RGB color model

#50235C color RGB value is (80,35,92).

RGB: (80,35,92) (31%, 14%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 35 of 255 = 14%
B 92 of 255 = 36%

80
35
92

R + G + B ~ 27%. #50235C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 35 + 92 = 207 (100%)
R 80 of 207 ~ 38.65%
G 35 of 207 ~ 16.91%
B 92 of 207 ~ 44.44'%

%38.65
%16.91
%44.44

CMYK color model

#50235C color CMYK value is (13,62,0,64).

  • cyan value is 13.04%
  • magenta value is 61.96%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (13,62,0,64)
C13M62Y0K64 (13%, 62%, 0%, 64%)
(0.13 / 0.62 / 0.00 / 0.64)

CMYK percentages

%13.04
%61.96
%0
%63.92

Codes

Color #50235C in popluar color models

50 23 5C
RGB 80 35 92
HSL 287° 44.88% 24.90%
HSB/HSV 287° 61.96% 36.08%
CMYK 13.04% 61.96% 0.00%
63.92%

Color #50235C in popluar number systems.

HEX 50 23 5C
Decimal 80 35 92
Binary 1010000 100011 1011100
Octal 120 43 134

Shades and tints

Shades of #50235C

#50235C
(80,35,92)
#492054
(73,32,84)
#421D4C
(66,29,76)
#3B1A44
(59,26,68)
#34173C
(52,23,60)
#2D1434
(45,20,52)
#26112C
(38,17,44)
#1F0E24
(31,14,36)
#180B1C
(24,11,28)
#110814
(17,8,20)
#0A050C
(10,5,12)
#000000
(0,0,0)

Tints of #50235C

#50235C
(80,35,92)
#5F376A
(95,55,106)
#6E4B78
(110,75,120)
#7D5F86
(125,95,134)
#8C7394
(140,115,148)
#9B87A2
(155,135,162)
#AA9BB0
(170,155,176)
#B9AFBE
(185,175,190)
#C8C3CC
(200,195,204)
#D7D7DA
(215,215,218)
#E6EBE8
(230,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50235C color. Also use rgb(80,35,92) instead hex code.

Text Font Color

.myTextColor { color: #50235C; }

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

This text font color is #50235C.

Background Color

.myBgColor { background-color: #50235C; }

<div style="background-color:#50235C">Inner text</div>

This div background color is #50235C.

Border color

.myBorderColor { border: 1px solid #50235C; }

<div style="border:3px solid #50235C">Div</div>

This div border color is #50235C.

Opacity

.myOpacity80 { color: #50235C; opacity: 0.8; }

<p style="color:#50235C;opacity:0.8;">80%</p>

Text with #50235C 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 #50235C;}

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

This text has shadow with #50235C color.


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

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

This text has shadow with #50235C primary color and red secondary color.


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

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

This text has shadow with #50235C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #50235C.

Preview

Color preview on black background

This text has color #50235C on black background.


Color preview on white background

This text has color #50235C on white background.


Black color preview on #50235C background

This text has black color on #50235C background.


White color preview on #50235C background

This text has white color on #50235C background.


Related colors

Complementary color

Complementary color for #hex is #AFDCA3.


I love getcolorcode.com

Triadic colors

1 #5C5023 and #235C50 with #50235C are triadic colors.

2 #5C2350 and #23505C with #50235C are triadic colors.