COLOR #482B58

HEX: #482B58
RGB: (72,43,88)

Color info

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

RGB color model

#482B58 color RGB value is (72,43,88).

  • red value is 72;
  • green value is 43;
  • blue value is 88.
RGB:
(72,43,88)
(28%,17%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 43 of 255 = 17%
B 88 of 255 = 35%

72
43
88

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

Portions of RGB colors in percentages

R + G + B =
72 + 43 + 88 = 203 (100%)
R 72 of 203 ~ 35.47%
G 43 of 203 ~ 21.18%
B 88 of 203 ~ 43.35%

%35.47
%21.18
%43.35

CMYK color model

#482B58 color CMYK value is (18,51,0,65).

  • cyan value is 18.18%
  • magenta value is 51.14%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(18,51,0,65)
C18M51Y0K65 
(18%,51%,0%,65%)
(0.18/0.51/0.00/0.65)	

CMYK percentages

%18.18
%51.14
%0
%65.49

Codes

Color #482B58 in popluar color models

482B58
RGB724388
HSL279°34.35%25.69%
HSB/HSV279°51.14%34.51%
CMYK18.18%51.14%0.00%
65.49%

Color #482B58 in popluar number systems.

HEX482B58
Decimal724388
Binary10010001010111011000
Octal11053130

Shades and tints

Shades of #482B58

#482B58
(72,43,88)
#422850
(66,40,80)
#3C2548
(60,37,72)
#362240
(54,34,64)
#301F38
(48,31,56)
#2A1C30
(42,28,48)
#241928
(36,25,40)
#1E1620
(30,22,32)
#181318
(24,19,24)
#121010
(18,16,16)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #482B58

#482B58
(72,43,88)
#583E67
(88,62,103)
#685176
(104,81,118)
#786485
(120,100,133)
#887794
(136,119,148)
#988AA3
(152,138,163)
#A89DB2
(168,157,178)
#B8B0C1
(184,176,193)
#C8C3D0
(200,195,208)
#D8D6DF
(216,214,223)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482B58 color. Also use rgb(72,43,88) instead hex code.

Text Font Color

.myTextColor { color: #482B58; }

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

This text font color is #482B58.


Background Color

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

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

This div background color is #482B58.


Border color

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

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

This div border color is #482B58.


Opacity

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

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

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

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

This text has shadow with #482B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482B58 on black background.


Color preview on white background

This text has color #482B58 on white background.



Black color preview on #482B58 background

This text has black color on #482B58 background.


White color preview on #482B58 background

This text has white color on #482B58 background.