COLOR #482D1F

HEX: #482D1F
RGB: (72,45,31)

Color info

#482D1F contains red, green and blue colors in about the same proportion. Web safe color of #482D1F is #333333 (or #333).

RGB color model

#482D1F color RGB value is (72,45,31).

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

RGB channels and saturation

R 72 of 255 = 28%
G 45 of 255 = 18%
B 31 of 255 = 12%

72
45
31

R + G + B ~ 19%. #482D1F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 45 + 31 = 148 (100%)
R 72 of 148 ~ 48.65%
G 45 of 148 ~ 30.41%
B 31 of 148 ~ 20.95%

%48.65
%30.41
%20.95

CMYK color model

#482D1F color CMYK value is (0,38,57,72).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 56.94%
  • key color value is 71.76%
CMYK:
(0,38,57,72)
C0M38Y57K72 
(0%,38%,57%,72%)
(0.00/0.38/0.57/0.72)	

CMYK percentages

%0
%37.5
%56.94
%71.76

Codes

Color #482D1F in popluar color models

482D1F
RGB724531
HSL20°39.81%20.20%
HSB/HSV20°56.94%28.24%
CMYK0.00%37.50%56.94%
71.76%

Color #482D1F in popluar number systems.

HEX482D1F
Decimal724531
Binary100100010110111111
Octal1105537

Shades and tints

Shades of #482D1F

#482D1F
(72,45,31)
#42291D
(66,41,29)
#3C251B
(60,37,27)
#362119
(54,33,25)
#301D17
(48,29,23)
#2A1915
(42,25,21)
#241513
(36,21,19)
#1E1111
(30,17,17)
#180D0F
(24,13,15)
#12090D
(18,9,13)
#0C050B
(12,5,11)
#000000
(0,0,0)

Tints of #482D1F

#482D1F
(72,45,31)
#584033
(88,64,51)
#685347
(104,83,71)
#78665B
(120,102,91)
#88796F
(136,121,111)
#988C83
(152,140,131)
#A89F97
(168,159,151)
#B8B2AB
(184,178,171)
#C8C5BF
(200,197,191)
#D8D8D3
(216,216,211)
#E8EBE7
(232,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482D1F; }

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

This text font color is #482D1F.


Background Color

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

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

This div background color is #482D1F.


Border color

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

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

This div border color is #482D1F.


Opacity

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

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

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

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

This text has shadow with #482D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482D1F on black background.


Color preview on white background

This text has color #482D1F on white background.



Black color preview on #482D1F background

This text has black color on #482D1F background.


White color preview on #482D1F background

This text has white color on #482D1F background.