COLOR #480632

HEX: #480632
RGB: (72,6,50)

Color info

#480632 contains mainly red and blue colors. Web safe color of #480632 is #330033 (or #303).

RGB color model

#480632 color RGB value is (72,6,50).

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

RGB channels and saturation

R 72 of 255 = 28%
G 6 of 255 = 2%
B 50 of 255 = 20%

72
6
50

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

Portions of RGB colors in percentages

R + G + B =
72 + 6 + 50 = 128 (100%)
R 72 of 128 ~ 56.25%
G 6 of 128 ~ 4.69%
B 50 of 128 ~ 39.06%

%56.25
%39.06

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 91.67%
  • yellow value is 30.56%
  • key color value is 71.76%
CMYK:
(0,92,31,72)
C0M92Y31K72 
(0%,92%,31%,72%)
(0.00/0.92/0.31/0.72)	

CMYK percentages

%0
%91.67
%30.56
%71.76

Codes

Color #480632 in popluar color models

480632
RGB72650
HSL320°84.62%15.29%
HSB/HSV320°91.67%28.24%
CMYK0.00%91.67%30.56%
71.76%

Color #480632 in popluar number systems.

HEX480632
Decimal72650
Binary1001000110110010
Octal110662

Shades and tints

Shades of #480632

#480632
(72,6,50)
#42062E
(66,6,46)
#3C062A
(60,6,42)
#360626
(54,6,38)
#300622
(48,6,34)
#2A061E
(42,6,30)
#24061A
(36,6,26)
#1E0616
(30,6,22)
#180612
(24,6,18)
#12060E
(18,6,14)
#0C060A
(12,6,10)
#000000
(0,0,0)

Tints of #480632

#480632
(72,6,50)
#581C44
(88,28,68)
#683256
(104,50,86)
#784868
(120,72,104)
#885E7A
(136,94,122)
#98748C
(152,116,140)
#A88A9E
(168,138,158)
#B8A0B0
(184,160,176)
#C8B6C2
(200,182,194)
#D8CCD4
(216,204,212)
#E8E2E6
(232,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480632; }

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

This text font color is #480632.


Background Color

.myBgColor { background-color: #480632; }

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

This div background color is #480632.


Border color

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

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

This div border color is #480632.


Opacity

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

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

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

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

This text has shadow with #480632 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480632 on black background.


Color preview on white background

This text has color #480632 on white background.



Black color preview on #480632 background

This text has black color on #480632 background.


White color preview on #480632 background

This text has white color on #480632 background.