COLOR #481305

HEX: #481305
RGB: (72,19,5)

Color info

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

RGB color model

#481305 color RGB value is (72,19,5).

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

RGB channels and saturation

R 72 of 255 = 28%
G 19 of 255 = 7%
B 5 of 255 = 2%

72
19
5

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

Portions of RGB colors in percentages

R + G + B =
72 + 19 + 5 = 96 (100%)
R 72 of 96 ~ 75%
G 19 of 96 ~ 19.79%
B 5 of 96 ~ 5.21%

%75
%19.79

CMYK color model

#481305 color CMYK value is (0,74,93,72).

  • cyan value is 0.00%
  • magenta value is 73.61%
  • yellow value is 93.06%
  • key color value is 71.76%
CMYK:
(0,74,93,72)
C0M74Y93K72 
(0%,74%,93%,72%)
(0.00/0.74/0.93/0.72)	

CMYK percentages

%0
%73.61
%93.06
%71.76

Codes

Color #481305 in popluar color models

481305
RGB72195
HSL13°87.01%15.10%
HSB/HSV13°93.06%28.24%
CMYK0.00%73.61%93.06%
71.76%

Color #481305 in popluar number systems.

HEX481305
Decimal72195
Binary100100010011101
Octal110235

Shades and tints

Shades of #481305

#481305
(72,19,5)
#421205
(66,18,5)
#3C1105
(60,17,5)
#361005
(54,16,5)
#300F05
(48,15,5)
#2A0E05
(42,14,5)
#240D05
(36,13,5)
#1E0C05
(30,12,5)
#180B05
(24,11,5)
#120A05
(18,10,5)
#0C0905
(12,9,5)
#000000
(0,0,0)

Tints of #481305

#481305
(72,19,5)
#58281B
(88,40,27)
#683D31
(104,61,49)
#785247
(120,82,71)
#88675D
(136,103,93)
#987C73
(152,124,115)
#A89189
(168,145,137)
#B8A69F
(184,166,159)
#C8BBB5
(200,187,181)
#D8D0CB
(216,208,203)
#E8E5E1
(232,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481305 color. Also use rgb(72,19,5) instead hex code.

Text Font Color

.myTextColor { color: #481305; }

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

This text font color is #481305.


Background Color

.myBgColor { background-color: #481305; }

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

This div background color is #481305.


Border color

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

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

This div border color is #481305.


Opacity

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

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

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

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

This text has shadow with #481305 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481305 on black background.


Color preview on white background

This text has color #481305 on white background.



Black color preview on #481305 background

This text has black color on #481305 background.


White color preview on #481305 background

This text has white color on #481305 background.