COLOR #481E12

HEX: #481E12
RGB: (72,30,18)

Color info

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

RGB color model

#481E12 color RGB value is (72,30,18).

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

RGB channels and saturation

R 72 of 255 = 28%
G 30 of 255 = 12%
B 18 of 255 = 7%

72
30
18

R + G + B ~ 16%. #481E12 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 30 + 18 = 120 (100%)
R 72 of 120 ~ 60%
G 30 of 120 ~ 25%
B 18 of 120 ~ 15%

%60
%25
%15

CMYK color model

#481E12 color CMYK value is (0,58,75,72).

  • cyan value is 0.00%
  • magenta value is 58.33%
  • yellow value is 75.00%
  • key color value is 71.76%
CMYK:
(0,58,75,72)
C0M58Y75K72 
(0%,58%,75%,72%)
(0.00/0.58/0.75/0.72)	

CMYK percentages

%0
%58.33
%75
%71.76

Codes

Color #481E12 in popluar color models

481E12
RGB723018
HSL13°60.00%17.65%
HSB/HSV13°75.00%28.24%
CMYK0.00%58.33%75.00%
71.76%

Color #481E12 in popluar number systems.

HEX481E12
Decimal723018
Binary10010001111010010
Octal1103622

Shades and tints

Shades of #481E12

#481E12
(72,30,18)
#421C11
(66,28,17)
#3C1A10
(60,26,16)
#36180F
(54,24,15)
#30160E
(48,22,14)
#2A140D
(42,20,13)
#24120C
(36,18,12)
#1E100B
(30,16,11)
#180E0A
(24,14,10)
#120C09
(18,12,9)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #481E12

#481E12
(72,30,18)
#583227
(88,50,39)
#68463C
(104,70,60)
#785A51
(120,90,81)
#886E66
(136,110,102)
#98827B
(152,130,123)
#A89690
(168,150,144)
#B8AAA5
(184,170,165)
#C8BEBA
(200,190,186)
#D8D2CF
(216,210,207)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481E12; }

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

This text font color is #481E12.


Background Color

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

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

This div background color is #481E12.


Border color

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

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

This div border color is #481E12.


Opacity

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

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

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

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

This text has shadow with #481E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481E12 on black background.


Color preview on white background

This text has color #481E12 on white background.



Black color preview on #481E12 background

This text has black color on #481E12 background.


White color preview on #481E12 background

This text has white color on #481E12 background.