COLOR #482416

HEX: #482416
RGB: (72,36,22)

Color info

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

RGB color model

#482416 color RGB value is (72,36,22).

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

RGB channels and saturation

R 72 of 255 = 28%
G 36 of 255 = 14%
B 22 of 255 = 9%

72
36
22

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

Portions of RGB colors in percentages

R + G + B =
72 + 36 + 22 = 130 (100%)
R 72 of 130 ~ 55.38%
G 36 of 130 ~ 27.69%
B 22 of 130 ~ 16.92%

%55.38
%27.69
%16.92

CMYK color model

#482416 color CMYK value is (0,50,69,72).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 69.44%
  • key color value is 71.76%
CMYK:
(0,50,69,72)
C0M50Y69K72 
(0%,50%,69%,72%)
(0.00/0.50/0.69/0.72)	

CMYK percentages

%0
%50
%69.44
%71.76

Codes

Color #482416 in popluar color models

482416
RGB723622
HSL17°53.19%18.43%
HSB/HSV17°69.44%28.24%
CMYK0.00%50.00%69.44%
71.76%

Color #482416 in popluar number systems.

HEX482416
Decimal723622
Binary100100010010010110
Octal1104426

Shades and tints

Shades of #482416

#482416
(72,36,22)
#422114
(66,33,20)
#3C1E12
(60,30,18)
#361B10
(54,27,16)
#30180E
(48,24,14)
#2A150C
(42,21,12)
#24120A
(36,18,10)
#1E0F08
(30,15,8)
#180C06
(24,12,6)
#120904
(18,9,4)
#0C0602
(12,6,2)
#000000
(0,0,0)

Tints of #482416

#482416
(72,36,22)
#58372B
(88,55,43)
#684A40
(104,74,64)
#785D55
(120,93,85)
#88706A
(136,112,106)
#98837F
(152,131,127)
#A89694
(168,150,148)
#B8A9A9
(184,169,169)
#C8BCBE
(200,188,190)
#D8CFD3
(216,207,211)
#E8E2E8
(232,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482416; }

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

This text font color is #482416.


Background Color

.myBgColor { background-color: #482416; }

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

This div background color is #482416.


Border color

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

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

This div border color is #482416.


Opacity

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

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

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

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

This text has shadow with #482416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482416 on black background.


Color preview on white background

This text has color #482416 on white background.



Black color preview on #482416 background

This text has black color on #482416 background.


White color preview on #482416 background

This text has white color on #482416 background.