COLOR #481E0A

HEX: #481E0A
RGB: (72,30,10)

Color info

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

RGB color model

#481E0A color RGB value is (72,30,10).

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

RGB channels and saturation

R 72 of 255 = 28%
G 30 of 255 = 12%
B 10 of 255 = 4%

72
30
10

R + G + B ~ 15%. #481E0A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 30 + 10 = 112 (100%)
R 72 of 112 ~ 64.29%
G 30 of 112 ~ 26.79%
B 10 of 112 ~ 8.93%

%64.29
%26.79

CMYK color model

#481E0A color CMYK value is (0,58,86,72).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 86.11%
  • key color value is 71.76%
CMYK:
(0,58,86,72)
C0M58Y86K72 
(0%,58%,86%,72%)
(0.00/0.58/0.86/0.72)	

CMYK percentages

%0
%58.33
%86.11
%71.76

Codes

Color #481E0A in popluar color models

481E0A
RGB723010
HSL19°75.61%16.08%
HSB/HSV19°86.11%28.24%
CMYK0.00%58.33%86.11%
71.76%

Color #481E0A in popluar number systems.

HEX481E0A
Decimal723010
Binary1001000111101010
Octal1103612

Shades and tints

Shades of #481E0A

#481E0A
(72,30,10)
#421C0A
(66,28,10)
#3C1A0A
(60,26,10)
#36180A
(54,24,10)
#30160A
(48,22,10)
#2A140A
(42,20,10)
#24120A
(36,18,10)
#1E100A
(30,16,10)
#180E0A
(24,14,10)
#120C0A
(18,12,10)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #481E0A

#481E0A
(72,30,10)
#583220
(88,50,32)
#684636
(104,70,54)
#785A4C
(120,90,76)
#886E62
(136,110,98)
#988278
(152,130,120)
#A8968E
(168,150,142)
#B8AAA4
(184,170,164)
#C8BEBA
(200,190,186)
#D8D2D0
(216,210,208)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481E0A; }

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

This text font color is #481E0A.


Background Color

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

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

This div background color is #481E0A.


Border color

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

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

This div border color is #481E0A.


Opacity

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

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

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

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

This text has shadow with #481E0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481E0A on black background.


Color preview on white background

This text has color #481E0A on white background.



Black color preview on #481E0A background

This text has black color on #481E0A background.


White color preview on #481E0A background

This text has white color on #481E0A background.