COLOR #481329

HEX: #481329
RGB: (72,19,41)

Color info

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

RGB color model

#481329 color RGB value is (72,19,41).

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

RGB channels and saturation

R 72 of 255 = 28%
G 19 of 255 = 7%
B 41 of 255 = 16%

72
19
41

R + G + B ~ 17%. #481329 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 19 + 41 = 132 (100%)
R 72 of 132 ~ 54.55%
G 19 of 132 ~ 14.39%
B 41 of 132 ~ 31.06%

%54.55
%14.39
%31.06

CMYK color model

#481329 color CMYK value is (0,74,43,72).

  • cyan value is 0.00%
  • magenta value is 73.61%
  • yellow value is 43.06%
  • key color value is 71.76%
CMYK:
(0,74,43,72)
C0M74Y43K72 
(0%,74%,43%,72%)
(0.00/0.74/0.43/0.72)	

CMYK percentages

%0
%73.61
%43.06
%71.76

Codes

Color #481329 in popluar color models

481329
RGB721941
HSL335°58.24%17.84%
HSB/HSV335°73.61%28.24%
CMYK0.00%73.61%43.06%
71.76%

Color #481329 in popluar number systems.

HEX481329
Decimal721941
Binary100100010011101001
Octal1102351

Shades and tints

Shades of #481329

#481329
(72,19,41)
#421226
(66,18,38)
#3C1123
(60,17,35)
#361020
(54,16,32)
#300F1D
(48,15,29)
#2A0E1A
(42,14,26)
#240D17
(36,13,23)
#1E0C14
(30,12,20)
#180B11
(24,11,17)
#120A0E
(18,10,14)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #481329

#481329
(72,19,41)
#58283C
(88,40,60)
#683D4F
(104,61,79)
#785262
(120,82,98)
#886775
(136,103,117)
#987C88
(152,124,136)
#A8919B
(168,145,155)
#B8A6AE
(184,166,174)
#C8BBC1
(200,187,193)
#D8D0D4
(216,208,212)
#E8E5E7
(232,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481329; }

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

This text font color is #481329.


Background Color

.myBgColor { background-color: #481329; }

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

This div background color is #481329.


Border color

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

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

This div border color is #481329.


Opacity

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

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

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

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

This text has shadow with #481329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481329 on black background.


Color preview on white background

This text has color #481329 on white background.



Black color preview on #481329 background

This text has black color on #481329 background.


White color preview on #481329 background

This text has white color on #481329 background.