COLOR #480E24

HEX: #480E24
RGB: (72,14,36)

Color info

#480E24 contains red, green and blue colors in about the same proportion. Web safe color of #480E24 is #330033 (or #303).

RGB color model

#480E24 color RGB value is (72,14,36).

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

RGB channels and saturation

R 72 of 255 = 28%
G 14 of 255 = 5%
B 36 of 255 = 14%

72
14
36

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

Portions of RGB colors in percentages

R + G + B =
72 + 14 + 36 = 122 (100%)
R 72 of 122 ~ 59.02%
G 14 of 122 ~ 11.48%
B 36 of 122 ~ 29.51%

%59.02
%11.48
%29.51

CMYK color model

#480E24 color CMYK value is (0,81,50,72).

  • cyan value is 0.00%
  • magenta value is 80.56%
  • yellow value is 50.00%
  • key color value is 71.76%
CMYK:
(0,81,50,72)
C0M81Y50K72 
(0%,81%,50%,72%)
(0.00/0.81/0.50/0.72)	

CMYK percentages

%0
%80.56
%50
%71.76

Codes

Color #480E24 in popluar color models

480E24
RGB721436
HSL337°67.44%16.86%
HSB/HSV337°80.56%28.24%
CMYK0.00%80.56%50.00%
71.76%

Color #480E24 in popluar number systems.

HEX480E24
Decimal721436
Binary10010001110100100
Octal1101644

Shades and tints

Shades of #480E24

#480E24
(72,14,36)
#420D21
(66,13,33)
#3C0C1E
(60,12,30)
#360B1B
(54,11,27)
#300A18
(48,10,24)
#2A0915
(42,9,21)
#240812
(36,8,18)
#1E070F
(30,7,15)
#18060C
(24,6,12)
#120509
(18,5,9)
#0C0406
(12,4,6)
#000000
(0,0,0)

Tints of #480E24

#480E24
(72,14,36)
#582337
(88,35,55)
#68384A
(104,56,74)
#784D5D
(120,77,93)
#886270
(136,98,112)
#987783
(152,119,131)
#A88C96
(168,140,150)
#B8A1A9
(184,161,169)
#C8B6BC
(200,182,188)
#D8CBCF
(216,203,207)
#E8E0E2
(232,224,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480E24; }

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

This text font color is #480E24.


Background Color

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

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

This div background color is #480E24.


Border color

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

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

This div border color is #480E24.


Opacity

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

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

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

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

This text has shadow with #480E24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480E24 on black background.


Color preview on white background

This text has color #480E24 on white background.



Black color preview on #480E24 background

This text has black color on #480E24 background.


White color preview on #480E24 background

This text has white color on #480E24 background.