COLOR #481428

HEX: #481428
RGB: (72,20,40)

Color info

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

RGB color model

#481428 color RGB value is (72,20,40).

  • red value is 72;
  • green value is 20;
  • blue value is 40.
RGB:
(72,20,40)
(28%,8%,16%)

RGB channels and saturation

R 72 of 255 = 28%
G 20 of 255 = 8%
B 40 of 255 = 16%

72
20
40

R + G + B ~ 17%. #481428 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 20 + 40 = 132 (100%)
R 72 of 132 ~ 54.55%
G 20 of 132 ~ 15.15%
B 40 of 132 ~ 30.3%

%54.55
%15.15
%30.3

CMYK color model

#481428 color CMYK value is (0,72,44,72).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 44.44%
  • key color value is 71.76%
CMYK:
(0,72,44,72)
C0M72Y44K72 
(0%,72%,44%,72%)
(0.00/0.72/0.44/0.72)	

CMYK percentages

%0
%72.22
%44.44
%71.76

Codes

Color #481428 in popluar color models

481428
RGB722040
HSL337°56.52%18.04%
HSB/HSV337°72.22%28.24%
CMYK0.00%72.22%44.44%
71.76%

Color #481428 in popluar number systems.

HEX481428
Decimal722040
Binary100100010100101000
Octal1102450

Shades and tints

Shades of #481428

#481428
(72,20,40)
#421325
(66,19,37)
#3C1222
(60,18,34)
#36111F
(54,17,31)
#30101C
(48,16,28)
#2A0F19
(42,15,25)
#240E16
(36,14,22)
#1E0D13
(30,13,19)
#180C10
(24,12,16)
#120B0D
(18,11,13)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #481428

#481428
(72,20,40)
#58293B
(88,41,59)
#683E4E
(104,62,78)
#785361
(120,83,97)
#886874
(136,104,116)
#987D87
(152,125,135)
#A8929A
(168,146,154)
#B8A7AD
(184,167,173)
#C8BCC0
(200,188,192)
#D8D1D3
(216,209,211)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481428 color. Also use rgb(72,20,40) instead hex code.

Text Font Color

.myTextColor { color: #481428; }

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

This text font color is #481428.


Background Color

.myBgColor { background-color: #481428; }

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

This div background color is #481428.


Border color

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

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

This div border color is #481428.


Opacity

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

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

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

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

This text has shadow with #481428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481428 on black background.


Color preview on white background

This text has color #481428 on white background.



Black color preview on #481428 background

This text has black color on #481428 background.


White color preview on #481428 background

This text has white color on #481428 background.