COLOR #4C1916

HEX: #4C1916
RGB: (76,25,22)

Color info

#4C1916 contains red, green and blue colors in about the same proportion. Web safe color of #4C1916 is #330000 (or #300).

RGB color model

#4C1916 color RGB value is (76,25,22).

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

RGB channels and saturation

R 76 of 255 = 30%
G 25 of 255 = 10%
B 22 of 255 = 9%

76
25
22

R + G + B ~ 16%. #4C1916 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 25 + 22 = 123 (100%)
R 76 of 123 ~ 61.79%
G 25 of 123 ~ 20.33%
B 22 of 123 ~ 17.89%

%61.79
%20.33
%17.89

CMYK color model

#4C1916 color CMYK value is (0,67,71,70).

  • cyan value is 0.00%
  • magenta value is 67.11%
  • yellow value is 71.05%
  • key color value is 70.20%
CMYK:
(0,67,71,70)
C0M67Y71K70 
(0%,67%,71%,70%)
(0.00/0.67/0.71/0.70)	

CMYK percentages

%0
%67.11
%71.05
%70.2

Codes

Color #4C1916 in popluar color models

4C1916
RGB762522
HSL55.10%19.22%
HSB/HSV71.05%29.80%
CMYK0.00%67.11%71.05%
70.20%

Color #4C1916 in popluar number systems.

HEX4C1916
Decimal762522
Binary10011001100110110
Octal1143126

Shades and tints

Shades of #4C1916

#4C1916
(76,25,22)
#461714
(70,23,20)
#401512
(64,21,18)
#3A1310
(58,19,16)
#34110E
(52,17,14)
#2E0F0C
(46,15,12)
#280D0A
(40,13,10)
#220B08
(34,11,8)
#1C0906
(28,9,6)
#160704
(22,7,4)
#100502
(16,5,2)
#000000
(0,0,0)

Tints of #4C1916

#4C1916
(76,25,22)
#5C2D2B
(92,45,43)
#6C4140
(108,65,64)
#7C5555
(124,85,85)
#8C696A
(140,105,106)
#9C7D7F
(156,125,127)
#AC9194
(172,145,148)
#BCA5A9
(188,165,169)
#CCB9BE
(204,185,190)
#DCCDD3
(220,205,211)
#ECE1E8
(236,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C1916; }

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

This text font color is #4C1916.


Background Color

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

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

This div background color is #4C1916.


Border color

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

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

This div border color is #4C1916.


Opacity

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

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

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

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

This text has shadow with #4C1916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1916 on black background.


Color preview on white background

This text has color #4C1916 on white background.



Black color preview on #4C1916 background

This text has black color on #4C1916 background.


White color preview on #4C1916 background

This text has white color on #4C1916 background.