COLOR #481542

HEX: #481542
RGB: (72,21,66)

Color info

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

RGB color model

#481542 color RGB value is (72,21,66).

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

RGB channels and saturation

R 72 of 255 = 28%
G 21 of 255 = 8%
B 66 of 255 = 26%

72
21
66

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

Portions of RGB colors in percentages

R + G + B =
72 + 21 + 66 = 159 (100%)
R 72 of 159 ~ 45.28%
G 21 of 159 ~ 13.21%
B 66 of 159 ~ 41.51%

%45.28
%13.21
%41.51

CMYK color model

#481542 color CMYK value is (0,71,8,72).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 8.33%
  • key color value is 71.76%
CMYK:
(0,71,8,72)
C0M71Y8K72 
(0%,71%,8%,72%)
(0.00/0.71/0.08/0.72)	

CMYK percentages

%0
%70.83
%8.33
%71.76

Codes

Color #481542 in popluar color models

481542
RGB722166
HSL307°54.84%18.24%
HSB/HSV307°70.83%28.24%
CMYK0.00%70.83%8.33%
71.76%

Color #481542 in popluar number systems.

HEX481542
Decimal722166
Binary1001000101011000010
Octal11025102

Shades and tints

Shades of #481542

#481542
(72,21,66)
#42143C
(66,20,60)
#3C1336
(60,19,54)
#361230
(54,18,48)
#30112A
(48,17,42)
#2A1024
(42,16,36)
#240F1E
(36,15,30)
#1E0E18
(30,14,24)
#180D12
(24,13,18)
#120C0C
(18,12,12)
#0C0B06
(12,11,6)
#000000
(0,0,0)

Tints of #481542

#481542
(72,21,66)
#582A53
(88,42,83)
#683F64
(104,63,100)
#785475
(120,84,117)
#886986
(136,105,134)
#987E97
(152,126,151)
#A893A8
(168,147,168)
#B8A8B9
(184,168,185)
#C8BDCA
(200,189,202)
#D8D2DB
(216,210,219)
#E8E7EC
(232,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481542; }

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

This text font color is #481542.


Background Color

.myBgColor { background-color: #481542; }

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

This div background color is #481542.


Border color

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

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

This div border color is #481542.


Opacity

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

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

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

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

This text has shadow with #481542 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481542 on black background.


Color preview on white background

This text has color #481542 on white background.



Black color preview on #481542 background

This text has black color on #481542 background.


White color preview on #481542 background

This text has white color on #481542 background.