COLOR #482E57

HEX: #482E57
RGB: (72,46,87)

Color info

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

RGB color model

#482E57 color RGB value is (72,46,87).

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

RGB channels and saturation

R 72 of 255 = 28%
G 46 of 255 = 18%
B 87 of 255 = 34%

72
46
87

R + G + B ~ 27%. #482E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 46 + 87 = 205 (100%)
R 72 of 205 ~ 35.12%
G 46 of 205 ~ 22.44%
B 87 of 205 ~ 42.44%

%35.12
%22.44
%42.44

CMYK color model

#482E57 color CMYK value is (17,47,0,66).

  • cyan value is 17.24%
  • magenta value is 47.13%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(17,47,0,66)
C17M47Y0K66 
(17%,47%,0%,66%)
(0.17/0.47/0.00/0.66)	

CMYK percentages

%17.24
%47.13
%0
%65.88

Codes

Color #482E57 in popluar color models

482E57
RGB724687
HSL278°30.83%26.08%
HSB/HSV278°47.13%34.12%
CMYK17.24%47.13%0.00%
65.88%

Color #482E57 in popluar number systems.

HEX482E57
Decimal724687
Binary10010001011101010111
Octal11056127

Shades and tints

Shades of #482E57

#482E57
(72,46,87)
#422A50
(66,42,80)
#3C2649
(60,38,73)
#362242
(54,34,66)
#301E3B
(48,30,59)
#2A1A34
(42,26,52)
#24162D
(36,22,45)
#1E1226
(30,18,38)
#180E1F
(24,14,31)
#120A18
(18,10,24)
#0C0611
(12,6,17)
#000000
(0,0,0)

Tints of #482E57

#482E57
(72,46,87)
#584166
(88,65,102)
#685475
(104,84,117)
#786784
(120,103,132)
#887A93
(136,122,147)
#988DA2
(152,141,162)
#A8A0B1
(168,160,177)
#B8B3C0
(184,179,192)
#C8C6CF
(200,198,207)
#D8D9DE
(216,217,222)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482E57; }

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

This text font color is #482E57.


Background Color

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

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

This div background color is #482E57.


Border color

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

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

This div border color is #482E57.


Opacity

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

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

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

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

This text has shadow with #482E57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482E57 on black background.


Color preview on white background

This text has color #482E57 on white background.



Black color preview on #482E57 background

This text has black color on #482E57 background.


White color preview on #482E57 background

This text has white color on #482E57 background.