COLOR #482D16

HEX: #482D16
RGB: (72,45,22)

Color info

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

RGB color model

#482D16 color RGB value is (72,45,22).

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

RGB channels and saturation

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

72
45
22

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

Portions of RGB colors in percentages

R + G + B =
72 + 45 + 22 = 139 (100%)
R 72 of 139 ~ 51.8%
G 45 of 139 ~ 32.37%
B 22 of 139 ~ 15.83%

%51.8
%32.37
%15.83

CMYK color model

#482D16 color CMYK value is (0,38,69,72).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 69.44%
  • key color value is 71.76%
CMYK:
(0,38,69,72)
C0M38Y69K72 
(0%,38%,69%,72%)
(0.00/0.38/0.69/0.72)	

CMYK percentages

%0
%37.5
%69.44
%71.76

Codes

Color #482D16 in popluar color models

482D16
RGB724522
HSL28°53.19%18.43%
HSB/HSV28°69.44%28.24%
CMYK0.00%37.50%69.44%
71.76%

Color #482D16 in popluar number systems.

HEX482D16
Decimal724522
Binary100100010110110110
Octal1105526

Shades and tints

Shades of #482D16

#482D16
(72,45,22)
#422914
(66,41,20)
#3C2512
(60,37,18)
#362110
(54,33,16)
#301D0E
(48,29,14)
#2A190C
(42,25,12)
#24150A
(36,21,10)
#1E1108
(30,17,8)
#180D06
(24,13,6)
#120904
(18,9,4)
#0C0502
(12,5,2)
#000000
(0,0,0)

Tints of #482D16

#482D16
(72,45,22)
#58402B
(88,64,43)
#685340
(104,83,64)
#786655
(120,102,85)
#88796A
(136,121,106)
#988C7F
(152,140,127)
#A89F94
(168,159,148)
#B8B2A9
(184,178,169)
#C8C5BE
(200,197,190)
#D8D8D3
(216,216,211)
#E8EBE8
(232,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482D16; }

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

This text font color is #482D16.


Background Color

.myBgColor { background-color: #482D16; }

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

This div background color is #482D16.


Border color

.myBorderColor { border: 1px solid #482D16; }

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

This div border color is #482D16.


Opacity

.myOpacity80 { color: #482D16; opacity: 0.8; }

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

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

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

This text has shadow with #482D16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482D16 on black background.


Color preview on white background

This text has color #482D16 on white background.



Black color preview on #482D16 background

This text has black color on #482D16 background.


White color preview on #482D16 background

This text has white color on #482D16 background.