COLOR #482554

HEX: #482554
RGB: (72,37,84)

Color info

#482554 contains red, green and blue colors in about the same proportion. Web safe color of #482554 is #333366 (or #336).

RGB color model

#482554 color RGB value is (72,37,84).

  • red value is 72;
  • green value is 37;
  • blue value is 84.
RGB:
(72,37,84)
(28%,15%,33%)

RGB channels and saturation

R 72 of 255 = 28%
G 37 of 255 = 15%
B 84 of 255 = 33%

72
37
84

R + G + B ~ 25%. #482554 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 37 + 84 = 193 (100%)
R 72 of 193 ~ 37.31%
G 37 of 193 ~ 19.17%
B 84 of 193 ~ 43.52%

%37.31
%19.17
%43.52

CMYK color model

#482554 color CMYK value is (14,56,0,67).

  • cyan value is 14.29%
  • magenta value is 55.95%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(14,56,0,67)
C14M56Y0K67 
(14%,56%,0%,67%)
(0.14/0.56/0.00/0.67)	

CMYK percentages

%14.29
%55.95
%0
%67.06

Codes

Color #482554 in popluar color models

482554
RGB723784
HSL285°38.84%23.73%
HSB/HSV285°55.95%32.94%
CMYK14.29%55.95%0.00%
67.06%

Color #482554 in popluar number systems.

HEX482554
Decimal723784
Binary10010001001011010100
Octal11045124

Shades and tints

Shades of #482554

#482554
(72,37,84)
#42224D
(66,34,77)
#3C1F46
(60,31,70)
#361C3F
(54,28,63)
#301938
(48,25,56)
#2A1631
(42,22,49)
#24132A
(36,19,42)
#1E1023
(30,16,35)
#180D1C
(24,13,28)
#120A15
(18,10,21)
#0C070E
(12,7,14)
#000000
(0,0,0)

Tints of #482554

#482554
(72,37,84)
#583863
(88,56,99)
#684B72
(104,75,114)
#785E81
(120,94,129)
#887190
(136,113,144)
#98849F
(152,132,159)
#A897AE
(168,151,174)
#B8AABD
(184,170,189)
#C8BDCC
(200,189,204)
#D8D0DB
(216,208,219)
#E8E3EA
(232,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482554 color. Also use rgb(72,37,84) instead hex code.

Text Font Color

.myTextColor { color: #482554; }

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

This text font color is #482554.


Background Color

.myBgColor { background-color: #482554; }

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

This div background color is #482554.


Border color

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

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

This div border color is #482554.


Opacity

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

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

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

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

This text has shadow with #482554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482554 on black background.


Color preview on white background

This text has color #482554 on white background.



Black color preview on #482554 background

This text has black color on #482554 background.


White color preview on #482554 background

This text has white color on #482554 background.