COLOR #481A33

HEX: #481A33
RGB: (72,26,51)

Color info

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

RGB color model

#481A33 color RGB value is (72,26,51).

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

RGB channels and saturation

R 72 of 255 = 28%
G 26 of 255 = 10%
B 51 of 255 = 20%

72
26
51

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

Portions of RGB colors in percentages

R + G + B =
72 + 26 + 51 = 149 (100%)
R 72 of 149 ~ 48.32%
G 26 of 149 ~ 17.45%
B 51 of 149 ~ 34.23%

%48.32
%17.45
%34.23

CMYK color model

#481A33 color CMYK value is (0,64,29,72).

  • cyan value is 0.00%
  • magenta value is 63.89%
  • yellow value is 29.17%
  • key color value is 71.76%
CMYK:
(0,64,29,72)
C0M64Y29K72 
(0%,64%,29%,72%)
(0.00/0.64/0.29/0.72)	

CMYK percentages

%0
%63.89
%29.17
%71.76

Codes

Color #481A33 in popluar color models

481A33
RGB722651
HSL327°46.94%19.22%
HSB/HSV327°63.89%28.24%
CMYK0.00%63.89%29.17%
71.76%

Color #481A33 in popluar number systems.

HEX481A33
Decimal722651
Binary100100011010110011
Octal1103263

Shades and tints

Shades of #481A33

#481A33
(72,26,51)
#42182F
(66,24,47)
#3C162B
(60,22,43)
#361427
(54,20,39)
#301223
(48,18,35)
#2A101F
(42,16,31)
#240E1B
(36,14,27)
#1E0C17
(30,12,23)
#180A13
(24,10,19)
#12080F
(18,8,15)
#0C060B
(12,6,11)
#000000
(0,0,0)

Tints of #481A33

#481A33
(72,26,51)
#582E45
(88,46,69)
#684257
(104,66,87)
#785669
(120,86,105)
#886A7B
(136,106,123)
#987E8D
(152,126,141)
#A8929F
(168,146,159)
#B8A6B1
(184,166,177)
#C8BAC3
(200,186,195)
#D8CED5
(216,206,213)
#E8E2E7
(232,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #481A33; }

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

This text font color is #481A33.


Background Color

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

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

This div background color is #481A33.


Border color

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

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

This div border color is #481A33.


Opacity

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

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

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

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

This text has shadow with #481A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481A33 on black background.


Color preview on white background

This text has color #481A33 on white background.



Black color preview on #481A33 background

This text has black color on #481A33 background.


White color preview on #481A33 background

This text has white color on #481A33 background.