COLOR #482849

HEX: #482849
RGB: (72,40,73)

Color info

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

RGB color model

#482849 color RGB value is (72,40,73).

  • red value is 72;
  • green value is 40;
  • blue value is 73.
RGB:
(72,40,73)
(28%,16%,29%)

RGB channels and saturation

R 72 of 255 = 28%
G 40 of 255 = 16%
B 73 of 255 = 29%

72
40
73

R + G + B ~ 24%. #482849 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 40 + 73 = 185 (100%)
R 72 of 185 ~ 38.92%
G 40 of 185 ~ 21.62%
B 73 of 185 ~ 39.46%

%38.92
%21.62
%39.46

CMYK color model

#482849 color CMYK value is (1,45,0,71).

  • cyan value is 1.37%
  • magenta value is 45.21%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(1,45,0,71)
C1M45Y0K71 
(1%,45%,0%,71%)
(0.01/0.45/0.00/0.71)	

CMYK percentages

%1.37
%45.21
%0
%71.37

Codes

Color #482849 in popluar color models

482849
RGB724073
HSL298°29.20%22.16%
HSB/HSV298°45.21%28.63%
CMYK1.37%45.21%0.00%
71.37%

Color #482849 in popluar number systems.

HEX482849
Decimal724073
Binary10010001010001001001
Octal11050111

Shades and tints

Shades of #482849

#482849
(72,40,73)
#422543
(66,37,67)
#3C223D
(60,34,61)
#361F37
(54,31,55)
#301C31
(48,28,49)
#2A192B
(42,25,43)
#241625
(36,22,37)
#1E131F
(30,19,31)
#181019
(24,16,25)
#120D13
(18,13,19)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #482849

#482849
(72,40,73)
#583B59
(88,59,89)
#684E69
(104,78,105)
#786179
(120,97,121)
#887489
(136,116,137)
#988799
(152,135,153)
#A89AA9
(168,154,169)
#B8ADB9
(184,173,185)
#C8C0C9
(200,192,201)
#D8D3D9
(216,211,217)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482849 color. Also use rgb(72,40,73) instead hex code.

Text Font Color

.myTextColor { color: #482849; }

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

This text font color is #482849.


Background Color

.myBgColor { background-color: #482849; }

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

This div background color is #482849.


Border color

.myBorderColor { border: 1px solid #482849; }

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

This div border color is #482849.


Opacity

.myOpacity80 { color: #482849; opacity: 0.8; }

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

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

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

This text has shadow with #482849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482849 on black background.


Color preview on white background

This text has color #482849 on white background.



Black color preview on #482849 background

This text has black color on #482849 background.


White color preview on #482849 background

This text has white color on #482849 background.