COLOR #481A3F

HEX: #481A3F
RGB: (72,26,63)

Color info

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

RGB color model

#481A3F color RGB value is (72,26,63).

  • red value is 72;
  • green value is 26;
  • blue value is 63.
RGB:
(72,26,63)
(28%,10%,25%)

RGB channels and saturation

R 72 of 255 = 28%
G 26 of 255 = 10%
B 63 of 255 = 25%

72
26
63

R + G + B ~ 21%. #481A3F is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 26 + 63 = 161 (100%)
R 72 of 161 ~ 44.72%
G 26 of 161 ~ 16.15%
B 63 of 161 ~ 39.13%

%44.72
%16.15
%39.13

CMYK color model

#481A3F color CMYK value is (0,64,13,72).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 12.50%
  • key color value is 71.76%
CMYK:
(0,64,13,72)
C0M64Y13K72 
(0%,64%,13%,72%)
(0.00/0.64/0.13/0.72)	

CMYK percentages

%0
%63.89
%12.5
%71.76

Codes

Color #481A3F in popluar color models

481A3F
RGB722663
HSL312°46.94%19.22%
HSB/HSV312°63.89%28.24%
CMYK0.00%63.89%12.50%
71.76%

Color #481A3F in popluar number systems.

HEX481A3F
Decimal722663
Binary100100011010111111
Octal1103277

Shades and tints

Shades of #481A3F

#481A3F
(72,26,63)
#42183A
(66,24,58)
#3C1635
(60,22,53)
#361430
(54,20,48)
#30122B
(48,18,43)
#2A1026
(42,16,38)
#240E21
(36,14,33)
#1E0C1C
(30,12,28)
#180A17
(24,10,23)
#120812
(18,8,18)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #481A3F

#481A3F
(72,26,63)
#582E50
(88,46,80)
#684261
(104,66,97)
#785672
(120,86,114)
#886A83
(136,106,131)
#987E94
(152,126,148)
#A892A5
(168,146,165)
#B8A6B6
(184,166,182)
#C8BAC7
(200,186,199)
#D8CED8
(216,206,216)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481A3F color. Also use rgb(72,26,63) instead hex code.

Text Font Color

.myTextColor { color: #481A3F; }

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

This text font color is #481A3F.


Background Color

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

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

This div background color is #481A3F.


Border color

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

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

This div border color is #481A3F.


Opacity

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

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

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

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

This text has shadow with #481A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481A3F on black background.


Color preview on white background

This text has color #481A3F on white background.



Black color preview on #481A3F background

This text has black color on #481A3F background.


White color preview on #481A3F background

This text has white color on #481A3F background.