COLOR #503B6C

HEX: #503B6C
RGB: (80,59,108)

Color info

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

RGB color model

#503B6C color RGB value is (80,59,108).

  • red value is 80;
  • green value is 59;
  • blue value is 108.
RGB:
(80,59,108)
(31%,23%,42%)

RGB channels and saturation

R 80 of 255 = 31%
G 59 of 255 = 23%
B 108 of 255 = 42%

80
59
108

R + G + B ~ 32%. #503B6C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 59 + 108 = 247 (100%)
R 80 of 247 ~ 32.39%
G 59 of 247 ~ 23.89%
B 108 of 247 ~ 43.72%

%32.39
%23.89
%43.72

CMYK color model

#503B6C color CMYK value is (26,45,0,58).

  • cyan value is 25.93%
  • magenta value is 45.37%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(26,45,0,58)
C26M45Y0K58 
(26%,45%,0%,58%)
(0.26/0.45/0.00/0.58)	

CMYK percentages

%25.93
%45.37
%0
%57.65

Codes

Color #503B6C in popluar color models

503B6C
RGB8059108
HSL266°29.34%32.75%
HSB/HSV266°45.37%42.35%
CMYK25.93%45.37%0.00%
57.65%

Color #503B6C in popluar number systems.

HEX503B6C
Decimal8059108
Binary10100001110111101100
Octal12073154

Shades and tints

Shades of #503B6C

#503B6C
(80,59,108)
#493663
(73,54,99)
#42315A
(66,49,90)
#3B2C51
(59,44,81)
#342748
(52,39,72)
#2D223F
(45,34,63)
#261D36
(38,29,54)
#1F182D
(31,24,45)
#181324
(24,19,36)
#110E1B
(17,14,27)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #503B6C

#503B6C
(80,59,108)
#5F4C79
(95,76,121)
#6E5D86
(110,93,134)
#7D6E93
(125,110,147)
#8C7FA0
(140,127,160)
#9B90AD
(155,144,173)
#AAA1BA
(170,161,186)
#B9B2C7
(185,178,199)
#C8C3D4
(200,195,212)
#D7D4E1
(215,212,225)
#E6E5EE
(230,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503B6C color. Also use rgb(80,59,108) instead hex code.

Text Font Color

.myTextColor { color: #503B6C; }

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

This text font color is #503B6C.


Background Color

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

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

This div background color is #503B6C.


Border color

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

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

This div border color is #503B6C.


Opacity

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

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

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

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

This text has shadow with #503B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503B6C on black background.


Color preview on white background

This text has color #503B6C on white background.



Black color preview on #503B6C background

This text has black color on #503B6C background.


White color preview on #503B6C background

This text has white color on #503B6C background.