COLOR #50075C

HEX: #50075C RGB: (80,7,92)

Color info

#50075C contains mainly red and blue colors. Web safe color of #50075C is #660066 (or #606).

RGB color model

#50075C color RGB value is (80,7,92).

RGB: (80,7,92) (31%, 3%, 36%)

RGB channels and saturation

R 80 of 255 = 31%
G 7 of 255 = 3%
B 92 of 255 = 36%

80
7
92

R + G + B ~ 23%. #50075C is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 7 + 92 = 179 (100%)
R 80 of 179 ~ 44.69%
G 7 of 179 ~ 3.91%
B 92 of 179 ~ 51.4'%

%44.69
%51.4

CMYK color model

#50075C color CMYK value is (13,92,0,64).

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

CMYK: (13,92,0,64)
C13M92Y0K64 (13%, 92%, 0%, 64%)
(0.13 / 0.92 / 0.00 / 0.64)

CMYK percentages

%13.04
%92.39
%0
%63.92

Codes

Color #50075C in popluar color models

50 07 5C
RGB 80 7 92
HSL 292° 85.86% 19.41%
HSB/HSV 292° 92.39% 36.08%
CMYK 13.04% 92.39% 0.00%
63.92%

Color #50075C in popluar number systems.

HEX 50 07 5C
Decimal 80 7 92
Binary 1010000 111 1011100
Octal 120 7 134

Shades and tints

Shades of #50075C

#50075C
(80,7,92)
#490754
(73,7,84)
#42074C
(66,7,76)
#3B0744
(59,7,68)
#34073C
(52,7,60)
#2D0734
(45,7,52)
#26072C
(38,7,44)
#1F0724
(31,7,36)
#18071C
(24,7,28)
#110714
(17,7,20)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #50075C

#50075C
(80,7,92)
#5F1D6A
(95,29,106)
#6E3378
(110,51,120)
#7D4986
(125,73,134)
#8C5F94
(140,95,148)
#9B75A2
(155,117,162)
#AA8BB0
(170,139,176)
#B9A1BE
(185,161,190)
#C8B7CC
(200,183,204)
#D7CDDA
(215,205,218)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #50075C; }

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

This text font color is #50075C.

Background Color

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

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

This div background color is #50075C.

Border color

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

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

This div border color is #50075C.

Opacity

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

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

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

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

This text has shadow with #50075C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #50075C.

Preview

Color preview on black background

This text has color #50075C on black background.


Color preview on white background

This text has color #50075C on white background.


Black color preview on #50075C background

This text has black color on #50075C background.


White color preview on #50075C background

This text has white color on #50075C background.


Related colors

Complementary color

Complementary color for #hex is #AFF8A3.


I love getcolorcode.com

Triadic colors

1 #5C5007 and #075C50 with #50075C are triadic colors.

2 #5C0750 and #07505C with #50075C are triadic colors.