COLOR #482267

HEX: #482267
RGB: (72,34,103)

Color info

#482267 contains mainly red and blue colors. Web safe color of #482267 is #333366 (or #336).

RGB color model

#482267 color RGB value is (72,34,103).

  • red value is 72;
  • green value is 34;
  • blue value is 103.
RGB:
(72,34,103)
(28%,13%,40%)

RGB channels and saturation

R 72 of 255 = 28%
G 34 of 255 = 13%
B 103 of 255 = 40%

72
34
103

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

Portions of RGB colors in percentages

R + G + B =
72 + 34 + 103 = 209 (100%)
R 72 of 209 ~ 34.45%
G 34 of 209 ~ 16.27%
B 103 of 209 ~ 49.28%

%34.45
%16.27
%49.28

CMYK color model

#482267 color CMYK value is (30,67,0,60).

  • cyan value is 30.10%
  • magenta value is 66.99%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(30,67,0,60)
C30M67Y0K60 
(30%,67%,0%,60%)
(0.30/0.67/0.00/0.60)	

CMYK percentages

%30.1
%66.99
%0
%59.61

Codes

Color #482267 in popluar color models

482267
RGB7234103
HSL273°50.36%26.86%
HSB/HSV273°66.99%40.39%
CMYK30.10%66.99%0.00%
59.61%

Color #482267 in popluar number systems.

HEX482267
Decimal7234103
Binary10010001000101100111
Octal11042147

Shades and tints

Shades of #482267

#482267
(72,34,103)
#421F5E
(66,31,94)
#3C1C55
(60,28,85)
#36194C
(54,25,76)
#301643
(48,22,67)
#2A133A
(42,19,58)
#241031
(36,16,49)
#1E0D28
(30,13,40)
#180A1F
(24,10,31)
#120716
(18,7,22)
#0C040D
(12,4,13)
#000000
(0,0,0)

Tints of #482267

#482267
(72,34,103)
#583674
(88,54,116)
#684A81
(104,74,129)
#785E8E
(120,94,142)
#88729B
(136,114,155)
#9886A8
(152,134,168)
#A89AB5
(168,154,181)
#B8AEC2
(184,174,194)
#C8C2CF
(200,194,207)
#D8D6DC
(216,214,220)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #482267 color. Also use rgb(72,34,103) instead hex code.

Text Font Color

.myTextColor { color: #482267; }

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

This text font color is #482267.


Background Color

.myBgColor { background-color: #482267; }

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

This div background color is #482267.


Border color

.myBorderColor { border: 1px solid #482267; }

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

This div border color is #482267.


Opacity

.myOpacity80 { color: #482267; opacity: 0.8; }

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

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

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

This text has shadow with #482267 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #482267 on black background.


Color preview on white background

This text has color #482267 on white background.



Black color preview on #482267 background

This text has black color on #482267 background.


White color preview on #482267 background

This text has white color on #482267 background.