COLOR #480817

HEX: #480817
RGB: (72,8,23)

Color info

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

RGB color model

#480817 color RGB value is (72,8,23).

  • red value is 72;
  • green value is 8;
  • blue value is 23.
RGB:
(72,8,23)
(28%,3%,9%)

RGB channels and saturation

R 72 of 255 = 28%
G 8 of 255 = 3%
B 23 of 255 = 9%

72
8
23

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

Portions of RGB colors in percentages

R + G + B =
72 + 8 + 23 = 103 (100%)
R 72 of 103 ~ 69.9%
G 8 of 103 ~ 7.77%
B 23 of 103 ~ 22.33%

%69.9
%22.33

CMYK color model

#480817 color CMYK value is (0,89,68,72).

  • cyan value is 0.00%
  • magenta value is 88.89%
  • yellow value is 68.06%
  • key color value is 71.76%
CMYK:
(0,89,68,72)
C0M89Y68K72 
(0%,89%,68%,72%)
(0.00/0.89/0.68/0.72)	

CMYK percentages

%0
%88.89
%68.06
%71.76

Codes

Color #480817 in popluar color models

480817
RGB72823
HSL346°80.00%15.69%
HSB/HSV346°88.89%28.24%
CMYK0.00%88.89%68.06%
71.76%

Color #480817 in popluar number systems.

HEX480817
Decimal72823
Binary1001000100010111
Octal1101027

Shades and tints

Shades of #480817

#480817
(72,8,23)
#420815
(66,8,21)
#3C0813
(60,8,19)
#360811
(54,8,17)
#30080F
(48,8,15)
#2A080D
(42,8,13)
#24080B
(36,8,11)
#1E0809
(30,8,9)
#180807
(24,8,7)
#120805
(18,8,5)
#0C0803
(12,8,3)
#000000
(0,0,0)

Tints of #480817

#480817
(72,8,23)
#581E2C
(88,30,44)
#683441
(104,52,65)
#784A56
(120,74,86)
#88606B
(136,96,107)
#987680
(152,118,128)
#A88C95
(168,140,149)
#B8A2AA
(184,162,170)
#C8B8BF
(200,184,191)
#D8CED4
(216,206,212)
#E8E4E9
(232,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480817 color. Also use rgb(72,8,23) instead hex code.

Text Font Color

.myTextColor { color: #480817; }

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

This text font color is #480817.


Background Color

.myBgColor { background-color: #480817; }

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

This div background color is #480817.


Border color

.myBorderColor { border: 1px solid #480817; }

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

This div border color is #480817.


Opacity

.myOpacity80 { color: #480817; opacity: 0.8; }

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

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

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

This text has shadow with #480817 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480817 on black background.


Color preview on white background

This text has color #480817 on white background.



Black color preview on #480817 background

This text has black color on #480817 background.


White color preview on #480817 background

This text has white color on #480817 background.