COLOR #481245

HEX: #481245
RGB: (72,18,69)

Color info

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

RGB color model

#481245 color RGB value is (72,18,69).

  • red value is 72;
  • green value is 18;
  • blue value is 69.
RGB:
(72,18,69)
(28%,7%,27%)

RGB channels and saturation

R 72 of 255 = 28%
G 18 of 255 = 7%
B 69 of 255 = 27%

72
18
69

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

Portions of RGB colors in percentages

R + G + B =
72 + 18 + 69 = 159 (100%)
R 72 of 159 ~ 45.28%
G 18 of 159 ~ 11.32%
B 69 of 159 ~ 43.4%

%45.28
%11.32
%43.4

CMYK color model

#481245 color CMYK value is (0,75,4,72).

  • cyan value is 0.00%
  • magenta value is 75.00%
  • yellow value is 4.17%
  • key color value is 71.76%
CMYK:
(0,75,4,72)
C0M75Y4K72 
(0%,75%,4%,72%)
(0.00/0.75/0.04/0.72)	

CMYK percentages

%0
%75
%4.17
%71.76

Codes

Color #481245 in popluar color models

481245
RGB721869
HSL303°60.00%17.65%
HSB/HSV303°75.00%28.24%
CMYK0.00%75.00%4.17%
71.76%

Color #481245 in popluar number systems.

HEX481245
Decimal721869
Binary1001000100101000101
Octal11022105

Shades and tints

Shades of #481245

#481245
(72,18,69)
#42113F
(66,17,63)
#3C1039
(60,16,57)
#360F33
(54,15,51)
#300E2D
(48,14,45)
#2A0D27
(42,13,39)
#240C21
(36,12,33)
#1E0B1B
(30,11,27)
#180A15
(24,10,21)
#12090F
(18,9,15)
#0C0809
(12,8,9)
#000000
(0,0,0)

Tints of #481245

#481245
(72,18,69)
#582755
(88,39,85)
#683C65
(104,60,101)
#785175
(120,81,117)
#886685
(136,102,133)
#987B95
(152,123,149)
#A890A5
(168,144,165)
#B8A5B5
(184,165,181)
#C8BAC5
(200,186,197)
#D8CFD5
(216,207,213)
#E8E4E5
(232,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481245 color. Also use rgb(72,18,69) instead hex code.

Text Font Color

.myTextColor { color: #481245; }

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

This text font color is #481245.


Background Color

.myBgColor { background-color: #481245; }

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

This div background color is #481245.


Border color

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

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

This div border color is #481245.


Opacity

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

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

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

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

This text has shadow with #481245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481245 on black background.


Color preview on white background

This text has color #481245 on white background.



Black color preview on #481245 background

This text has black color on #481245 background.


White color preview on #481245 background

This text has white color on #481245 background.