COLOR #481F4D

HEX: #481F4D RGB: (72,31,77)

Color info

#481F4D contains red, green and blue colors in about the same proportion. Web safe color of #481F4D is #333333 (or #333).

RGB color model

#481F4D color RGB value is (72,31,77).

RGB: (72,31,77) (28%, 12%, 30%)

RGB channels and saturation

R 72 of 255 = 28%
G 31 of 255 = 12%
B 77 of 255 = 30%

72
31
77

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

Portions of RGB colors in percentages

R + G + B = 72 + 31 + 77 = 180 (100%)
R 72 of 180 ~ 40%
G 31 of 180 ~ 17.22%
B 77 of 180 ~ 42.78'%

%40
%17.22
%42.78

CMYK color model

#481F4D color CMYK value is (6,60,0,70).

  • cyan value is 6.49%
  • magenta value is 59.74%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (6,60,0,70)
C6M60Y0K70 (6%, 60%, 0%, 70%)
(0.06 / 0.60 / 0.00 / 0.70)

CMYK percentages

%6.49
%59.74
%0
%69.8

Codes

Color #481F4D in popluar color models

48 1F 4D
RGB 72 31 77
HSL 293° 42.59% 21.18%
HSB/HSV 293° 59.74% 30.20%
CMYK 6.49% 59.74% 0.00%
69.80%

Color #481F4D in popluar number systems.

HEX 48 1F 4D
Decimal 72 31 77
Binary 1001000 11111 1001101
Octal 110 37 115

Shades and tints

Shades of #481F4D

#481F4D
(72,31,77)
#421D46
(66,29,70)
#3C1B3F
(60,27,63)
#361938
(54,25,56)
#301731
(48,23,49)
#2A152A
(42,21,42)
#241323
(36,19,35)
#1E111C
(30,17,28)
#180F15
(24,15,21)
#120D0E
(18,13,14)
#0C0B07
(12,11,7)
#000000
(0,0,0)

Tints of #481F4D

#481F4D
(72,31,77)
#58335D
(88,51,93)
#68476D
(104,71,109)
#785B7D
(120,91,125)
#886F8D
(136,111,141)
#98839D
(152,131,157)
#A897AD
(168,151,173)
#B8ABBD
(184,171,189)
#C8BFCD
(200,191,205)
#D8D3DD
(216,211,221)
#E8E7ED
(232,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481F4D color. Also use rgb(72,31,77) instead hex code.

Text Font Color

.myTextColor { color: #481F4D; }

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

This text font color is #481F4D.

Background Color

.myBgColor { background-color: #481F4D; }

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

This div background color is #481F4D.

Border color

.myBorderColor { border: 1px solid #481F4D; }

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

This div border color is #481F4D.

Opacity

.myOpacity80 { color: #481F4D; opacity: 0.8; }

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

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

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

This text has shadow with #481F4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #481F4D.

Preview

Color preview on black background

This text has color #481F4D on black background.


Color preview on white background

This text has color #481F4D on white background.


Black color preview on #481F4D background

This text has black color on #481F4D background.


White color preview on #481F4D background

This text has white color on #481F4D background.


Related colors

Complementary color

Complementary color for #hex is #B7E0B2.


I love getcolorcode.com

Triadic colors

1 #4D481F and #1F4D48 with #481F4D are triadic colors.

2 #4D1F48 and #1F484D with #481F4D are triadic colors.