COLOR #503068

HEX: #503068
RGB: (80,48,104)

Color info

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

RGB color model

#503068 color RGB value is (80,48,104).

  • red value is 80;
  • green value is 48;
  • blue value is 104.
RGB:
(80,48,104)
(31%,19%,41%)

RGB channels and saturation

R 80 of 255 = 31%
G 48 of 255 = 19%
B 104 of 255 = 41%

80
48
104

R + G + B ~ 30%. #503068 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 48 + 104 = 232 (100%)
R 80 of 232 ~ 34.48%
G 48 of 232 ~ 20.69%
B 104 of 232 ~ 44.83%

%34.48
%20.69
%44.83

CMYK color model

#503068 color CMYK value is (23,54,0,59).

  • cyan value is 23.08%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(23,54,0,59)
C23M54Y0K59 
(23%,54%,0%,59%)
(0.23/0.54/0.00/0.59)	

CMYK percentages

%23.08
%53.85
%0
%59.22

Codes

Color #503068 in popluar color models

503068
RGB8048104
HSL274°36.84%29.80%
HSB/HSV274°53.85%40.78%
CMYK23.08%53.85%0.00%
59.22%

Color #503068 in popluar number systems.

HEX503068
Decimal8048104
Binary10100001100001101000
Octal12060150

Shades and tints

Shades of #503068

#503068
(80,48,104)
#492C5F
(73,44,95)
#422856
(66,40,86)
#3B244D
(59,36,77)
#342044
(52,32,68)
#2D1C3B
(45,28,59)
#261832
(38,24,50)
#1F1429
(31,20,41)
#181020
(24,16,32)
#110C17
(17,12,23)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #503068

#503068
(80,48,104)
#5F4275
(95,66,117)
#6E5482
(110,84,130)
#7D668F
(125,102,143)
#8C789C
(140,120,156)
#9B8AA9
(155,138,169)
#AA9CB6
(170,156,182)
#B9AEC3
(185,174,195)
#C8C0D0
(200,192,208)
#D7D2DD
(215,210,221)
#E6E4EA
(230,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #503068 color. Also use rgb(80,48,104) instead hex code.

Text Font Color

.myTextColor { color: #503068; }

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

This text font color is #503068.


Background Color

.myBgColor { background-color: #503068; }

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

This div background color is #503068.


Border color

.myBorderColor { border: 1px solid #503068; }

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

This div border color is #503068.


Opacity

.myOpacity80 { color: #503068; opacity: 0.8; }

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

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

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

This text has shadow with #503068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #503068 on black background.


Color preview on white background

This text has color #503068 on white background.



Black color preview on #503068 background

This text has black color on #503068 background.


White color preview on #503068 background

This text has white color on #503068 background.