COLOR #4C3F16

HEX: #4C3F16
RGB: (76,63,22)

Color info

#4C3F16 contains red, green and blue colors in about the same proportion. Web safe color of #4C3F16 is #333300 (or #330).

RGB color model

#4C3F16 color RGB value is (76,63,22).

  • red value is 76;
  • green value is 63;
  • blue value is 22.
RGB:
(76,63,22)
(30%,25%,9%)

RGB channels and saturation

R 76 of 255 = 30%
G 63 of 255 = 25%
B 22 of 255 = 9%

76
63
22

R + G + B ~ 21%. #4C3F16 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 63 + 22 = 161 (100%)
R 76 of 161 ~ 47.2%
G 63 of 161 ~ 39.13%
B 22 of 161 ~ 13.66%

%47.2
%39.13
%13.66

CMYK color model

#4C3F16 color CMYK value is (0,17,71,70).

  • cyan value is 0.00%
  • magenta value is 17.11%
  • yellow value is 71.05%
  • key color value is 70.20%
CMYK:
(0,17,71,70)
C0M17Y71K70 
(0%,17%,71%,70%)
(0.00/0.17/0.71/0.70)	

CMYK percentages

%0
%17.11
%71.05
%70.2

Codes

Color #4C3F16 in popluar color models

4C3F16
RGB766322
HSL46°55.10%19.22%
HSB/HSV46°71.05%29.80%
CMYK0.00%17.11%71.05%
70.20%

Color #4C3F16 in popluar number systems.

HEX4C3F16
Decimal766322
Binary100110011111110110
Octal1147726

Shades and tints

Shades of #4C3F16

#4C3F16
(76,63,22)
#463A14
(70,58,20)
#403512
(64,53,18)
#3A3010
(58,48,16)
#342B0E
(52,43,14)
#2E260C
(46,38,12)
#28210A
(40,33,10)
#221C08
(34,28,8)
#1C1706
(28,23,6)
#161204
(22,18,4)
#100D02
(16,13,2)
#000000
(0,0,0)

Tints of #4C3F16

#4C3F16
(76,63,22)
#5C502B
(92,80,43)
#6C6140
(108,97,64)
#7C7255
(124,114,85)
#8C836A
(140,131,106)
#9C947F
(156,148,127)
#ACA594
(172,165,148)
#BCB6A9
(188,182,169)
#CCC7BE
(204,199,190)
#DCD8D3
(220,216,211)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3F16 color. Also use rgb(76,63,22) instead hex code.

Text Font Color

.myTextColor { color: #4C3F16; }

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

This text font color is #4C3F16.


Background Color

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

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

This div background color is #4C3F16.


Border color

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

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

This div border color is #4C3F16.


Opacity

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

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

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

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

This text has shadow with #4C3F16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C3F16 on black background.


Color preview on white background

This text has color #4C3F16 on white background.



Black color preview on #4C3F16 background

This text has black color on #4C3F16 background.


White color preview on #4C3F16 background

This text has white color on #4C3F16 background.