COLOR #482812

HEX: #482812
RGB: (72,40,18)

Color info

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

RGB color model

#482812 color RGB value is (72,40,18).

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

RGB channels and saturation

R 72 of 255 = 28%
G 40 of 255 = 16%
B 18 of 255 = 7%

72
40
18

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

Portions of RGB colors in percentages

R + G + B =
72 + 40 + 18 = 130 (100%)
R 72 of 130 ~ 55.38%
G 40 of 130 ~ 30.77%
B 18 of 130 ~ 13.85%

%55.38
%30.77
%13.85

CMYK color model

#482812 color CMYK value is (0,44,75,72).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 75.00%
  • key color value is 71.76%
CMYK:
(0,44,75,72)
C0M44Y75K72 
(0%,44%,75%,72%)
(0.00/0.44/0.75/0.72)	

CMYK percentages

%0
%44.44
%75
%71.76

Codes

Color #482812 in popluar color models

482812
RGB724018
HSL24°60.00%17.65%
HSB/HSV24°75.00%28.24%
CMYK0.00%44.44%75.00%
71.76%

Color #482812 in popluar number systems.

HEX482812
Decimal724018
Binary100100010100010010
Octal1105022

Shades and tints

Shades of #482812

#482812
(72,40,18)
#422511
(66,37,17)
#3C2210
(60,34,16)
#361F0F
(54,31,15)
#301C0E
(48,28,14)
#2A190D
(42,25,13)
#24160C
(36,22,12)
#1E130B
(30,19,11)
#18100A
(24,16,10)
#120D09
(18,13,9)
#0C0A08
(12,10,8)
#000000
(0,0,0)

Tints of #482812

#482812
(72,40,18)
#583B27
(88,59,39)
#684E3C
(104,78,60)
#786151
(120,97,81)
#887466
(136,116,102)
#98877B
(152,135,123)
#A89A90
(168,154,144)
#B8ADA5
(184,173,165)
#C8C0BA
(200,192,186)
#D8D3CF
(216,211,207)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482812; }

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

This text font color is #482812.


Background Color

.myBgColor { background-color: #482812; }

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

This div background color is #482812.


Border color

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

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

This div border color is #482812.


Opacity

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

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

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

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

This text has shadow with #482812 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482812 on black background.


Color preview on white background

This text has color #482812 on white background.



Black color preview on #482812 background

This text has black color on #482812 background.


White color preview on #482812 background

This text has white color on #482812 background.