COLOR #480E0B

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

Color info

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

RGB color model

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

  • red value is 72;
  • green value is 14;
  • blue value is 11.
RGB:
(72,14,11)
(28%,5%,4%)

RGB channels and saturation

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

72
14
11

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

Portions of RGB colors in percentages

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

%74.23
%14.43
%11.34

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 80.56%
  • yellow value is 84.72%
  • key color value is 71.76%
CMYK:
(0,81,85,72)
C0M81Y85K72 
(0%,81%,85%,72%)
(0.00/0.81/0.85/0.72)	

CMYK percentages

%0
%80.56
%84.72
%71.76

Codes

Color #480E0B in popluar color models

480E0B
RGB721411
HSL73.49%16.27%
HSB/HSV84.72%28.24%
CMYK0.00%80.56%84.72%
71.76%

Color #480E0B in popluar number systems.

HEX480E0B
Decimal721411
Binary100100011101011
Octal1101613

Shades and tints

Shades of #480E0B

#480E0B
(72,14,11)
#420D0A
(66,13,10)
#3C0C09
(60,12,9)
#360B08
(54,11,8)
#300A07
(48,10,7)
#2A0906
(42,9,6)
#240805
(36,8,5)
#1E0704
(30,7,4)
#180603
(24,6,3)
#120502
(18,5,2)
#0C0401
(12,4,1)
#000000
(0,0,0)

Tints of #480E0B

#480E0B
(72,14,11)
#582321
(88,35,33)
#683837
(104,56,55)
#784D4D
(120,77,77)
#886263
(136,98,99)
#987779
(152,119,121)
#A88C8F
(168,140,143)
#B8A1A5
(184,161,165)
#C8B6BB
(200,182,187)
#D8CBD1
(216,203,209)
#E8E0E7
(232,224,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480E0B; }

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

This text font color is #480E0B.


Background Color

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

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

This div background color is #480E0B.


Border color

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

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

This div border color is #480E0B.


Opacity

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

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

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

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

This text has shadow with #480E0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480E0B on black background.


Color preview on white background

This text has color #480E0B on white background.



Black color preview on #480E0B background

This text has black color on #480E0B background.


White color preview on #480E0B background

This text has white color on #480E0B background.