COLOR #481D59

HEX: #481D59
RGB: (72,29,89)

Color info

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

RGB color model

#481D59 color RGB value is (72,29,89).

  • red value is 72;
  • green value is 29;
  • blue value is 89.
RGB:
(72,29,89)
(28%,11%,35%)

RGB channels and saturation

R 72 of 255 = 28%
G 29 of 255 = 11%
B 89 of 255 = 35%

72
29
89

R + G + B ~ 25%. #481D59 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 29 + 89 = 190 (100%)
R 72 of 190 ~ 37.89%
G 29 of 190 ~ 15.26%
B 89 of 190 ~ 46.84%

%37.89
%15.26
%46.84

CMYK color model

#481D59 color CMYK value is (19,67,0,65).

  • cyan value is 19.10%
  • magenta value is 67.42%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(19,67,0,65)
C19M67Y0K65 
(19%,67%,0%,65%)
(0.19/0.67/0.00/0.65)	

CMYK percentages

%19.1
%67.42
%0
%65.1

Codes

Color #481D59 in popluar color models

481D59
RGB722989
HSL283°50.85%23.14%
HSB/HSV283°67.42%34.90%
CMYK19.10%67.42%0.00%
65.10%

Color #481D59 in popluar number systems.

HEX481D59
Decimal722989
Binary1001000111011011001
Octal11035131

Shades and tints

Shades of #481D59

#481D59
(72,29,89)
#421B51
(66,27,81)
#3C1949
(60,25,73)
#361741
(54,23,65)
#301539
(48,21,57)
#2A1331
(42,19,49)
#241129
(36,17,41)
#1E0F21
(30,15,33)
#180D19
(24,13,25)
#120B11
(18,11,17)
#0C0909
(12,9,9)
#000000
(0,0,0)

Tints of #481D59

#481D59
(72,29,89)
#583168
(88,49,104)
#684577
(104,69,119)
#785986
(120,89,134)
#886D95
(136,109,149)
#9881A4
(152,129,164)
#A895B3
(168,149,179)
#B8A9C2
(184,169,194)
#C8BDD1
(200,189,209)
#D8D1E0
(216,209,224)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481D59 color. Also use rgb(72,29,89) instead hex code.

Text Font Color

.myTextColor { color: #481D59; }

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

This text font color is #481D59.


Background Color

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

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

This div background color is #481D59.


Border color

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

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

This div border color is #481D59.


Opacity

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

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

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

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

This text has shadow with #481D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481D59 on black background.


Color preview on white background

This text has color #481D59 on white background.



Black color preview on #481D59 background

This text has black color on #481D59 background.


White color preview on #481D59 background

This text has white color on #481D59 background.