COLOR #481509

HEX: #481509
RGB: (72,21,9)

Color info

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

RGB color model

#481509 color RGB value is (72,21,9).

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

RGB channels and saturation

R 72 of 255 = 28%
G 21 of 255 = 8%
B 9 of 255 = 4%

72
21
9

R + G + B ~ 13%. #481509 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 21 + 9 = 102 (100%)
R 72 of 102 ~ 70.59%
G 21 of 102 ~ 20.59%
B 9 of 102 ~ 8.82%

%70.59
%20.59

CMYK color model

#481509 color CMYK value is (0,71,88,72).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 87.50%
  • key color value is 71.76%
CMYK:
(0,71,88,72)
C0M71Y88K72 
(0%,71%,88%,72%)
(0.00/0.71/0.88/0.72)	

CMYK percentages

%0
%70.83
%87.5
%71.76

Codes

Color #481509 in popluar color models

481509
RGB72219
HSL11°77.78%15.88%
HSB/HSV11°87.50%28.24%
CMYK0.00%70.83%87.50%
71.76%

Color #481509 in popluar number systems.

HEX481509
Decimal72219
Binary1001000101011001
Octal1102511

Shades and tints

Shades of #481509

#481509
(72,21,9)
#421409
(66,20,9)
#3C1309
(60,19,9)
#361209
(54,18,9)
#301109
(48,17,9)
#2A1009
(42,16,9)
#240F09
(36,15,9)
#1E0E09
(30,14,9)
#180D09
(24,13,9)
#120C09
(18,12,9)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #481509

#481509
(72,21,9)
#582A1F
(88,42,31)
#683F35
(104,63,53)
#78544B
(120,84,75)
#886961
(136,105,97)
#987E77
(152,126,119)
#A8938D
(168,147,141)
#B8A8A3
(184,168,163)
#C8BDB9
(200,189,185)
#D8D2CF
(216,210,207)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481509; }

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

This text font color is #481509.


Background Color

.myBgColor { background-color: #481509; }

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

This div background color is #481509.


Border color

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

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

This div border color is #481509.


Opacity

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

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

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

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

This text has shadow with #481509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481509 on black background.


Color preview on white background

This text has color #481509 on white background.



Black color preview on #481509 background

This text has black color on #481509 background.


White color preview on #481509 background

This text has white color on #481509 background.