COLOR #480C29

HEX: #480C29
RGB: (72,12,41)

Color info

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

RGB color model

#480C29 color RGB value is (72,12,41).

  • red value is 72;
  • green value is 12;
  • blue value is 41.
RGB:
(72,12,41)
(28%,5%,16%)

RGB channels and saturation

R 72 of 255 = 28%
G 12 of 255 = 5%
B 41 of 255 = 16%

72
12
41

R + G + B ~ 16%. #480C29 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 12 + 41 = 125 (100%)
R 72 of 125 ~ 57.6%
G 12 of 125 ~ 9.6%
B 41 of 125 ~ 32.8%

%57.6
%9.6
%32.8

CMYK color model

#480C29 color CMYK value is (0,83,43,72).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 43.06%
  • key color value is 71.76%
CMYK:
(0,83,43,72)
C0M83Y43K72 
(0%,83%,43%,72%)
(0.00/0.83/0.43/0.72)	

CMYK percentages

%0
%83.33
%43.06
%71.76

Codes

Color #480C29 in popluar color models

480C29
RGB721241
HSL331°71.43%16.47%
HSB/HSV331°83.33%28.24%
CMYK0.00%83.33%43.06%
71.76%

Color #480C29 in popluar number systems.

HEX480C29
Decimal721241
Binary10010001100101001
Octal1101451

Shades and tints

Shades of #480C29

#480C29
(72,12,41)
#420B26
(66,11,38)
#3C0A23
(60,10,35)
#360920
(54,9,32)
#30081D
(48,8,29)
#2A071A
(42,7,26)
#240617
(36,6,23)
#1E0514
(30,5,20)
#180411
(24,4,17)
#12030E
(18,3,14)
#0C020B
(12,2,11)
#000000
(0,0,0)

Tints of #480C29

#480C29
(72,12,41)
#58223C
(88,34,60)
#68384F
(104,56,79)
#784E62
(120,78,98)
#886475
(136,100,117)
#987A88
(152,122,136)
#A8909B
(168,144,155)
#B8A6AE
(184,166,174)
#C8BCC1
(200,188,193)
#D8D2D4
(216,210,212)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480C29 color. Also use rgb(72,12,41) instead hex code.

Text Font Color

.myTextColor { color: #480C29; }

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

This text font color is #480C29.


Background Color

.myBgColor { background-color: #480C29; }

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

This div background color is #480C29.


Border color

.myBorderColor { border: 1px solid #480C29; }

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

This div border color is #480C29.


Opacity

.myOpacity80 { color: #480C29; opacity: 0.8; }

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

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

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

This text has shadow with #480C29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480C29 on black background.


Color preview on white background

This text has color #480C29 on white background.



Black color preview on #480C29 background

This text has black color on #480C29 background.


White color preview on #480C29 background

This text has white color on #480C29 background.