COLOR #481339

HEX: #481339
RGB: (72,19,57)

Color info

#481339 contains red, green and blue colors in about the same proportion. Web safe color of #481339 is #330033 (or #303).

RGB color model

#481339 color RGB value is (72,19,57).

  • red value is 72;
  • green value is 19;
  • blue value is 57.
RGB:
(72,19,57)
(28%,7%,22%)

RGB channels and saturation

R 72 of 255 = 28%
G 19 of 255 = 7%
B 57 of 255 = 22%

72
19
57

R + G + B ~ 19%. #481339 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 19 + 57 = 148 (100%)
R 72 of 148 ~ 48.65%
G 19 of 148 ~ 12.84%
B 57 of 148 ~ 38.51%

%48.65
%12.84
%38.51

CMYK color model

#481339 color CMYK value is (0,74,21,72).

  • cyan value is 0.00%
  • magenta value is 73.61%
  • yellow value is 20.83%
  • key color value is 71.76%
CMYK:
(0,74,21,72)
C0M74Y21K72 
(0%,74%,21%,72%)
(0.00/0.74/0.21/0.72)	

CMYK percentages

%0
%73.61
%20.83
%71.76

Codes

Color #481339 in popluar color models

481339
RGB721957
HSL317°58.24%17.84%
HSB/HSV317°73.61%28.24%
CMYK0.00%73.61%20.83%
71.76%

Color #481339 in popluar number systems.

HEX481339
Decimal721957
Binary100100010011111001
Octal1102371

Shades and tints

Shades of #481339

#481339
(72,19,57)
#421234
(66,18,52)
#3C112F
(60,17,47)
#36102A
(54,16,42)
#300F25
(48,15,37)
#2A0E20
(42,14,32)
#240D1B
(36,13,27)
#1E0C16
(30,12,22)
#180B11
(24,11,17)
#120A0C
(18,10,12)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #481339

#481339
(72,19,57)
#58284B
(88,40,75)
#683D5D
(104,61,93)
#78526F
(120,82,111)
#886781
(136,103,129)
#987C93
(152,124,147)
#A891A5
(168,145,165)
#B8A6B7
(184,166,183)
#C8BBC9
(200,187,201)
#D8D0DB
(216,208,219)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481339 color. Also use rgb(72,19,57) instead hex code.

Text Font Color

.myTextColor { color: #481339; }

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

This text font color is #481339.


Background Color

.myBgColor { background-color: #481339; }

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

This div background color is #481339.


Border color

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

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

This div border color is #481339.


Opacity

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

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

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

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

This text has shadow with #481339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481339 on black background.


Color preview on white background

This text has color #481339 on white background.



Black color preview on #481339 background

This text has black color on #481339 background.


White color preview on #481339 background

This text has white color on #481339 background.