COLOR #4C1422

HEX: #4C1422
RGB: (76,20,34)

Color info

#4C1422 contains red, green and blue colors in about the same proportion. Web safe color of #4C1422 is #330033 (or #303).

RGB color model

#4C1422 color RGB value is (76,20,34).

  • red value is 76;
  • green value is 20;
  • blue value is 34.
RGB:
(76,20,34)
(30%,8%,13%)

RGB channels and saturation

R 76 of 255 = 30%
G 20 of 255 = 8%
B 34 of 255 = 13%

76
20
34

R + G + B ~ 17%. #4C1422 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 20 + 34 = 130 (100%)
R 76 of 130 ~ 58.46%
G 20 of 130 ~ 15.38%
B 34 of 130 ~ 26.15%

%58.46
%15.38
%26.15

CMYK color model

#4C1422 color CMYK value is (0,74,55,70).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 55.26%
  • key color value is 70.20%
CMYK:
(0,74,55,70)
C0M74Y55K70 
(0%,74%,55%,70%)
(0.00/0.74/0.55/0.70)	

CMYK percentages

%0
%73.68
%55.26
%70.2

Codes

Color #4C1422 in popluar color models

4C1422
RGB762034
HSL345°58.33%18.82%
HSB/HSV345°73.68%29.80%
CMYK0.00%73.68%55.26%
70.20%

Color #4C1422 in popluar number systems.

HEX4C1422
Decimal762034
Binary100110010100100010
Octal1142442

Shades and tints

Shades of #4C1422

#4C1422
(76,20,34)
#46131F
(70,19,31)
#40121C
(64,18,28)
#3A1119
(58,17,25)
#341016
(52,16,22)
#2E0F13
(46,15,19)
#280E10
(40,14,16)
#220D0D
(34,13,13)
#1C0C0A
(28,12,10)
#160B07
(22,11,7)
#100A04
(16,10,4)
#000000
(0,0,0)

Tints of #4C1422

#4C1422
(76,20,34)
#5C2936
(92,41,54)
#6C3E4A
(108,62,74)
#7C535E
(124,83,94)
#8C6872
(140,104,114)
#9C7D86
(156,125,134)
#AC929A
(172,146,154)
#BCA7AE
(188,167,174)
#CCBCC2
(204,188,194)
#DCD1D6
(220,209,214)
#ECE6EA
(236,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C1422 color. Also use rgb(76,20,34) instead hex code.

Text Font Color

.myTextColor { color: #4C1422; }

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

This text font color is #4C1422.


Background Color

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

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

This div background color is #4C1422.


Border color

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

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

This div border color is #4C1422.


Opacity

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

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

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

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

This text has shadow with #4C1422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C1422 on black background.


Color preview on white background

This text has color #4C1422 on white background.



Black color preview on #4C1422 background

This text has black color on #4C1422 background.


White color preview on #4C1422 background

This text has white color on #4C1422 background.