COLOR #481D0E

HEX: #481D0E
RGB: (72,29,14)

Color info

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

RGB color model

#481D0E color RGB value is (72,29,14).

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

RGB channels and saturation

R 72 of 255 = 28%
G 29 of 255 = 11%
B 14 of 255 = 5%

72
29
14

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

Portions of RGB colors in percentages

R + G + B =
72 + 29 + 14 = 115 (100%)
R 72 of 115 ~ 62.61%
G 29 of 115 ~ 25.22%
B 14 of 115 ~ 12.17%

%62.61
%25.22
%12.17

CMYK color model

#481D0E color CMYK value is (0,60,81,72).

  • cyan value is 0.00%
  • magenta value is 59.72%
  • yellow value is 80.56%
  • key color value is 71.76%
CMYK:
(0,60,81,72)
C0M60Y81K72 
(0%,60%,81%,72%)
(0.00/0.60/0.81/0.72)	

CMYK percentages

%0
%59.72
%80.56
%71.76

Codes

Color #481D0E in popluar color models

481D0E
RGB722914
HSL16°67.44%16.86%
HSB/HSV16°80.56%28.24%
CMYK0.00%59.72%80.56%
71.76%

Color #481D0E in popluar number systems.

HEX481D0E
Decimal722914
Binary1001000111011110
Octal1103516

Shades and tints

Shades of #481D0E

#481D0E
(72,29,14)
#421B0D
(66,27,13)
#3C190C
(60,25,12)
#36170B
(54,23,11)
#30150A
(48,21,10)
#2A1309
(42,19,9)
#241108
(36,17,8)
#1E0F07
(30,15,7)
#180D06
(24,13,6)
#120B05
(18,11,5)
#0C0904
(12,9,4)
#000000
(0,0,0)

Tints of #481D0E

#481D0E
(72,29,14)
#583123
(88,49,35)
#684538
(104,69,56)
#78594D
(120,89,77)
#886D62
(136,109,98)
#988177
(152,129,119)
#A8958C
(168,149,140)
#B8A9A1
(184,169,161)
#C8BDB6
(200,189,182)
#D8D1CB
(216,209,203)
#E8E5E0
(232,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481D0E; }

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

This text font color is #481D0E.


Background Color

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

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

This div background color is #481D0E.


Border color

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

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

This div border color is #481D0E.


Opacity

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

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

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

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

This text has shadow with #481D0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481D0E on black background.


Color preview on white background

This text has color #481D0E on white background.



Black color preview on #481D0E background

This text has black color on #481D0E background.


White color preview on #481D0E background

This text has white color on #481D0E background.