COLOR #482E31

HEX: #482E31
RGB: (72,46,49)

Color info

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

RGB color model

#482E31 color RGB value is (72,46,49).

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

RGB channels and saturation

R 72 of 255 = 28%
G 46 of 255 = 18%
B 49 of 255 = 19%

72
46
49

R + G + B ~ 22%. #482E31 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 46 + 49 = 167 (100%)
R 72 of 167 ~ 43.11%
G 46 of 167 ~ 27.54%
B 49 of 167 ~ 29.34%

%43.11
%27.54
%29.34

CMYK color model

#482E31 color CMYK value is (0,36,32,72).

  • cyan value is 0.00%
  • magenta value is 36.11%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(0,36,32,72)
C0M36Y32K72 
(0%,36%,32%,72%)
(0.00/0.36/0.32/0.72)	

CMYK percentages

%0
%36.11
%31.94
%71.76

Codes

Color #482E31 in popluar color models

482E31
RGB724649
HSL353°22.03%23.14%
HSB/HSV353°36.11%28.24%
CMYK0.00%36.11%31.94%
71.76%

Color #482E31 in popluar number systems.

HEX482E31
Decimal724649
Binary1001000101110110001
Octal1105661

Shades and tints

Shades of #482E31

#482E31
(72,46,49)
#422A2D
(66,42,45)
#3C2629
(60,38,41)
#362225
(54,34,37)
#301E21
(48,30,33)
#2A1A1D
(42,26,29)
#241619
(36,22,25)
#1E1215
(30,18,21)
#180E11
(24,14,17)
#120A0D
(18,10,13)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #482E31

#482E31
(72,46,49)
#584143
(88,65,67)
#685455
(104,84,85)
#786767
(120,103,103)
#887A79
(136,122,121)
#988D8B
(152,141,139)
#A8A09D
(168,160,157)
#B8B3AF
(184,179,175)
#C8C6C1
(200,198,193)
#D8D9D3
(216,217,211)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482E31; }

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

This text font color is #482E31.


Background Color

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

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

This div background color is #482E31.


Border color

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

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

This div border color is #482E31.


Opacity

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

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

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

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

This text has shadow with #482E31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482E31 on black background.


Color preview on white background

This text has color #482E31 on white background.



Black color preview on #482E31 background

This text has black color on #482E31 background.


White color preview on #482E31 background

This text has white color on #482E31 background.