COLOR #481E1A

HEX: #481E1A
RGB: (72,30,26)

Color info

#481E1A contains red, green and blue colors in about the same proportion. Web safe color of #481E1A is #333300 (or #330).

RGB color model

#481E1A color RGB value is (72,30,26).

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

RGB channels and saturation

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

72
30
26

R + G + B ~ 17%. #481E1A is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 30 + 26 = 128 (100%)
R 72 of 128 ~ 56.25%
G 30 of 128 ~ 23.44%
B 26 of 128 ~ 20.31%

%56.25
%23.44
%20.31

CMYK color model

#481E1A color CMYK value is (0,58,64,72).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 63.89%
  • key color value is 71.76%
CMYK:
(0,58,64,72)
C0M58Y64K72 
(0%,58%,64%,72%)
(0.00/0.58/0.64/0.72)	

CMYK percentages

%0
%58.33
%63.89
%71.76

Codes

Color #481E1A in popluar color models

481E1A
RGB723026
HSL46.94%19.22%
HSB/HSV63.89%28.24%
CMYK0.00%58.33%63.89%
71.76%

Color #481E1A in popluar number systems.

HEX481E1A
Decimal723026
Binary10010001111011010
Octal1103632

Shades and tints

Shades of #481E1A

#481E1A
(72,30,26)
#421C18
(66,28,24)
#3C1A16
(60,26,22)
#361814
(54,24,20)
#301612
(48,22,18)
#2A1410
(42,20,16)
#24120E
(36,18,14)
#1E100C
(30,16,12)
#180E0A
(24,14,10)
#120C08
(18,12,8)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #481E1A

#481E1A
(72,30,26)
#58322E
(88,50,46)
#684642
(104,70,66)
#785A56
(120,90,86)
#886E6A
(136,110,106)
#98827E
(152,130,126)
#A89692
(168,150,146)
#B8AAA6
(184,170,166)
#C8BEBA
(200,190,186)
#D8D2CE
(216,210,206)
#E8E6E2
(232,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481E1A; }

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

This text font color is #481E1A.


Background Color

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

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

This div background color is #481E1A.


Border color

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

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

This div border color is #481E1A.


Opacity

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

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

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

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

This text has shadow with #481E1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481E1A on black background.


Color preview on white background

This text has color #481E1A on white background.



Black color preview on #481E1A background

This text has black color on #481E1A background.


White color preview on #481E1A background

This text has white color on #481E1A background.