COLOR #480B10

HEX: #480B10 RGB: (72,11,16)

Color info

#480B10 contains mainly red and blue colors. Web safe color of #480B10 is #330000 (or #300).

RGB color model

#480B10 color RGB value is (72,11,16).

RGB: (72,11,16) (28%, 4%, 6%)

RGB channels and saturation

R 72 of 255 = 28%
G 11 of 255 = 4%
B 16 of 255 = 6%

72
11
16

R + G + B ~ 13%. #480B10 is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 11 + 16 = 99 (100%)
R 72 of 99 ~ 72.73%
G 11 of 99 ~ 11.11%
B 16 of 99 ~ 16.16'%

%72.73
%11.11
%16.16

CMYK color model

#480B10 color CMYK value is (0,85,78,72).

  • cyan value is 0.00%
  • magenta value is 84.72%
  • yellow value is 77.78%
  • key color value is 71.76%

CMYK: (0,85,78,72)
C0M85Y78K72 (0%, 85%, 78%, 72%)
(0.00 / 0.85 / 0.78 / 0.72)

CMYK percentages

%0
%84.72
%77.78
%71.76

Codes

Color #480B10 in popluar color models

48 0B 10
RGB 72 11 16
HSL 355° 73.49% 16.27%
HSB/HSV 355° 84.72% 28.24%
CMYK 0.00% 84.72% 77.78%
71.76%

Color #480B10 in popluar number systems.

HEX 48 0B 10
Decimal 72 11 16
Binary 1001000 1011 10000
Octal 110 13 20

Shades and tints

Shades of #480B10

#480B10
(72,11,16)
#420A0F
(66,10,15)
#3C090E
(60,9,14)
#36080D
(54,8,13)
#30070C
(48,7,12)
#2A060B
(42,6,11)
#24050A
(36,5,10)
#1E0409
(30,4,9)
#180308
(24,3,8)
#120207
(18,2,7)
#0C0106
(12,1,6)
#000000
(0,0,0)

Tints of #480B10

#480B10
(72,11,16)
#582125
(88,33,37)
#68373A
(104,55,58)
#784D4F
(120,77,79)
#886364
(136,99,100)
#987979
(152,121,121)
#A88F8E
(168,143,142)
#B8A5A3
(184,165,163)
#C8BBB8
(200,187,184)
#D8D1CD
(216,209,205)
#E8E7E2
(232,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480B10 color. Also use rgb(72,11,16) instead hex code.

Text Font Color

.myTextColor { color: #480B10; }

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

This text font color is #480B10.

Background Color

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

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

This div background color is #480B10.

Border color

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

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

This div border color is #480B10.

Opacity

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

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

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

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

This text has shadow with #480B10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #480B10.

Preview

Color preview on black background

This text has color #480B10 on black background.


Color preview on white background

This text has color #480B10 on white background.


Black color preview on #480B10 background

This text has black color on #480B10 background.


White color preview on #480B10 background

This text has white color on #480B10 background.


Related colors

Complementary color

Complementary color for #hex is #B7F4EF.


I love getcolorcode.com

Triadic colors

1 #10480B and #0B1048 with #480B10 are triadic colors.

2 #100B48 and #0B4810 with #480B10 are triadic colors.