COLOR #4C2224

HEX: #4C2224
RGB: (76,34,36)

Color info

#4C2224 contains red, green and blue colors in about the same proportion. Web safe color of #4C2224 is #333333 (or #333).

RGB color model

#4C2224 color RGB value is (76,34,36).

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

RGB channels and saturation

R 76 of 255 = 30%
G 34 of 255 = 13%
B 36 of 255 = 14%

76
34
36

R + G + B ~ 19%. #4C2224 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 34 + 36 = 146 (100%)
R 76 of 146 ~ 52.05%
G 34 of 146 ~ 23.29%
B 36 of 146 ~ 24.66%

%52.05
%23.29
%24.66

CMYK color model

#4C2224 color CMYK value is (0,55,53,70).

  • cyan value is 0.00%
  • magenta value is 55.26%
  • yellow value is 52.63%
  • key color value is 70.20%
CMYK:
(0,55,53,70)
C0M55Y53K70 
(0%,55%,53%,70%)
(0.00/0.55/0.53/0.70)	

CMYK percentages

%0
%55.26
%52.63
%70.2

Codes

Color #4C2224 in popluar color models

4C2224
RGB763436
HSL357°38.18%21.57%
HSB/HSV357°55.26%29.80%
CMYK0.00%55.26%52.63%
70.20%

Color #4C2224 in popluar number systems.

HEX4C2224
Decimal763436
Binary1001100100010100100
Octal1144244

Shades and tints

Shades of #4C2224

#4C2224
(76,34,36)
#461F21
(70,31,33)
#401C1E
(64,28,30)
#3A191B
(58,25,27)
#341618
(52,22,24)
#2E1315
(46,19,21)
#281012
(40,16,18)
#220D0F
(34,13,15)
#1C0A0C
(28,10,12)
#160709
(22,7,9)
#100406
(16,4,6)
#000000
(0,0,0)

Tints of #4C2224

#4C2224
(76,34,36)
#5C3637
(92,54,55)
#6C4A4A
(108,74,74)
#7C5E5D
(124,94,93)
#8C7270
(140,114,112)
#9C8683
(156,134,131)
#AC9A96
(172,154,150)
#BCAEA9
(188,174,169)
#CCC2BC
(204,194,188)
#DCD6CF
(220,214,207)
#ECEAE2
(236,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2224; }

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

This text font color is #4C2224.


Background Color

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

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

This div background color is #4C2224.


Border color

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

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

This div border color is #4C2224.


Opacity

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

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

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

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

This text has shadow with #4C2224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2224 on black background.


Color preview on white background

This text has color #4C2224 on white background.



Black color preview on #4C2224 background

This text has black color on #4C2224 background.


White color preview on #4C2224 background

This text has white color on #4C2224 background.