COLOR #480C23

HEX: #480C23
RGB: (72,12,35)

Color info

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

RGB color model

#480C23 color RGB value is (72,12,35).

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

RGB channels and saturation

R 72 of 255 = 28%
G 12 of 255 = 5%
B 35 of 255 = 14%

72
12
35

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

Portions of RGB colors in percentages

R + G + B =
72 + 12 + 35 = 119 (100%)
R 72 of 119 ~ 60.5%
G 12 of 119 ~ 10.08%
B 35 of 119 ~ 29.41%

%60.5
%10.08
%29.41

CMYK color model

#480C23 color CMYK value is (0,83,51,72).

  • cyan value is 0.00%
  • magenta value is 83.33%
  • yellow value is 51.39%
  • key color value is 71.76%
CMYK:
(0,83,51,72)
C0M83Y51K72 
(0%,83%,51%,72%)
(0.00/0.83/0.51/0.72)	

CMYK percentages

%0
%83.33
%51.39
%71.76

Codes

Color #480C23 in popluar color models

480C23
RGB721235
HSL337°71.43%16.47%
HSB/HSV337°83.33%28.24%
CMYK0.00%83.33%51.39%
71.76%

Color #480C23 in popluar number systems.

HEX480C23
Decimal721235
Binary10010001100100011
Octal1101443

Shades and tints

Shades of #480C23

#480C23
(72,12,35)
#420B20
(66,11,32)
#3C0A1D
(60,10,29)
#36091A
(54,9,26)
#300817
(48,8,23)
#2A0714
(42,7,20)
#240611
(36,6,17)
#1E050E
(30,5,14)
#18040B
(24,4,11)
#120308
(18,3,8)
#0C0205
(12,2,5)
#000000
(0,0,0)

Tints of #480C23

#480C23
(72,12,35)
#582237
(88,34,55)
#68384B
(104,56,75)
#784E5F
(120,78,95)
#886473
(136,100,115)
#987A87
(152,122,135)
#A8909B
(168,144,155)
#B8A6AF
(184,166,175)
#C8BCC3
(200,188,195)
#D8D2D7
(216,210,215)
#E8E8EB
(232,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #480C23; }

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

This text font color is #480C23.


Background Color

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

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

This div background color is #480C23.


Border color

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

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

This div border color is #480C23.


Opacity

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

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

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

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

This text has shadow with #480C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #480C23 on black background.


Color preview on white background

This text has color #480C23 on white background.



Black color preview on #480C23 background

This text has black color on #480C23 background.


White color preview on #480C23 background

This text has white color on #480C23 background.