COLOR #481957

HEX: #481957
RGB: (72,25,87)

Color info

#481957 contains mainly red and blue colors. Web safe color of #481957 is #330066 (or #306).

RGB color model

#481957 color RGB value is (72,25,87).

  • red value is 72;
  • green value is 25;
  • blue value is 87.
RGB:
(72,25,87)
(28%,10%,34%)

RGB channels and saturation

R 72 of 255 = 28%
G 25 of 255 = 10%
B 87 of 255 = 34%

72
25
87

R + G + B ~ 24%. #481957 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 25 + 87 = 184 (100%)
R 72 of 184 ~ 39.13%
G 25 of 184 ~ 13.59%
B 87 of 184 ~ 47.28%

%39.13
%13.59
%47.28

CMYK color model

#481957 color CMYK value is (17,71,0,66).

  • cyan value is 17.24%
  • magenta value is 71.26%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(17,71,0,66)
C17M71Y0K66 
(17%,71%,0%,66%)
(0.17/0.71/0.00/0.66)	

CMYK percentages

%17.24
%71.26
%0
%65.88

Codes

Color #481957 in popluar color models

481957
RGB722587
HSL285°55.36%21.96%
HSB/HSV285°71.26%34.12%
CMYK17.24%71.26%0.00%
65.88%

Color #481957 in popluar number systems.

HEX481957
Decimal722587
Binary1001000110011010111
Octal11031127

Shades and tints

Shades of #481957

#481957
(72,25,87)
#421750
(66,23,80)
#3C1549
(60,21,73)
#361342
(54,19,66)
#30113B
(48,17,59)
#2A0F34
(42,15,52)
#240D2D
(36,13,45)
#1E0B26
(30,11,38)
#18091F
(24,9,31)
#120718
(18,7,24)
#0C0511
(12,5,17)
#000000
(0,0,0)

Tints of #481957

#481957
(72,25,87)
#582D66
(88,45,102)
#684175
(104,65,117)
#785584
(120,85,132)
#886993
(136,105,147)
#987DA2
(152,125,162)
#A891B1
(168,145,177)
#B8A5C0
(184,165,192)
#C8B9CF
(200,185,207)
#D8CDDE
(216,205,222)
#E8E1ED
(232,225,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481957 color. Also use rgb(72,25,87) instead hex code.

Text Font Color

.myTextColor { color: #481957; }

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

This text font color is #481957.


Background Color

.myBgColor { background-color: #481957; }

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

This div background color is #481957.


Border color

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

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

This div border color is #481957.


Opacity

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

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

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

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

This text has shadow with #481957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481957 on black background.


Color preview on white background

This text has color #481957 on white background.



Black color preview on #481957 background

This text has black color on #481957 background.


White color preview on #481957 background

This text has white color on #481957 background.