COLOR #482C12

HEX: #482C12
RGB: (72,44,18)

Color info

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

RGB color model

#482C12 color RGB value is (72,44,18).

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

RGB channels and saturation

R 72 of 255 = 28%
G 44 of 255 = 17%
B 18 of 255 = 7%

72
44
18

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

Portions of RGB colors in percentages

R + G + B =
72 + 44 + 18 = 134 (100%)
R 72 of 134 ~ 53.73%
G 44 of 134 ~ 32.84%
B 18 of 134 ~ 13.43%

%53.73
%32.84
%13.43

CMYK color model

#482C12 color CMYK value is (0,39,75,72).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 75.00%
  • key color value is 71.76%
CMYK:
(0,39,75,72)
C0M39Y75K72 
(0%,39%,75%,72%)
(0.00/0.39/0.75/0.72)	

CMYK percentages

%0
%38.89
%75
%71.76

Codes

Color #482C12 in popluar color models

482C12
RGB724418
HSL29°60.00%17.65%
HSB/HSV29°75.00%28.24%
CMYK0.00%38.89%75.00%
71.76%

Color #482C12 in popluar number systems.

HEX482C12
Decimal724418
Binary100100010110010010
Octal1105422

Shades and tints

Shades of #482C12

#482C12
(72,44,18)
#422811
(66,40,17)
#3C2410
(60,36,16)
#36200F
(54,32,15)
#301C0E
(48,28,14)
#2A180D
(42,24,13)
#24140C
(36,20,12)
#1E100B
(30,16,11)
#180C0A
(24,12,10)
#120809
(18,8,9)
#0C0408
(12,4,8)
#000000
(0,0,0)

Tints of #482C12

#482C12
(72,44,18)
#583F27
(88,63,39)
#68523C
(104,82,60)
#786551
(120,101,81)
#887866
(136,120,102)
#988B7B
(152,139,123)
#A89E90
(168,158,144)
#B8B1A5
(184,177,165)
#C8C4BA
(200,196,186)
#D8D7CF
(216,215,207)
#E8EAE4
(232,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482C12; }

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

This text font color is #482C12.


Background Color

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

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

This div background color is #482C12.


Border color

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

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

This div border color is #482C12.


Opacity

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

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

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

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

This text has shadow with #482C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482C12 on black background.


Color preview on white background

This text has color #482C12 on white background.



Black color preview on #482C12 background

This text has black color on #482C12 background.


White color preview on #482C12 background

This text has white color on #482C12 background.