COLOR #482816

HEX: #482816
RGB: (72,40,22)

Color info

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

RGB color model

#482816 color RGB value is (72,40,22).

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

RGB channels and saturation

R 72 of 255 = 28%
G 40 of 255 = 16%
B 22 of 255 = 9%

72
40
22

R + G + B ~ 18%. #482816 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 40 + 22 = 134 (100%)
R 72 of 134 ~ 53.73%
G 40 of 134 ~ 29.85%
B 22 of 134 ~ 16.42%

%53.73
%29.85
%16.42

CMYK color model

#482816 color CMYK value is (0,44,69,72).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 69.44%
  • key color value is 71.76%
CMYK:
(0,44,69,72)
C0M44Y69K72 
(0%,44%,69%,72%)
(0.00/0.44/0.69/0.72)	

CMYK percentages

%0
%44.44
%69.44
%71.76

Codes

Color #482816 in popluar color models

482816
RGB724022
HSL22°53.19%18.43%
HSB/HSV22°69.44%28.24%
CMYK0.00%44.44%69.44%
71.76%

Color #482816 in popluar number systems.

HEX482816
Decimal724022
Binary100100010100010110
Octal1105026

Shades and tints

Shades of #482816

#482816
(72,40,22)
#422514
(66,37,20)
#3C2212
(60,34,18)
#361F10
(54,31,16)
#301C0E
(48,28,14)
#2A190C
(42,25,12)
#24160A
(36,22,10)
#1E1308
(30,19,8)
#181006
(24,16,6)
#120D04
(18,13,4)
#0C0A02
(12,10,2)
#000000
(0,0,0)

Tints of #482816

#482816
(72,40,22)
#583B2B
(88,59,43)
#684E40
(104,78,64)
#786155
(120,97,85)
#88746A
(136,116,106)
#98877F
(152,135,127)
#A89A94
(168,154,148)
#B8ADA9
(184,173,169)
#C8C0BE
(200,192,190)
#D8D3D3
(216,211,211)
#E8E6E8
(232,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482816; }

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

This text font color is #482816.


Background Color

.myBgColor { background-color: #482816; }

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

This div background color is #482816.


Border color

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

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

This div border color is #482816.


Opacity

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

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

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

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

This text has shadow with #482816 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482816 on black background.


Color preview on white background

This text has color #482816 on white background.



Black color preview on #482816 background

This text has black color on #482816 background.


White color preview on #482816 background

This text has white color on #482816 background.