COLOR #503A4E

HEX: #503A4E
RGB: (80,58,78)

Color info

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

RGB color model

#503A4E color RGB value is (80,58,78).

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

RGB channels and saturation

R 80 of 255 = 31%
G 58 of 255 = 23%
B 78 of 255 = 31%

80
58
78

R + G + B ~ 28%. #503A4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 58 + 78 = 216 (100%)
R 80 of 216 ~ 37.04%
G 58 of 216 ~ 26.85%
B 78 of 216 ~ 36.11%

%37.04
%26.85
%36.11

CMYK color model

#503A4E color CMYK value is (0,28,2,69).

  • cyan value is 0.00%
  • magenta value is 27.50%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(0,28,2,69)
C0M28Y2K69 
(0%,28%,2%,69%)
(0.00/0.28/0.02/0.69)	

CMYK percentages

%0
%27.5
%2.5
%68.63

Codes

Color #503A4E in popluar color models

503A4E
RGB805878
HSL305°15.94%27.06%
HSB/HSV305°27.50%31.37%
CMYK0.00%27.50%2.50%
68.63%

Color #503A4E in popluar number systems.

HEX503A4E
Decimal805878
Binary10100001110101001110
Octal12072116

Shades and tints

Shades of #503A4E

#503A4E
(80,58,78)
#493547
(73,53,71)
#423040
(66,48,64)
#3B2B39
(59,43,57)
#342632
(52,38,50)
#2D212B
(45,33,43)
#261C24
(38,28,36)
#1F171D
(31,23,29)
#181216
(24,18,22)
#110D0F
(17,13,15)
#0A0808
(10,8,8)
#000000
(0,0,0)

Tints of #503A4E

#503A4E
(80,58,78)
#5F4B5E
(95,75,94)
#6E5C6E
(110,92,110)
#7D6D7E
(125,109,126)
#8C7E8E
(140,126,142)
#9B8F9E
(155,143,158)
#AAA0AE
(170,160,174)
#B9B1BE
(185,177,190)
#C8C2CE
(200,194,206)
#D7D3DE
(215,211,222)
#E6E4EE
(230,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503A4E color. Also use rgb(80,58,78) instead hex code.

Text Font Color

.myTextColor { color: #503A4E; }

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

This text font color is #503A4E.


Background Color

.myBgColor { background-color: #503A4E; }

<div style="background-color:#503A4E">Inner text</div>

This div background color is #503A4E.


Border color

.myBorderColor { border: 1px solid #503A4E; }

<div style="border:3px solid #503A4E">Div</div>

This div border color is #503A4E.


Opacity

.myOpacity80 { color: #503A4E; opacity: 0.8; }

<p style="color:#503A4E;opacity:0.8;">80%</p>

Text with #503A4E 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 #503A4E;}

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

This text has shadow with #503A4E color.

.textShadow {text-shadow: 3px 3px 1px #503A4E, 3px 3px 1px red;}

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

This text has shadow with #503A4E primary color and red secondary color.


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

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

This text has shadow with #503A4E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503A4E on black background.


Color preview on white background

This text has color #503A4E on white background.



Black color preview on #503A4E background

This text has black color on #503A4E background.


White color preview on #503A4E background

This text has white color on #503A4E background.