COLOR #482212

HEX: #482212
RGB: (72,34,18)

Color info

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

RGB color model

#482212 color RGB value is (72,34,18).

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

RGB channels and saturation

R 72 of 255 = 28%
G 34 of 255 = 13%
B 18 of 255 = 7%

72
34
18

R + G + B ~ 16%. #482212 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 34 + 18 = 124 (100%)
R 72 of 124 ~ 58.06%
G 34 of 124 ~ 27.42%
B 18 of 124 ~ 14.52%

%58.06
%27.42
%14.52

CMYK color model

#482212 color CMYK value is (0,53,75,72).

  • cyan value is 0.00%
  • magenta value is 52.78%
  • yellow value is 75.00%
  • key color value is 71.76%
CMYK:
(0,53,75,72)
C0M53Y75K72 
(0%,53%,75%,72%)
(0.00/0.53/0.75/0.72)	

CMYK percentages

%0
%52.78
%75
%71.76

Codes

Color #482212 in popluar color models

482212
RGB723418
HSL18°60.00%17.65%
HSB/HSV18°75.00%28.24%
CMYK0.00%52.78%75.00%
71.76%

Color #482212 in popluar number systems.

HEX482212
Decimal723418
Binary100100010001010010
Octal1104222

Shades and tints

Shades of #482212

#482212
(72,34,18)
#421F11
(66,31,17)
#3C1C10
(60,28,16)
#36190F
(54,25,15)
#30160E
(48,22,14)
#2A130D
(42,19,13)
#24100C
(36,16,12)
#1E0D0B
(30,13,11)
#180A0A
(24,10,10)
#120709
(18,7,9)
#0C0408
(12,4,8)
#000000
(0,0,0)

Tints of #482212

#482212
(72,34,18)
#583627
(88,54,39)
#684A3C
(104,74,60)
#785E51
(120,94,81)
#887266
(136,114,102)
#98867B
(152,134,123)
#A89A90
(168,154,144)
#B8AEA5
(184,174,165)
#C8C2BA
(200,194,186)
#D8D6CF
(216,214,207)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482212; }

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

This text font color is #482212.


Background Color

.myBgColor { background-color: #482212; }

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

This div background color is #482212.


Border color

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

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

This div border color is #482212.


Opacity

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

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

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

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

This text has shadow with #482212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482212 on black background.


Color preview on white background

This text has color #482212 on white background.



Black color preview on #482212 background

This text has black color on #482212 background.


White color preview on #482212 background

This text has white color on #482212 background.