COLOR #4C3917

HEX: #4C3917 RGB: (76,57,23)

Color info

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

RGB color model

#4C3917 color RGB value is (76,57,23).

RGB: (76,57,23) (30%, 22%, 9%)

RGB channels and saturation

R 76 of 255 = 30%
G 57 of 255 = 22%
B 23 of 255 = 9%

76
57
23

R + G + B ~ 20%. #4C3917 is dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 57 + 23 = 156 (100%)
R 76 of 156 ~ 48.72%
G 57 of 156 ~ 36.54%
B 23 of 156 ~ 14.74'%

%48.72
%36.54
%14.74

CMYK color model

#4C3917 color CMYK value is (0,25,70,70).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 69.74%
  • key color value is 70.20%
CMYK: (0,25,70,70) C0M25Y70K70 (0%,25%,70%,70%) (0.00/0.25/0.70/0.70) 

CMYK percentages

%0
%25
%69.74
%70.2

Codes

Color #4C3917 in popluar color models

4C 39 17
RGB 76 57 23
HSL 38° 53.54% 19.41%
HSB/HSV 38° 69.74% 29.80%
CMYK 0.00% 25.00% 69.74%
70.20%

Color #4C3917 in popluar number systems.

HEX 4C 39 17
Decimal 76 57 23
Binary 1001100 111001 10111
Octal 114 71 27

Shades and tints

Shades of #4C3917

#4C3917
(76,57,23)
#463415
(70,52,21)
#402F13
(64,47,19)
#3A2A11
(58,42,17)
#34250F
(52,37,15)
#2E200D
(46,32,13)
#281B0B
(40,27,11)
#221609
(34,22,9)
#1C1107
(28,17,7)
#160C05
(22,12,5)
#100703
(16,7,3)
#000000
(0,0,0)

Tints of #4C3917

#4C3917
(76,57,23)
#5C4B2C
(92,75,44)
#6C5D41
(108,93,65)
#7C6F56
(124,111,86)
#8C816B
(140,129,107)
#9C9380
(156,147,128)
#ACA595
(172,165,149)
#BCB7AA
(188,183,170)
#CCC9BF
(204,201,191)
#DCDBD4
(220,219,212)
#ECEDE9
(236,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C3917 color. Also use rgb(76,57,23) instead hex code.

Text Font Color

.myTextColor { color: #4C3917; }

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

This text font color is #4C3917.

Background Color

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

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

This div background color is #4C3917.

Border color

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

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

This div border color is #4C3917.

Opacity

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

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

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

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

This text has shadow with #4C3917 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C3917.

Preview

Color preview on black background

This text has color #4C3917 on black background.


Color preview on white background

This text has color #4C3917 on white background.


Black color preview on #4C3917 background

This text has black color on #4C3917 background.


White color preview on #4C3917 background

This text has white color on #4C3917 background.


Related colors

Complementary color

Complementary color for #hex is #B3C6E8.


I love getcolorcode.com

Triadic colors

1 #174C39 and #39174C with #4C3917 are triadic colors.

2 #17394C and #394C17 with #4C3917 are triadic colors.