COLOR #482D61

HEX: #482D61
RGB: (72,45,97)

Color info

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

RGB color model

#482D61 color RGB value is (72,45,97).

  • red value is 72;
  • green value is 45;
  • blue value is 97.
RGB:
(72,45,97)
(28%,18%,38%)

RGB channels and saturation

R 72 of 255 = 28%
G 45 of 255 = 18%
B 97 of 255 = 38%

72
45
97

R + G + B ~ 28%. #482D61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 45 + 97 = 214 (100%)
R 72 of 214 ~ 33.64%
G 45 of 214 ~ 21.03%
B 97 of 214 ~ 45.33%

%33.64
%21.03
%45.33

CMYK color model

#482D61 color CMYK value is (26,54,0,62).

  • cyan value is 25.77%
  • magenta value is 53.61%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(26,54,0,62)
C26M54Y0K62 
(26%,54%,0%,62%)
(0.26/0.54/0.00/0.62)	

CMYK percentages

%25.77
%53.61
%0
%61.96

Codes

Color #482D61 in popluar color models

482D61
RGB724597
HSL271°36.62%27.84%
HSB/HSV271°53.61%38.04%
CMYK25.77%53.61%0.00%
61.96%

Color #482D61 in popluar number systems.

HEX482D61
Decimal724597
Binary10010001011011100001
Octal11055141

Shades and tints

Shades of #482D61

#482D61
(72,45,97)
#422959
(66,41,89)
#3C2551
(60,37,81)
#362149
(54,33,73)
#301D41
(48,29,65)
#2A1939
(42,25,57)
#241531
(36,21,49)
#1E1129
(30,17,41)
#180D21
(24,13,33)
#120919
(18,9,25)
#0C0511
(12,5,17)
#000000
(0,0,0)

Tints of #482D61

#482D61
(72,45,97)
#58406F
(88,64,111)
#68537D
(104,83,125)
#78668B
(120,102,139)
#887999
(136,121,153)
#988CA7
(152,140,167)
#A89FB5
(168,159,181)
#B8B2C3
(184,178,195)
#C8C5D1
(200,197,209)
#D8D8DF
(216,216,223)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482D61 color. Also use rgb(72,45,97) instead hex code.

Text Font Color

.myTextColor { color: #482D61; }

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

This text font color is #482D61.


Background Color

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

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

This div background color is #482D61.


Border color

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

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

This div border color is #482D61.


Opacity

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

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

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

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

This text has shadow with #482D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482D61 on black background.


Color preview on white background

This text has color #482D61 on white background.



Black color preview on #482D61 background

This text has black color on #482D61 background.


White color preview on #482D61 background

This text has white color on #482D61 background.