COLOR #481D0A

HEX: #481D0A
RGB: (72,29,10)

Color info

#481D0A contains mainly red and green colors. Web safe color of #481D0A is #333300 (or #330).

RGB color model

#481D0A color RGB value is (72,29,10).

  • red value is 72;
  • green value is 29;
  • blue value is 10.
RGB:
(72,29,10)
(28%,11%,4%)

RGB channels and saturation

R 72 of 255 = 28%
G 29 of 255 = 11%
B 10 of 255 = 4%

72
29
10

R + G + B ~ 14%. #481D0A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 29 + 10 = 111 (100%)
R 72 of 111 ~ 64.86%
G 29 of 111 ~ 26.13%
B 10 of 111 ~ 9.01%

%64.86
%26.13

CMYK color model

#481D0A color CMYK value is (0,60,86,72).

  • cyan value is 0.00%
  • magenta value is 59.72%
  • yellow value is 86.11%
  • key color value is 71.76%
CMYK:
(0,60,86,72)
C0M60Y86K72 
(0%,60%,86%,72%)
(0.00/0.60/0.86/0.72)	

CMYK percentages

%0
%59.72
%86.11
%71.76

Codes

Color #481D0A in popluar color models

481D0A
RGB722910
HSL18°75.61%16.08%
HSB/HSV18°86.11%28.24%
CMYK0.00%59.72%86.11%
71.76%

Color #481D0A in popluar number systems.

HEX481D0A
Decimal722910
Binary1001000111011010
Octal1103512

Shades and tints

Shades of #481D0A

#481D0A
(72,29,10)
#421B0A
(66,27,10)
#3C190A
(60,25,10)
#36170A
(54,23,10)
#30150A
(48,21,10)
#2A130A
(42,19,10)
#24110A
(36,17,10)
#1E0F0A
(30,15,10)
#180D0A
(24,13,10)
#120B0A
(18,11,10)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #481D0A

#481D0A
(72,29,10)
#583120
(88,49,32)
#684536
(104,69,54)
#78594C
(120,89,76)
#886D62
(136,109,98)
#988178
(152,129,120)
#A8958E
(168,149,142)
#B8A9A4
(184,169,164)
#C8BDBA
(200,189,186)
#D8D1D0
(216,209,208)
#E8E5E6
(232,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481D0A color. Also use rgb(72,29,10) instead hex code.

Text Font Color

.myTextColor { color: #481D0A; }

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

This text font color is #481D0A.


Background Color

.myBgColor { background-color: #481D0A; }

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

This div background color is #481D0A.


Border color

.myBorderColor { border: 1px solid #481D0A; }

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

This div border color is #481D0A.


Opacity

.myOpacity80 { color: #481D0A; opacity: 0.8; }

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

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

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

This text has shadow with #481D0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481D0A on black background.


Color preview on white background

This text has color #481D0A on white background.



Black color preview on #481D0A background

This text has black color on #481D0A background.


White color preview on #481D0A background

This text has white color on #481D0A background.