COLOR #480A27

HEX: #480A27
RGB: (72,10,39)

Color info

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

RGB color model

#480A27 color RGB value is (72,10,39).

  • red value is 72;
  • green value is 10;
  • blue value is 39.
RGB:
(72,10,39)
(28%,4%,15%)

RGB channels and saturation

R 72 of 255 = 28%
G 10 of 255 = 4%
B 39 of 255 = 15%

72
10
39

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

Portions of RGB colors in percentages

R + G + B =
72 + 10 + 39 = 121 (100%)
R 72 of 121 ~ 59.5%
G 10 of 121 ~ 8.26%
B 39 of 121 ~ 32.23%

%59.5
%32.23

CMYK color model

#480A27 color CMYK value is (0,86,46,72).

  • cyan value is 0.00%
  • magenta value is 86.11%
  • yellow value is 45.83%
  • key color value is 71.76%
CMYK:
(0,86,46,72)
C0M86Y46K72 
(0%,86%,46%,72%)
(0.00/0.86/0.46/0.72)	

CMYK percentages

%0
%86.11
%45.83
%71.76

Codes

Color #480A27 in popluar color models

480A27
RGB721039
HSL332°75.61%16.08%
HSB/HSV332°86.11%28.24%
CMYK0.00%86.11%45.83%
71.76%

Color #480A27 in popluar number systems.

HEX480A27
Decimal721039
Binary10010001010100111
Octal1101247

Shades and tints

Shades of #480A27

#480A27
(72,10,39)
#420A24
(66,10,36)
#3C0A21
(60,10,33)
#360A1E
(54,10,30)
#300A1B
(48,10,27)
#2A0A18
(42,10,24)
#240A15
(36,10,21)
#1E0A12
(30,10,18)
#180A0F
(24,10,15)
#120A0C
(18,10,12)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #480A27

#480A27
(72,10,39)
#58203A
(88,32,58)
#68364D
(104,54,77)
#784C60
(120,76,96)
#886273
(136,98,115)
#987886
(152,120,134)
#A88E99
(168,142,153)
#B8A4AC
(184,164,172)
#C8BABF
(200,186,191)
#D8D0D2
(216,208,210)
#E8E6E5
(232,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480A27 color. Also use rgb(72,10,39) instead hex code.

Text Font Color

.myTextColor { color: #480A27; }

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

This text font color is #480A27.


Background Color

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

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

This div background color is #480A27.


Border color

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

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

This div border color is #480A27.


Opacity

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

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

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

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

This text has shadow with #480A27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480A27 on black background.


Color preview on white background

This text has color #480A27 on white background.



Black color preview on #480A27 background

This text has black color on #480A27 background.


White color preview on #480A27 background

This text has white color on #480A27 background.