COLOR #4C2209

HEX: #4C2209
RGB: (76,34,9)

Color info

#4C2209 contains mainly red and green colors. Web safe color of #4C2209 is #333300 (or #330).

RGB color model

#4C2209 color RGB value is (76,34,9).

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

RGB channels and saturation

R 76 of 255 = 30%
G 34 of 255 = 13%
B 9 of 255 = 4%

76
34
9

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

Portions of RGB colors in percentages

R + G + B =
76 + 34 + 9 = 119 (100%)
R 76 of 119 ~ 63.87%
G 34 of 119 ~ 28.57%
B 9 of 119 ~ 7.56%

%63.87
%28.57

CMYK color model

#4C2209 color CMYK value is (0,55,88,70).

  • cyan value is 0.00%
  • magenta value is 55.26%
  • yellow value is 88.16%
  • key color value is 70.20%
CMYK:
(0,55,88,70)
C0M55Y88K70 
(0%,55%,88%,70%)
(0.00/0.55/0.88/0.70)	

CMYK percentages

%0
%55.26
%88.16
%70.2

Codes

Color #4C2209 in popluar color models

4C2209
RGB76349
HSL22°78.82%16.67%
HSB/HSV22°88.16%29.80%
CMYK0.00%55.26%88.16%
70.20%

Color #4C2209 in popluar number systems.

HEX4C2209
Decimal76349
Binary10011001000101001
Octal1144211

Shades and tints

Shades of #4C2209

#4C2209
(76,34,9)
#461F09
(70,31,9)
#401C09
(64,28,9)
#3A1909
(58,25,9)
#341609
(52,22,9)
#2E1309
(46,19,9)
#281009
(40,16,9)
#220D09
(34,13,9)
#1C0A09
(28,10,9)
#160709
(22,7,9)
#100409
(16,4,9)
#000000
(0,0,0)

Tints of #4C2209

#4C2209
(76,34,9)
#5C361F
(92,54,31)
#6C4A35
(108,74,53)
#7C5E4B
(124,94,75)
#8C7261
(140,114,97)
#9C8677
(156,134,119)
#AC9A8D
(172,154,141)
#BCAEA3
(188,174,163)
#CCC2B9
(204,194,185)
#DCD6CF
(220,214,207)
#ECEAE5
(236,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C2209; }

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

This text font color is #4C2209.


Background Color

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

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

This div background color is #4C2209.


Border color

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

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

This div border color is #4C2209.


Opacity

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

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

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

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

This text has shadow with #4C2209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C2209 on black background.


Color preview on white background

This text has color #4C2209 on white background.



Black color preview on #4C2209 background

This text has black color on #4C2209 background.


White color preview on #4C2209 background

This text has white color on #4C2209 background.