COLOR #503E4E

HEX: #503E4E
RGB: (80,62,78)

Color info

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

RGB color model

#503E4E color RGB value is (80,62,78).

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

RGB channels and saturation

R 80 of 255 = 31%
G 62 of 255 = 24%
B 78 of 255 = 31%

80
62
78

R + G + B ~ 29%. #503E4E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 62 + 78 = 220 (100%)
R 80 of 220 ~ 36.36%
G 62 of 220 ~ 28.18%
B 78 of 220 ~ 35.45%

%36.36
%28.18
%35.45

CMYK color model

#503E4E color CMYK value is (0,23,2,69).

  • cyan value is 0.00%
  • magenta value is 22.50%
  • yellow value is 2.50%
  • key color value is 68.63%
CMYK:
(0,23,2,69)
C0M23Y2K69 
(0%,23%,2%,69%)
(0.00/0.23/0.02/0.69)	

CMYK percentages

%0
%22.5
%2.5
%68.63

Codes

Color #503E4E in popluar color models

503E4E
RGB806278
HSL307°12.68%27.84%
HSB/HSV307°22.50%31.37%
CMYK0.00%22.50%2.50%
68.63%

Color #503E4E in popluar number systems.

HEX503E4E
Decimal806278
Binary10100001111101001110
Octal12076116

Shades and tints

Shades of #503E4E

#503E4E
(80,62,78)
#493947
(73,57,71)
#423440
(66,52,64)
#3B2F39
(59,47,57)
#342A32
(52,42,50)
#2D252B
(45,37,43)
#262024
(38,32,36)
#1F1B1D
(31,27,29)
#181616
(24,22,22)
#11110F
(17,17,15)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #503E4E

#503E4E
(80,62,78)
#5F4F5E
(95,79,94)
#6E606E
(110,96,110)
#7D717E
(125,113,126)
#8C828E
(140,130,142)
#9B939E
(155,147,158)
#AAA4AE
(170,164,174)
#B9B5BE
(185,181,190)
#C8C6CE
(200,198,206)
#D7D7DE
(215,215,222)
#E6E8EE
(230,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #503E4E; }

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

This text font color is #503E4E.


Background Color

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

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

This div background color is #503E4E.


Border color

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

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

This div border color is #503E4E.


Opacity

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

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

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

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

This text has shadow with #503E4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503E4E on black background.


Color preview on white background

This text has color #503E4E on white background.



Black color preview on #503E4E background

This text has black color on #503E4E background.


White color preview on #503E4E background

This text has white color on #503E4E background.