COLOR #482B5B

HEX: #482B5B RGB: (72,43,91)

Color info

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

RGB color model

#482B5B color RGB value is (72,43,91).

RGB: (72,43,91) (28%, 17%, 36%)

RGB channels and saturation

R 72 of 255 = 28%
G 43 of 255 = 17%
B 91 of 255 = 36%

72
43
91

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

Portions of RGB colors in percentages

R + G + B = 72 + 43 + 91 = 206 (100%)
R 72 of 206 ~ 34.95%
G 43 of 206 ~ 20.87%
B 91 of 206 ~ 44.17'%

%34.95
%20.87
%44.17

CMYK color model

#482B5B color CMYK value is (21,53,0,64).

  • cyan value is 20.88%
  • magenta value is 52.75%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (21,53,0,64)
C21M53Y0K64 (21%, 53%, 0%, 64%)
(0.21 / 0.53 / 0.00 / 0.64)

CMYK percentages

%20.88
%52.75
%0
%64.31

Codes

Color #482B5B in popluar color models

48 2B 5B
RGB 72 43 91
HSL 276° 35.82% 26.27%
HSB/HSV 276° 52.75% 35.69%
CMYK 20.88% 52.75% 0.00%
64.31%

Color #482B5B in popluar number systems.

HEX 48 2B 5B
Decimal 72 43 91
Binary 1001000 101011 1011011
Octal 110 53 133

Shades and tints

Shades of #482B5B

#482B5B
(72,43,91)
#422853
(66,40,83)
#3C254B
(60,37,75)
#362243
(54,34,67)
#301F3B
(48,31,59)
#2A1C33
(42,28,51)
#24192B
(36,25,43)
#1E1623
(30,22,35)
#18131B
(24,19,27)
#121013
(18,16,19)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #482B5B

#482B5B
(72,43,91)
#583E69
(88,62,105)
#685177
(104,81,119)
#786485
(120,100,133)
#887793
(136,119,147)
#988AA1
(152,138,161)
#A89DAF
(168,157,175)
#B8B0BD
(184,176,189)
#C8C3CB
(200,195,203)
#D8D6D9
(216,214,217)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482B5B; }

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

This text font color is #482B5B.

Background Color

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

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

This div background color is #482B5B.

Border color

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

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

This div border color is #482B5B.

Opacity

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

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

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

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

This text has shadow with #482B5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #482B5B.

Preview

Color preview on black background

This text has color #482B5B on black background.


Color preview on white background

This text has color #482B5B on white background.


Black color preview on #482B5B background

This text has black color on #482B5B background.


White color preview on #482B5B background

This text has white color on #482B5B background.


Related colors

Complementary color

Complementary color for #hex is #B7D4A4.


I love getcolorcode.com

Triadic colors

1 #5B482B and #2B5B48 with #482B5B are triadic colors.

2 #5B2B48 and #2B485B with #482B5B are triadic colors.