COLOR #481612

HEX: #481612
RGB: (72,22,18)

Color info

#481612 contains red, green and blue colors in about the same proportion. Web safe color of #481612 is #330000 (or #300).

RGB color model

#481612 color RGB value is (72,22,18).

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

RGB channels and saturation

R 72 of 255 = 28%
G 22 of 255 = 9%
B 18 of 255 = 7%

72
22
18

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

Portions of RGB colors in percentages

R + G + B =
72 + 22 + 18 = 112 (100%)
R 72 of 112 ~ 64.29%
G 22 of 112 ~ 19.64%
B 18 of 112 ~ 16.07%

%64.29
%19.64
%16.07

CMYK color model

#481612 color CMYK value is (0,69,75,72).

  • cyan value is 0.00%
  • magenta value is 69.44%
  • yellow value is 75.00%
  • key color value is 71.76%
CMYK:
(0,69,75,72)
C0M69Y75K72 
(0%,69%,75%,72%)
(0.00/0.69/0.75/0.72)	

CMYK percentages

%0
%69.44
%75
%71.76

Codes

Color #481612 in popluar color models

481612
RGB722218
HSL60.00%17.65%
HSB/HSV75.00%28.24%
CMYK0.00%69.44%75.00%
71.76%

Color #481612 in popluar number systems.

HEX481612
Decimal722218
Binary10010001011010010
Octal1102622

Shades and tints

Shades of #481612

#481612
(72,22,18)
#421411
(66,20,17)
#3C1210
(60,18,16)
#36100F
(54,16,15)
#300E0E
(48,14,14)
#2A0C0D
(42,12,13)
#240A0C
(36,10,12)
#1E080B
(30,8,11)
#18060A
(24,6,10)
#120409
(18,4,9)
#0C0208
(12,2,8)
#000000
(0,0,0)

Tints of #481612

#481612
(72,22,18)
#582B27
(88,43,39)
#68403C
(104,64,60)
#785551
(120,85,81)
#886A66
(136,106,102)
#987F7B
(152,127,123)
#A89490
(168,148,144)
#B8A9A5
(184,169,165)
#C8BEBA
(200,190,186)
#D8D3CF
(216,211,207)
#E8E8E4
(232,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481612; }

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

This text font color is #481612.


Background Color

.myBgColor { background-color: #481612; }

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

This div background color is #481612.


Border color

.myBorderColor { border: 1px solid #481612; }

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

This div border color is #481612.


Opacity

.myOpacity80 { color: #481612; opacity: 0.8; }

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

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

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

This text has shadow with #481612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481612 on black background.


Color preview on white background

This text has color #481612 on white background.



Black color preview on #481612 background

This text has black color on #481612 background.


White color preview on #481612 background

This text has white color on #481612 background.