COLOR #481500

HEX: #481500
RGB: (72,21,0)

Color info

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

RGB color model

#481500 color RGB value is (72,21,0).

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

RGB channels and saturation

R 72 of 255 = 28%
G 21 of 255 = 8%
B 0 of 255 = 0%

72
21
0

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

Portions of RGB colors in percentages

R + G + B =
72 + 21 + 0 = 93 (100%)
R 72 of 93 ~ 77.42%
G 21 of 93 ~ 22.58%
B 0 of 93 ~ 0%

%77.42
%22.58

CMYK color model

#481500 color CMYK value is (0,71,100,72).

  • cyan value is 0.00%
  • magenta value is 70.83%
  • yellow value is 100.00%
  • key color value is 71.76%
CMYK:
(0,71,100,72)
C0M71Y100K72 
(0%,71%,100%,72%)
(0.00/0.71/1.00/0.72)	

CMYK percentages

%0
%70.83
%100
%71.76

Codes

Color #481500 in popluar color models

481500
RGB72210
HSL18°100.00%14.12%
HSB/HSV18°100.00%28.24%
CMYK0.00%70.83%100.00%
71.76%

Color #481500 in popluar number systems.

HEX481500
Decimal72210
Binary1001000101010
Octal110250

Shades and tints

Shades of #481500

#481500
(72,21,0)
#421400
(66,20,0)
#3C1300
(60,19,0)
#361200
(54,18,0)
#301100
(48,17,0)
#2A1000
(42,16,0)
#240F00
(36,15,0)
#1E0E00
(30,14,0)
#180D00
(24,13,0)
#120C00
(18,12,0)
#0C0B00
(12,11,0)
#000000
(0,0,0)

Tints of #481500

#481500
(72,21,0)
#582A17
(88,42,23)
#683F2E
(104,63,46)
#785445
(120,84,69)
#88695C
(136,105,92)
#987E73
(152,126,115)
#A8938A
(168,147,138)
#B8A8A1
(184,168,161)
#C8BDB8
(200,189,184)
#D8D2CF
(216,210,207)
#E8E7E6
(232,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481500; }

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

This text font color is #481500.


Background Color

.myBgColor { background-color: #481500; }

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

This div background color is #481500.


Border color

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

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

This div border color is #481500.


Opacity

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

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

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

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

This text has shadow with #481500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481500 on black background.


Color preview on white background

This text has color #481500 on white background.



Black color preview on #481500 background

This text has black color on #481500 background.


White color preview on #481500 background

This text has white color on #481500 background.