COLOR #4C0F16

HEX: #4C0F16
RGB: (76,15,22)

Color info

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

RGB color model

#4C0F16 color RGB value is (76,15,22).

  • red value is 76;
  • green value is 15;
  • blue value is 22.
RGB:
(76,15,22)
(30%,6%,9%)

RGB channels and saturation

R 76 of 255 = 30%
G 15 of 255 = 6%
B 22 of 255 = 9%

76
15
22

R + G + B ~ 15%. #4C0F16 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 15 + 22 = 113 (100%)
R 76 of 113 ~ 67.26%
G 15 of 113 ~ 13.27%
B 22 of 113 ~ 19.47%

%67.26
%13.27
%19.47

CMYK color model

#4C0F16 color CMYK value is (0,80,71,70).

  • cyan value is 0.00%
  • magenta value is 80.26%
  • yellow value is 71.05%
  • key color value is 70.20%
CMYK:
(0,80,71,70)
C0M80Y71K70 
(0%,80%,71%,70%)
(0.00/0.80/0.71/0.70)	

CMYK percentages

%0
%80.26
%71.05
%70.2

Codes

Color #4C0F16 in popluar color models

4C0F16
RGB761522
HSL353°67.03%17.84%
HSB/HSV353°80.26%29.80%
CMYK0.00%80.26%71.05%
70.20%

Color #4C0F16 in popluar number systems.

HEX4C0F16
Decimal761522
Binary1001100111110110
Octal1141726

Shades and tints

Shades of #4C0F16

#4C0F16
(76,15,22)
#460E14
(70,14,20)
#400D12
(64,13,18)
#3A0C10
(58,12,16)
#340B0E
(52,11,14)
#2E0A0C
(46,10,12)
#28090A
(40,9,10)
#220808
(34,8,8)
#1C0706
(28,7,6)
#160604
(22,6,4)
#100502
(16,5,2)
#000000
(0,0,0)

Tints of #4C0F16

#4C0F16
(76,15,22)
#5C242B
(92,36,43)
#6C3940
(108,57,64)
#7C4E55
(124,78,85)
#8C636A
(140,99,106)
#9C787F
(156,120,127)
#AC8D94
(172,141,148)
#BCA2A9
(188,162,169)
#CCB7BE
(204,183,190)
#DCCCD3
(220,204,211)
#ECE1E8
(236,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C0F16 color. Also use rgb(76,15,22) instead hex code.

Text Font Color

.myTextColor { color: #4C0F16; }

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

This text font color is #4C0F16.


Background Color

.myBgColor { background-color: #4C0F16; }

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

This div background color is #4C0F16.


Border color

.myBorderColor { border: 1px solid #4C0F16; }

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

This div border color is #4C0F16.


Opacity

.myOpacity80 { color: #4C0F16; opacity: 0.8; }

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

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

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

This text has shadow with #4C0F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C0F16 on black background.


Color preview on white background

This text has color #4C0F16 on white background.



Black color preview on #4C0F16 background

This text has black color on #4C0F16 background.


White color preview on #4C0F16 background

This text has white color on #4C0F16 background.