COLOR #480C31

HEX: #480C31
RGB: (72,12,49)

Color info

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

RGB color model

#480C31 color RGB value is (72,12,49).

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

RGB channels and saturation

R 72 of 255 = 28%
G 12 of 255 = 5%
B 49 of 255 = 19%

72
12
49

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

Portions of RGB colors in percentages

R + G + B =
72 + 12 + 49 = 133 (100%)
R 72 of 133 ~ 54.14%
G 12 of 133 ~ 9.02%
B 49 of 133 ~ 36.84%

%54.14
%36.84

CMYK color model

#480C31 color CMYK value is (0,83,32,72).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 31.94%
  • key color value is 71.76%
CMYK:
(0,83,32,72)
C0M83Y32K72 
(0%,83%,32%,72%)
(0.00/0.83/0.32/0.72)	

CMYK percentages

%0
%83.33
%31.94
%71.76

Codes

Color #480C31 in popluar color models

480C31
RGB721249
HSL323°71.43%16.47%
HSB/HSV323°83.33%28.24%
CMYK0.00%83.33%31.94%
71.76%

Color #480C31 in popluar number systems.

HEX480C31
Decimal721249
Binary10010001100110001
Octal1101461

Shades and tints

Shades of #480C31

#480C31
(72,12,49)
#420B2D
(66,11,45)
#3C0A29
(60,10,41)
#360925
(54,9,37)
#300821
(48,8,33)
#2A071D
(42,7,29)
#240619
(36,6,25)
#1E0515
(30,5,21)
#180411
(24,4,17)
#12030D
(18,3,13)
#0C0209
(12,2,9)
#000000
(0,0,0)

Tints of #480C31

#480C31
(72,12,49)
#582243
(88,34,67)
#683855
(104,56,85)
#784E67
(120,78,103)
#886479
(136,100,121)
#987A8B
(152,122,139)
#A8909D
(168,144,157)
#B8A6AF
(184,166,175)
#C8BCC1
(200,188,193)
#D8D2D3
(216,210,211)
#E8E8E5
(232,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480C31; }

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

This text font color is #480C31.


Background Color

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

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

This div background color is #480C31.


Border color

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

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

This div border color is #480C31.


Opacity

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

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

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

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

This text has shadow with #480C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480C31 on black background.


Color preview on white background

This text has color #480C31 on white background.



Black color preview on #480C31 background

This text has black color on #480C31 background.


White color preview on #480C31 background

This text has white color on #480C31 background.