COLOR #480A22

HEX: #480A22
RGB: (72,10,34)

Color info

#480A22 contains mainly red and blue colors. Web safe color of #480A22 is #330033 (or #303).

RGB color model

#480A22 color RGB value is (72,10,34).

  • red value is 72;
  • green value is 10;
  • blue value is 34.
RGB:
(72,10,34)
(28%,4%,13%)

RGB channels and saturation

R 72 of 255 = 28%
G 10 of 255 = 4%
B 34 of 255 = 13%

72
10
34

R + G + B ~ 15%. #480A22 is dark color.

Portions of RGB colors in percentages

R + G + B =
72 + 10 + 34 = 116 (100%)
R 72 of 116 ~ 62.07%
G 10 of 116 ~ 8.62%
B 34 of 116 ~ 29.31%

%62.07
%29.31

CMYK color model

#480A22 color CMYK value is (0,86,53,72).

  • cyan value is 0.00%
  • magenta value is 86.11%
  • yellow value is 52.78%
  • key color value is 71.76%
CMYK:
(0,86,53,72)
C0M86Y53K72 
(0%,86%,53%,72%)
(0.00/0.86/0.53/0.72)	

CMYK percentages

%0
%86.11
%52.78
%71.76

Codes

Color #480A22 in popluar color models

480A22
RGB721034
HSL337°75.61%16.08%
HSB/HSV337°86.11%28.24%
CMYK0.00%86.11%52.78%
71.76%

Color #480A22 in popluar number systems.

HEX480A22
Decimal721034
Binary10010001010100010
Octal1101242

Shades and tints

Shades of #480A22

#480A22
(72,10,34)
#420A1F
(66,10,31)
#3C0A1C
(60,10,28)
#360A19
(54,10,25)
#300A16
(48,10,22)
#2A0A13
(42,10,19)
#240A10
(36,10,16)
#1E0A0D
(30,10,13)
#180A0A
(24,10,10)
#120A07
(18,10,7)
#0C0A04
(12,10,4)
#000000
(0,0,0)

Tints of #480A22

#480A22
(72,10,34)
#582036
(88,32,54)
#68364A
(104,54,74)
#784C5E
(120,76,94)
#886272
(136,98,114)
#987886
(152,120,134)
#A88E9A
(168,142,154)
#B8A4AE
(184,164,174)
#C8BAC2
(200,186,194)
#D8D0D6
(216,208,214)
#E8E6EA
(232,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #480A22 color. Also use rgb(72,10,34) instead hex code.

Text Font Color

.myTextColor { color: #480A22; }

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

This text font color is #480A22.


Background Color

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

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

This div background color is #480A22.


Border color

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

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

This div border color is #480A22.


Opacity

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

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

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

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

This text has shadow with #480A22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480A22 on black background.


Color preview on white background

This text has color #480A22 on white background.



Black color preview on #480A22 background

This text has black color on #480A22 background.


White color preview on #480A22 background

This text has white color on #480A22 background.