COLOR #481544

HEX: #481544
RGB: (72,21,68)

Color info

#481544 contains red, green and blue colors in about the same proportion. Web safe color of #481544 is #330033 (or #303).

RGB color model

#481544 color RGB value is (72,21,68).

  • red value is 72;
  • green value is 21;
  • blue value is 68.
RGB:
(72,21,68)
(28%,8%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 21 of 255 = 8%
B 68 of 255 = 27%

72
21
68

R + G + B ~ 21%. #481544 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 21 + 68 = 161 (100%)
R 72 of 161 ~ 44.72%
G 21 of 161 ~ 13.04%
B 68 of 161 ~ 42.24%

%44.72
%13.04
%42.24

CMYK color model

#481544 color CMYK value is (0,71,6,72).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 5.56%
  • key color value is 71.76%
CMYK:
(0,71,6,72)
C0M71Y6K72 
(0%,71%,6%,72%)
(0.00/0.71/0.06/0.72)	

CMYK percentages

%0
%70.83
%5.56
%71.76

Codes

Color #481544 in popluar color models

481544
RGB722168
HSL305°54.84%18.24%
HSB/HSV305°70.83%28.24%
CMYK0.00%70.83%5.56%
71.76%

Color #481544 in popluar number systems.

HEX481544
Decimal722168
Binary1001000101011000100
Octal11025104

Shades and tints

Shades of #481544

#481544
(72,21,68)
#42143E
(66,20,62)
#3C1338
(60,19,56)
#361232
(54,18,50)
#30112C
(48,17,44)
#2A1026
(42,16,38)
#240F20
(36,15,32)
#1E0E1A
(30,14,26)
#180D14
(24,13,20)
#120C0E
(18,12,14)
#0C0B08
(12,11,8)
#000000
(0,0,0)

Tints of #481544

#481544
(72,21,68)
#582A55
(88,42,85)
#683F66
(104,63,102)
#785477
(120,84,119)
#886988
(136,105,136)
#987E99
(152,126,153)
#A893AA
(168,147,170)
#B8A8BB
(184,168,187)
#C8BDCC
(200,189,204)
#D8D2DD
(216,210,221)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481544 color. Also use rgb(72,21,68) instead hex code.

Text Font Color

.myTextColor { color: #481544; }

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

This text font color is #481544.


Background Color

.myBgColor { background-color: #481544; }

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

This div background color is #481544.


Border color

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

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

This div border color is #481544.


Opacity

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

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

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

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

This text has shadow with #481544 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481544 on black background.


Color preview on white background

This text has color #481544 on white background.



Black color preview on #481544 background

This text has black color on #481544 background.


White color preview on #481544 background

This text has white color on #481544 background.