COLOR #480721

HEX: #480721 RGB: (72,7,33)

Color info

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

RGB color model

#480721 color RGB value is (72,7,33).

RGB: (72,7,33) (28%, 3%, 13%)

RGB channels and saturation

R 72 of 255 = 28%
G 7 of 255 = 3%
B 33 of 255 = 13%

72
7
33

R + G + B ~ 15%. #480721 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 7 + 33 = 112 (100%)
R 72 of 112 ~ 64.29%
G 7 of 112 ~ 6.25%
B 33 of 112 ~ 29.46'%

%64.29
%29.46

CMYK color model

#480721 color CMYK value is (0,90,54,72).

  • cyan value is 0.00%
  • magenta value is 90.28%
  • yellow value is 54.17%
  • key color value is 71.76%

CMYK: (0,90,54,72)
C0M90Y54K72 (0%, 90%, 54%, 72%)
(0.00 / 0.90 / 0.54 / 0.72)

CMYK percentages

%0
%90.28
%54.17
%71.76

Codes

Color #480721 in popluar color models

48 07 21
RGB 72 7 33
HSL 336° 82.28% 15.49%
HSB/HSV 336° 90.28% 28.24%
CMYK 0.00% 90.28% 54.17%
71.76%

Color #480721 in popluar number systems.

HEX 48 07 21
Decimal 72 7 33
Binary 1001000 111 100001
Octal 110 7 41

Shades and tints

Shades of #480721

#480721
(72,7,33)
#42071E
(66,7,30)
#3C071B
(60,7,27)
#360718
(54,7,24)
#300715
(48,7,21)
#2A0712
(42,7,18)
#24070F
(36,7,15)
#1E070C
(30,7,12)
#180709
(24,7,9)
#120706
(18,7,6)
#0C0703
(12,7,3)
#000000
(0,0,0)

Tints of #480721

#480721
(72,7,33)
#581D35
(88,29,53)
#683349
(104,51,73)
#78495D
(120,73,93)
#885F71
(136,95,113)
#987585
(152,117,133)
#A88B99
(168,139,153)
#B8A1AD
(184,161,173)
#C8B7C1
(200,183,193)
#D8CDD5
(216,205,213)
#E8E3E9
(232,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480721 color. Also use rgb(72,7,33) instead hex code.

Text Font Color

.myTextColor { color: #480721; }

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

This text font color is #480721.

Background Color

.myBgColor { background-color: #480721; }

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

This div background color is #480721.

Border color

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

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

This div border color is #480721.

Opacity

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

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

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

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

This text has shadow with #480721 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #480721.

Preview

Color preview on black background

This text has color #480721 on black background.


Color preview on white background

This text has color #480721 on white background.


Black color preview on #480721 background

This text has black color on #480721 background.


White color preview on #480721 background

This text has white color on #480721 background.


Related colors

Complementary color

Complementary color for #hex is #B7F8DE.


I love getcolorcode.com

Triadic colors

1 #214807 and #072148 with #480721 are triadic colors.

2 #210748 and #074821 with #480721 are triadic colors.