COLOR #482E21

HEX: #482E21
RGB: (72,46,33)

Color info

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

RGB color model

#482E21 color RGB value is (72,46,33).

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

RGB channels and saturation

R 72 of 255 = 28%
G 46 of 255 = 18%
B 33 of 255 = 13%

72
46
33

R + G + B ~ 20%. #482E21 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 46 + 33 = 151 (100%)
R 72 of 151 ~ 47.68%
G 46 of 151 ~ 30.46%
B 33 of 151 ~ 21.85%

%47.68
%30.46
%21.85

CMYK color model

#482E21 color CMYK value is (0,36,54,72).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 54.17%
  • key color value is 71.76%
CMYK:
(0,36,54,72)
C0M36Y54K72 
(0%,36%,54%,72%)
(0.00/0.36/0.54/0.72)	

CMYK percentages

%0
%36.11
%54.17
%71.76

Codes

Color #482E21 in popluar color models

482E21
RGB724633
HSL20°37.14%20.59%
HSB/HSV20°54.17%28.24%
CMYK0.00%36.11%54.17%
71.76%

Color #482E21 in popluar number systems.

HEX482E21
Decimal724633
Binary1001000101110100001
Octal1105641

Shades and tints

Shades of #482E21

#482E21
(72,46,33)
#422A1E
(66,42,30)
#3C261B
(60,38,27)
#362218
(54,34,24)
#301E15
(48,30,21)
#2A1A12
(42,26,18)
#24160F
(36,22,15)
#1E120C
(30,18,12)
#180E09
(24,14,9)
#120A06
(18,10,6)
#0C0603
(12,6,3)
#000000
(0,0,0)

Tints of #482E21

#482E21
(72,46,33)
#584135
(88,65,53)
#685449
(104,84,73)
#78675D
(120,103,93)
#887A71
(136,122,113)
#988D85
(152,141,133)
#A8A099
(168,160,153)
#B8B3AD
(184,179,173)
#C8C6C1
(200,198,193)
#D8D9D5
(216,217,213)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482E21 color. Also use rgb(72,46,33) instead hex code.

Text Font Color

.myTextColor { color: #482E21; }

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

This text font color is #482E21.


Background Color

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

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

This div background color is #482E21.


Border color

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

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

This div border color is #482E21.


Opacity

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

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

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

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

This text has shadow with #482E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482E21 on black background.


Color preview on white background

This text has color #482E21 on white background.



Black color preview on #482E21 background

This text has black color on #482E21 background.


White color preview on #482E21 background

This text has white color on #482E21 background.