COLOR #480C22

HEX: #480C22
RGB: (72,12,34)

Color info

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

RGB color model

#480C22 color RGB value is (72,12,34).

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

RGB channels and saturation

R 72 of 255 = 28%
G 12 of 255 = 5%
B 34 of 255 = 13%

72
12
34

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

Portions of RGB colors in percentages

R + G + B =
72 + 12 + 34 = 118 (100%)
R 72 of 118 ~ 61.02%
G 12 of 118 ~ 10.17%
B 34 of 118 ~ 28.81%

%61.02
%10.17
%28.81

CMYK color model

#480C22 color CMYK value is (0,83,53,72).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 52.78%
  • key color value is 71.76%
CMYK:
(0,83,53,72)
C0M83Y53K72 
(0%,83%,53%,72%)
(0.00/0.83/0.53/0.72)	

CMYK percentages

%0
%83.33
%52.78
%71.76

Codes

Color #480C22 in popluar color models

480C22
RGB721234
HSL338°71.43%16.47%
HSB/HSV338°83.33%28.24%
CMYK0.00%83.33%52.78%
71.76%

Color #480C22 in popluar number systems.

HEX480C22
Decimal721234
Binary10010001100100010
Octal1101442

Shades and tints

Shades of #480C22

#480C22
(72,12,34)
#420B1F
(66,11,31)
#3C0A1C
(60,10,28)
#360919
(54,9,25)
#300816
(48,8,22)
#2A0713
(42,7,19)
#240610
(36,6,16)
#1E050D
(30,5,13)
#18040A
(24,4,10)
#120307
(18,3,7)
#0C0204
(12,2,4)
#000000
(0,0,0)

Tints of #480C22

#480C22
(72,12,34)
#582236
(88,34,54)
#68384A
(104,56,74)
#784E5E
(120,78,94)
#886472
(136,100,114)
#987A86
(152,122,134)
#A8909A
(168,144,154)
#B8A6AE
(184,166,174)
#C8BCC2
(200,188,194)
#D8D2D6
(216,210,214)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480C22; }

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

This text font color is #480C22.


Background Color

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

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

This div background color is #480C22.


Border color

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

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

This div border color is #480C22.


Opacity

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

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

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

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

This text has shadow with #480C22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480C22 on black background.


Color preview on white background

This text has color #480C22 on white background.



Black color preview on #480C22 background

This text has black color on #480C22 background.


White color preview on #480C22 background

This text has white color on #480C22 background.