COLOR #482040

HEX: #482040
RGB: (72,32,64)

Color info

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

RGB color model

#482040 color RGB value is (72,32,64).

  • red value is 72;
  • green value is 32;
  • blue value is 64.
RGB:
(72,32,64)
(28%,13%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 32 of 255 = 13%
B 64 of 255 = 25%

72
32
64

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

Portions of RGB colors in percentages

R + G + B =
72 + 32 + 64 = 168 (100%)
R 72 of 168 ~ 42.86%
G 32 of 168 ~ 19.05%
B 64 of 168 ~ 38.1%

%42.86
%19.05
%38.1

CMYK color model

#482040 color CMYK value is (0,56,11,72).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 11.11%
  • key color value is 71.76%
CMYK:
(0,56,11,72)
C0M56Y11K72 
(0%,56%,11%,72%)
(0.00/0.56/0.11/0.72)	

CMYK percentages

%0
%55.56
%11.11
%71.76

Codes

Color #482040 in popluar color models

482040
RGB723264
HSL312°38.46%20.39%
HSB/HSV312°55.56%28.24%
CMYK0.00%55.56%11.11%
71.76%

Color #482040 in popluar number systems.

HEX482040
Decimal723264
Binary10010001000001000000
Octal11040100

Shades and tints

Shades of #482040

#482040
(72,32,64)
#421E3B
(66,30,59)
#3C1C36
(60,28,54)
#361A31
(54,26,49)
#30182C
(48,24,44)
#2A1627
(42,22,39)
#241422
(36,20,34)
#1E121D
(30,18,29)
#181018
(24,16,24)
#120E13
(18,14,19)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #482040

#482040
(72,32,64)
#583451
(88,52,81)
#684862
(104,72,98)
#785C73
(120,92,115)
#887084
(136,112,132)
#988495
(152,132,149)
#A898A6
(168,152,166)
#B8ACB7
(184,172,183)
#C8C0C8
(200,192,200)
#D8D4D9
(216,212,217)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482040 color. Also use rgb(72,32,64) instead hex code.

Text Font Color

.myTextColor { color: #482040; }

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

This text font color is #482040.


Background Color

.myBgColor { background-color: #482040; }

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

This div background color is #482040.


Border color

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

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

This div border color is #482040.


Opacity

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

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

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

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

This text has shadow with #482040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482040 on black background.


Color preview on white background

This text has color #482040 on white background.



Black color preview on #482040 background

This text has black color on #482040 background.


White color preview on #482040 background

This text has white color on #482040 background.