COLOR #4C3209

HEX: #4C3209
RGB: (76,50,9)

Color info

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

RGB color model

#4C3209 color RGB value is (76,50,9).

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

RGB channels and saturation

R 76 of 255 = 30%
G 50 of 255 = 20%
B 9 of 255 = 4%

76
50
9

R + G + B ~ 18%. #4C3209 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 50 + 9 = 135 (100%)
R 76 of 135 ~ 56.3%
G 50 of 135 ~ 37.04%
B 9 of 135 ~ 6.67%

%56.3
%37.04

CMYK color model

#4C3209 color CMYK value is (0,34,88,70).

  • cyan value is 0.00%
  • magenta value is 34.21%
  • yellow value is 88.16%
  • key color value is 70.20%
CMYK:
(0,34,88,70)
C0M34Y88K70 
(0%,34%,88%,70%)
(0.00/0.34/0.88/0.70)	

CMYK percentages

%0
%34.21
%88.16
%70.2

Codes

Color #4C3209 in popluar color models

4C3209
RGB76509
HSL37°78.82%16.67%
HSB/HSV37°88.16%29.80%
CMYK0.00%34.21%88.16%
70.20%

Color #4C3209 in popluar number systems.

HEX4C3209
Decimal76509
Binary10011001100101001
Octal1146211

Shades and tints

Shades of #4C3209

#4C3209
(76,50,9)
#462E09
(70,46,9)
#402A09
(64,42,9)
#3A2609
(58,38,9)
#342209
(52,34,9)
#2E1E09
(46,30,9)
#281A09
(40,26,9)
#221609
(34,22,9)
#1C1209
(28,18,9)
#160E09
(22,14,9)
#100A09
(16,10,9)
#000000
(0,0,0)

Tints of #4C3209

#4C3209
(76,50,9)
#5C441F
(92,68,31)
#6C5635
(108,86,53)
#7C684B
(124,104,75)
#8C7A61
(140,122,97)
#9C8C77
(156,140,119)
#AC9E8D
(172,158,141)
#BCB0A3
(188,176,163)
#CCC2B9
(204,194,185)
#DCD4CF
(220,212,207)
#ECE6E5
(236,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3209; }

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

This text font color is #4C3209.


Background Color

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

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

This div background color is #4C3209.


Border color

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

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

This div border color is #4C3209.


Opacity

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

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

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

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

This text has shadow with #4C3209 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3209 on black background.


Color preview on white background

This text has color #4C3209 on white background.



Black color preview on #4C3209 background

This text has black color on #4C3209 background.


White color preview on #4C3209 background

This text has white color on #4C3209 background.