COLOR #481E5D

HEX: #481E5D
RGB: (72,30,93)

Color info

#481E5D contains mainly red and blue colors. Web safe color of #481E5D is #333366 (or #336).

RGB color model

#481E5D color RGB value is (72,30,93).

  • red value is 72;
  • green value is 30;
  • blue value is 93.
RGB:
(72,30,93)
(28%,12%,36%)

RGB channels and saturation

R 72 of 255 = 28%
G 30 of 255 = 12%
B 93 of 255 = 36%

72
30
93

R + G + B ~ 25%. #481E5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 30 + 93 = 195 (100%)
R 72 of 195 ~ 36.92%
G 30 of 195 ~ 15.38%
B 93 of 195 ~ 47.69%

%36.92
%15.38
%47.69

CMYK color model

#481E5D color CMYK value is (23,68,0,64).

  • cyan value is 22.58%
  • magenta value is 67.74%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(23,68,0,64)
C23M68Y0K64 
(23%,68%,0%,64%)
(0.23/0.68/0.00/0.64)	

CMYK percentages

%22.58
%67.74
%0
%63.53

Codes

Color #481E5D in popluar color models

481E5D
RGB723093
HSL280°51.22%24.12%
HSB/HSV280°67.74%36.47%
CMYK22.58%67.74%0.00%
63.53%

Color #481E5D in popluar number systems.

HEX481E5D
Decimal723093
Binary1001000111101011101
Octal11036135

Shades and tints

Shades of #481E5D

#481E5D
(72,30,93)
#421C55
(66,28,85)
#3C1A4D
(60,26,77)
#361845
(54,24,69)
#30163D
(48,22,61)
#2A1435
(42,20,53)
#24122D
(36,18,45)
#1E1025
(30,16,37)
#180E1D
(24,14,29)
#120C15
(18,12,21)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #481E5D

#481E5D
(72,30,93)
#58326B
(88,50,107)
#684679
(104,70,121)
#785A87
(120,90,135)
#886E95
(136,110,149)
#9882A3
(152,130,163)
#A896B1
(168,150,177)
#B8AABF
(184,170,191)
#C8BECD
(200,190,205)
#D8D2DB
(216,210,219)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481E5D color. Also use rgb(72,30,93) instead hex code.

Text Font Color

.myTextColor { color: #481E5D; }

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

This text font color is #481E5D.


Background Color

.myBgColor { background-color: #481E5D; }

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

This div background color is #481E5D.


Border color

.myBorderColor { border: 1px solid #481E5D; }

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

This div border color is #481E5D.


Opacity

.myOpacity80 { color: #481E5D; opacity: 0.8; }

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

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

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

This text has shadow with #481E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481E5D on black background.


Color preview on white background

This text has color #481E5D on white background.



Black color preview on #481E5D background

This text has black color on #481E5D background.


White color preview on #481E5D background

This text has white color on #481E5D background.