COLOR #481432

HEX: #481432
RGB: (72,20,50)

Color info

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

RGB color model

#481432 color RGB value is (72,20,50).

  • red value is 72;
  • green value is 20;
  • blue value is 50.
RGB:
(72,20,50)
(28%,8%,20%)

RGB channels and saturation

R 72 of 255 = 28%
G 20 of 255 = 8%
B 50 of 255 = 20%

72
20
50

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

Portions of RGB colors in percentages

R + G + B =
72 + 20 + 50 = 142 (100%)
R 72 of 142 ~ 50.7%
G 20 of 142 ~ 14.08%
B 50 of 142 ~ 35.21%

%50.7
%14.08
%35.21

CMYK color model

#481432 color CMYK value is (0,72,31,72).

  • cyan value is 0.00%
  • magenta value is 72.22%
  • yellow value is 30.56%
  • key color value is 71.76%
CMYK:
(0,72,31,72)
C0M72Y31K72 
(0%,72%,31%,72%)
(0.00/0.72/0.31/0.72)	

CMYK percentages

%0
%72.22
%30.56
%71.76

Codes

Color #481432 in popluar color models

481432
RGB722050
HSL325°56.52%18.04%
HSB/HSV325°72.22%28.24%
CMYK0.00%72.22%30.56%
71.76%

Color #481432 in popluar number systems.

HEX481432
Decimal722050
Binary100100010100110010
Octal1102462

Shades and tints

Shades of #481432

#481432
(72,20,50)
#42132E
(66,19,46)
#3C122A
(60,18,42)
#361126
(54,17,38)
#301022
(48,16,34)
#2A0F1E
(42,15,30)
#240E1A
(36,14,26)
#1E0D16
(30,13,22)
#180C12
(24,12,18)
#120B0E
(18,11,14)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #481432

#481432
(72,20,50)
#582944
(88,41,68)
#683E56
(104,62,86)
#785368
(120,83,104)
#88687A
(136,104,122)
#987D8C
(152,125,140)
#A8929E
(168,146,158)
#B8A7B0
(184,167,176)
#C8BCC2
(200,188,194)
#D8D1D4
(216,209,212)
#E8E6E6
(232,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #481432 color. Also use rgb(72,20,50) instead hex code.

Text Font Color

.myTextColor { color: #481432; }

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

This text font color is #481432.


Background Color

.myBgColor { background-color: #481432; }

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

This div background color is #481432.


Border color

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

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

This div border color is #481432.


Opacity

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

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

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

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

This text has shadow with #481432 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #481432 on black background.


Color preview on white background

This text has color #481432 on white background.



Black color preview on #481432 background

This text has black color on #481432 background.


White color preview on #481432 background

This text has white color on #481432 background.