COLOR #4C3409

HEX: #4C3409
RGB: (76,52,9)

Color info

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

RGB color model

#4C3409 color RGB value is (76,52,9).

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

RGB channels and saturation

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

76
52
9

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

Portions of RGB colors in percentages

R + G + B =
76 + 52 + 9 = 137 (100%)
R 76 of 137 ~ 55.47%
G 52 of 137 ~ 37.96%
B 9 of 137 ~ 6.57%

%55.47
%37.96

CMYK color model

#4C3409 color CMYK value is (0,32,88,70).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 88.16%
  • key color value is 70.20%
CMYK:
(0,32,88,70)
C0M32Y88K70 
(0%,32%,88%,70%)
(0.00/0.32/0.88/0.70)	

CMYK percentages

%0
%31.58
%88.16
%70.2

Codes

Color #4C3409 in popluar color models

4C3409
RGB76529
HSL39°78.82%16.67%
HSB/HSV39°88.16%29.80%
CMYK0.00%31.58%88.16%
70.20%

Color #4C3409 in popluar number systems.

HEX4C3409
Decimal76529
Binary10011001101001001
Octal1146411

Shades and tints

Shades of #4C3409

#4C3409
(76,52,9)
#463009
(70,48,9)
#402C09
(64,44,9)
#3A2809
(58,40,9)
#342409
(52,36,9)
#2E2009
(46,32,9)
#281C09
(40,28,9)
#221809
(34,24,9)
#1C1409
(28,20,9)
#161009
(22,16,9)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #4C3409

#4C3409
(76,52,9)
#5C461F
(92,70,31)
#6C5835
(108,88,53)
#7C6A4B
(124,106,75)
#8C7C61
(140,124,97)
#9C8E77
(156,142,119)
#ACA08D
(172,160,141)
#BCB2A3
(188,178,163)
#CCC4B9
(204,196,185)
#DCD6CF
(220,214,207)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C3409; }

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

This text font color is #4C3409.


Background Color

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

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

This div background color is #4C3409.


Border color

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

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

This div border color is #4C3409.


Opacity

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

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

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

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

This text has shadow with #4C3409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3409 on black background.


Color preview on white background

This text has color #4C3409 on white background.



Black color preview on #4C3409 background

This text has black color on #4C3409 background.


White color preview on #4C3409 background

This text has white color on #4C3409 background.