COLOR #4C4917

HEX: #4C4917
RGB: (76,73,23)

Color info

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

RGB color model

#4C4917 color RGB value is (76,73,23).

  • red value is 76;
  • green value is 73;
  • blue value is 23.
RGB:
(76,73,23)
(30%,29%,9%)

RGB channels and saturation

R 76 of 255 = 30%
G 73 of 255 = 29%
B 23 of 255 = 9%

76
73
23

R + G + B ~ 23%. #4C4917 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 73 + 23 = 172 (100%)
R 76 of 172 ~ 44.19%
G 73 of 172 ~ 42.44%
B 23 of 172 ~ 13.37%

%44.19
%42.44
%13.37

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 69.74%
  • key color value is 70.20%
CMYK:
(0,4,70,70)
C0M4Y70K70 
(0%,4%,70%,70%)
(0.00/0.04/0.70/0.70)	

CMYK percentages

%0
%3.95
%69.74
%70.2

Codes

Color #4C4917 in popluar color models

4C4917
RGB767323
HSL57°53.54%19.41%
HSB/HSV57°69.74%29.80%
CMYK0.00%3.95%69.74%
70.20%

Color #4C4917 in popluar number systems.

HEX4C4917
Decimal767323
Binary1001100100100110111
Octal11411127

Shades and tints

Shades of #4C4917

#4C4917
(76,73,23)
#464315
(70,67,21)
#403D13
(64,61,19)
#3A3711
(58,55,17)
#34310F
(52,49,15)
#2E2B0D
(46,43,13)
#28250B
(40,37,11)
#221F09
(34,31,9)
#1C1907
(28,25,7)
#161305
(22,19,5)
#100D03
(16,13,3)
#000000
(0,0,0)

Tints of #4C4917

#4C4917
(76,73,23)
#5C592C
(92,89,44)
#6C6941
(108,105,65)
#7C7956
(124,121,86)
#8C896B
(140,137,107)
#9C9980
(156,153,128)
#ACA995
(172,169,149)
#BCB9AA
(188,185,170)
#CCC9BF
(204,201,191)
#DCD9D4
(220,217,212)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4917; }

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

This text font color is #4C4917.


Background Color

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

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

This div background color is #4C4917.


Border color

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

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

This div border color is #4C4917.


Opacity

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

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

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

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

This text has shadow with #4C4917 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4917 on black background.


Color preview on white background

This text has color #4C4917 on white background.



Black color preview on #4C4917 background

This text has black color on #4C4917 background.


White color preview on #4C4917 background

This text has white color on #4C4917 background.