COLOR #480B0E

HEX: #480B0E RGB: (72,11,14)

Color info

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

RGB color model

#480B0E color RGB value is (72,11,14).

RGB: (72,11,14) (28%, 4%, 5%)

RGB channels and saturation

R 72 of 255 = 28%
G 11 of 255 = 4%
B 14 of 255 = 5%

72
11
14

R + G + B ~ 12%. #480B0E is dark color.

Portions of RGB colors in percentages

R + G + B = 72 + 11 + 14 = 97 (100%)
R 72 of 97 ~ 74.23%
G 11 of 97 ~ 11.34%
B 14 of 97 ~ 14.43'%

%74.23
%11.34
%14.43

CMYK color model

#480B0E color CMYK value is (0,85,81,72).

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

CMYK: (0,85,81,72)
C0M85Y81K72 (0%, 85%, 81%, 72%)
(0.00 / 0.85 / 0.81 / 0.72)

CMYK percentages

%0
%84.72
%80.56
%71.76

Codes

Color #480B0E in popluar color models

48 0B 0E
RGB 72 11 14
HSL 357° 73.49% 16.27%
HSB/HSV 357° 84.72% 28.24%
CMYK 0.00% 84.72% 80.56%
71.76%

Color #480B0E in popluar number systems.

HEX 48 0B 0E
Decimal 72 11 14
Binary 1001000 1011 1110
Octal 110 13 16

Shades and tints

Shades of #480B0E

#480B0E
(72,11,14)
#420A0D
(66,10,13)
#3C090C
(60,9,12)
#36080B
(54,8,11)
#30070A
(48,7,10)
#2A0609
(42,6,9)
#240508
(36,5,8)
#1E0407
(30,4,7)
#180306
(24,3,6)
#120205
(18,2,5)
#0C0104
(12,1,4)
#000000
(0,0,0)

Tints of #480B0E

#480B0E
(72,11,14)
#582123
(88,33,35)
#683738
(104,55,56)
#784D4D
(120,77,77)
#886362
(136,99,98)
#987977
(152,121,119)
#A88F8C
(168,143,140)
#B8A5A1
(184,165,161)
#C8BBB6
(200,187,182)
#D8D1CB
(216,209,203)
#E8E7E0
(232,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480B0E; }

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

This text font color is #480B0E.

Background Color

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

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

This div background color is #480B0E.

Border color

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

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

This div border color is #480B0E.

Opacity

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

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

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

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

This text has shadow with #480B0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #480B0E.

Preview

Color preview on black background

This text has color #480B0E on black background.


Color preview on white background

This text has color #480B0E on white background.


Black color preview on #480B0E background

This text has black color on #480B0E background.


White color preview on #480B0E background

This text has white color on #480B0E background.


Related colors

Complementary color

Complementary color for #hex is #B7F4F1.


I love getcolorcode.com

Triadic colors

1 #0E480B and #0B0E48 with #480B0E are triadic colors.

2 #0E0B48 and #0B480E with #480B0E are triadic colors.