COLOR #481950

HEX: #481950 RGB: (72,25,80)

Color info

#481950 contains red, green and blue colors in about the same proportion. Web safe color of #481950 is #330066 (or #306).

RGB color model

#481950 color RGB value is (72,25,80).

RGB: (72,25,80) (28%, 10%, 31%)

RGB channels and saturation

R 72 of 255 = 28%
G 25 of 255 = 10%
B 80 of 255 = 31%

72
25
80

R + G + B ~ 23%. #481950 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 25 + 80 = 177 (100%)
R 72 of 177 ~ 40.68%
G 25 of 177 ~ 14.12%
B 80 of 177 ~ 45.2'%

%40.68
%14.12
%45.2

CMYK color model

#481950 color CMYK value is (10,69,0,69).

  • cyan value is 10.00%
  • magenta value is 68.75%
  • yellow value is 0.00%
  • key color value is 68.63%
CMYK: (10,69,0,69) C10M69Y0K69 (10%,69%,0%,69%) (0.10/0.69/0.00/0.69) 

CMYK percentages

%10
%68.75
%0
%68.63

Codes

Color #481950 in popluar color models

48 19 50
RGB 72 25 80
HSL 291° 52.38% 20.59%
HSB/HSV 291° 68.75% 31.37%
CMYK 10.00% 68.75% 0.00%
68.63%

Color #481950 in popluar number systems.

HEX 48 19 50
Decimal 72 25 80
Binary 1001000 11001 1010000
Octal 110 31 120

Shades and tints

Shades of #481950

#481950
(72,25,80)
#421749
(66,23,73)
#3C1542
(60,21,66)
#36133B
(54,19,59)
#301134
(48,17,52)
#2A0F2D
(42,15,45)
#240D26
(36,13,38)
#1E0B1F
(30,11,31)
#180918
(24,9,24)
#120711
(18,7,17)
#0C050A
(12,5,10)
#000000
(0,0,0)

Tints of #481950

#481950
(72,25,80)
#582D5F
(88,45,95)
#68416E
(104,65,110)
#78557D
(120,85,125)
#88698C
(136,105,140)
#987D9B
(152,125,155)
#A891AA
(168,145,170)
#B8A5B9
(184,165,185)
#C8B9C8
(200,185,200)
#D8CDD7
(216,205,215)
#E8E1E6
(232,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481950; }

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

This text font color is #481950.

Background Color

.myBgColor { background-color: #481950; }

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

This div background color is #481950.

Border color

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

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

This div border color is #481950.

Opacity

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

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

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

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

This text has shadow with #481950 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481950.

Preview

Color preview on black background

This text has color #481950 on black background.


Color preview on white background

This text has color #481950 on white background.


Black color preview on #481950 background

This text has black color on #481950 background.


White color preview on #481950 background

This text has white color on #481950 background.


Related colors

Complementary color

Complementary color for #hex is #B7E6AF.


I love getcolorcode.com

Triadic colors

1 #504819 and #195048 with #481950 are triadic colors.

2 #501948 and #194850 with #481950 are triadic colors.