COLOR #482C13

HEX: #482C13
RGB: (72,44,19)

Color info

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

RGB color model

#482C13 color RGB value is (72,44,19).

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

RGB channels and saturation

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

72
44
19

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

Portions of RGB colors in percentages

R + G + B =
72 + 44 + 19 = 135 (100%)
R 72 of 135 ~ 53.33%
G 44 of 135 ~ 32.59%
B 19 of 135 ~ 14.07%

%53.33
%32.59
%14.07

CMYK color model

#482C13 color CMYK value is (0,39,74,72).

  • cyan value is 0.00%
  • magenta value is 38.89%
  • yellow value is 73.61%
  • key color value is 71.76%
CMYK:
(0,39,74,72)
C0M39Y74K72 
(0%,39%,74%,72%)
(0.00/0.39/0.74/0.72)	

CMYK percentages

%0
%38.89
%73.61
%71.76

Codes

Color #482C13 in popluar color models

482C13
RGB724419
HSL28°58.24%17.84%
HSB/HSV28°73.61%28.24%
CMYK0.00%38.89%73.61%
71.76%

Color #482C13 in popluar number systems.

HEX482C13
Decimal724419
Binary100100010110010011
Octal1105423

Shades and tints

Shades of #482C13

#482C13
(72,44,19)
#422812
(66,40,18)
#3C2411
(60,36,17)
#362010
(54,32,16)
#301C0F
(48,28,15)
#2A180E
(42,24,14)
#24140D
(36,20,13)
#1E100C
(30,16,12)
#180C0B
(24,12,11)
#12080A
(18,8,10)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #482C13

#482C13
(72,44,19)
#583F28
(88,63,40)
#68523D
(104,82,61)
#786552
(120,101,82)
#887867
(136,120,103)
#988B7C
(152,139,124)
#A89E91
(168,158,145)
#B8B1A6
(184,177,166)
#C8C4BB
(200,196,187)
#D8D7D0
(216,215,208)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482C13; }

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

This text font color is #482C13.


Background Color

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

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

This div background color is #482C13.


Border color

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

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

This div border color is #482C13.


Opacity

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

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

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

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

This text has shadow with #482C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482C13 on black background.


Color preview on white background

This text has color #482C13 on white background.



Black color preview on #482C13 background

This text has black color on #482C13 background.


White color preview on #482C13 background

This text has white color on #482C13 background.