COLOR #482E61

HEX: #482E61
RGB: (72,46,97)

Color info

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

RGB color model

#482E61 color RGB value is (72,46,97).

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

RGB channels and saturation

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

72
46
97

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

Portions of RGB colors in percentages

R + G + B =
72 + 46 + 97 = 215 (100%)
R 72 of 215 ~ 33.49%
G 46 of 215 ~ 21.4%
B 97 of 215 ~ 45.12%

%33.49
%21.4
%45.12

CMYK color model

#482E61 color CMYK value is (26,53,0,62).

  • cyan value is 25.77%
  • magenta value is 52.58%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(26,53,0,62)
C26M53Y0K62 
(26%,53%,0%,62%)
(0.26/0.53/0.00/0.62)	

CMYK percentages

%25.77
%52.58
%0
%61.96

Codes

Color #482E61 in popluar color models

482E61
RGB724697
HSL271°35.66%28.04%
HSB/HSV271°52.58%38.04%
CMYK25.77%52.58%0.00%
61.96%

Color #482E61 in popluar number systems.

HEX482E61
Decimal724697
Binary10010001011101100001
Octal11056141

Shades and tints

Shades of #482E61

#482E61
(72,46,97)
#422A59
(66,42,89)
#3C2651
(60,38,81)
#362249
(54,34,73)
#301E41
(48,30,65)
#2A1A39
(42,26,57)
#241631
(36,22,49)
#1E1229
(30,18,41)
#180E21
(24,14,33)
#120A19
(18,10,25)
#0C0611
(12,6,17)
#000000
(0,0,0)

Tints of #482E61

#482E61
(72,46,97)
#58416F
(88,65,111)
#68547D
(104,84,125)
#78678B
(120,103,139)
#887A99
(136,122,153)
#988DA7
(152,141,167)
#A8A0B5
(168,160,181)
#B8B3C3
(184,179,195)
#C8C6D1
(200,198,209)
#D8D9DF
(216,217,223)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #482E61; }

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

This text font color is #482E61.


Background Color

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

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

This div background color is #482E61.


Border color

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

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

This div border color is #482E61.


Opacity

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

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

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

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

This text has shadow with #482E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482E61 on black background.


Color preview on white background

This text has color #482E61 on white background.



Black color preview on #482E61 background

This text has black color on #482E61 background.


White color preview on #482E61 background

This text has white color on #482E61 background.