COLOR #481104

HEX: #481104
RGB: (72,17,4)

Color info

#481104 contains mainly red and green colors. Web safe color of #481104 is #330000 (or #300).

RGB color model

#481104 color RGB value is (72,17,4).

  • red value is 72;
  • green value is 17;
  • blue value is 4.
RGB:
(72,17,4)
(28%,7%,2%)

RGB channels and saturation

R 72 of 255 = 28%
G 17 of 255 = 7%
B 4 of 255 = 2%

72
17
4

R + G + B ~ 12%. #481104 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 17 + 4 = 93 (100%)
R 72 of 93 ~ 77.42%
G 17 of 93 ~ 18.28%
B 4 of 93 ~ 4.3%

%77.42
%18.28

CMYK color model

#481104 color CMYK value is (0,76,94,72).

  • cyan value is 0.00%
  • magenta value is 76.39%
  • yellow value is 94.44%
  • key color value is 71.76%
CMYK:
(0,76,94,72)
C0M76Y94K72 
(0%,76%,94%,72%)
(0.00/0.76/0.94/0.72)	

CMYK percentages

%0
%76.39
%94.44
%71.76

Codes

Color #481104 in popluar color models

481104
RGB72174
HSL11°89.47%14.90%
HSB/HSV11°94.44%28.24%
CMYK0.00%76.39%94.44%
71.76%

Color #481104 in popluar number systems.

HEX481104
Decimal72174
Binary100100010001100
Octal110214

Shades and tints

Shades of #481104

#481104
(72,17,4)
#421004
(66,16,4)
#3C0F04
(60,15,4)
#360E04
(54,14,4)
#300D04
(48,13,4)
#2A0C04
(42,12,4)
#240B04
(36,11,4)
#1E0A04
(30,10,4)
#180904
(24,9,4)
#120804
(18,8,4)
#0C0704
(12,7,4)
#000000
(0,0,0)

Tints of #481104

#481104
(72,17,4)
#58261A
(88,38,26)
#683B30
(104,59,48)
#785046
(120,80,70)
#88655C
(136,101,92)
#987A72
(152,122,114)
#A88F88
(168,143,136)
#B8A49E
(184,164,158)
#C8B9B4
(200,185,180)
#D8CECA
(216,206,202)
#E8E3E0
(232,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481104 color. Also use rgb(72,17,4) instead hex code.

Text Font Color

.myTextColor { color: #481104; }

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

This text font color is #481104.


Background Color

.myBgColor { background-color: #481104; }

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

This div background color is #481104.


Border color

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

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

This div border color is #481104.


Opacity

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

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

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

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

This text has shadow with #481104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481104 on black background.


Color preview on white background

This text has color #481104 on white background.



Black color preview on #481104 background

This text has black color on #481104 background.


White color preview on #481104 background

This text has white color on #481104 background.