COLOR #4C4F1A

HEX: #4C4F1A
RGB: (76,79,26)

Color info

#4C4F1A contains red, green and blue colors in about the same proportion. Web safe color of #4C4F1A is #336600 (or #360).

RGB color model

#4C4F1A color RGB value is (76,79,26).

  • red value is 76;
  • green value is 79;
  • blue value is 26.
RGB:
(76,79,26)
(30%,31%,10%)

RGB channels and saturation

R 76 of 255 = 30%
G 79 of 255 = 31%
B 26 of 255 = 10%

76
79
26

R + G + B ~ 24%. #4C4F1A is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 79 + 26 = 181 (100%)
R 76 of 181 ~ 41.99%
G 79 of 181 ~ 43.65%
B 26 of 181 ~ 14.36%

%41.99
%43.65
%14.36

CMYK color model

#4C4F1A color CMYK value is (4,0,67,69).

  • cyan value is 3.80%
  • magenta value is 0.00%
  • yellow value is 67.09%
  • key color value is 69.02%
CMYK:
(4,0,67,69)
C4M0Y67K69 
(4%,0%,67%,69%)
(0.04/0.00/0.67/0.69)	

CMYK percentages

%3.8
%0
%67.09
%69.02

Codes

Color #4C4F1A in popluar color models

4C4F1A
RGB767926
HSL63°50.48%20.59%
HSB/HSV63°67.09%30.98%
CMYK3.80%0.00%67.09%
69.02%

Color #4C4F1A in popluar number systems.

HEX4C4F1A
Decimal767926
Binary1001100100111111010
Octal11411732

Shades and tints

Shades of #4C4F1A

#4C4F1A
(76,79,26)
#464818
(70,72,24)
#404116
(64,65,22)
#3A3A14
(58,58,20)
#343312
(52,51,18)
#2E2C10
(46,44,16)
#28250E
(40,37,14)
#221E0C
(34,30,12)
#1C170A
(28,23,10)
#161008
(22,16,8)
#100906
(16,9,6)
#000000
(0,0,0)

Tints of #4C4F1A

#4C4F1A
(76,79,26)
#5C5F2E
(92,95,46)
#6C6F42
(108,111,66)
#7C7F56
(124,127,86)
#8C8F6A
(140,143,106)
#9C9F7E
(156,159,126)
#ACAF92
(172,175,146)
#BCBFA6
(188,191,166)
#CCCFBA
(204,207,186)
#DCDFCE
(220,223,206)
#ECEFE2
(236,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4F1A color. Also use rgb(76,79,26) instead hex code.

Text Font Color

.myTextColor { color: #4C4F1A; }

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

This text font color is #4C4F1A.


Background Color

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

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

This div background color is #4C4F1A.


Border color

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

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

This div border color is #4C4F1A.


Opacity

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

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

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

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

This text has shadow with #4C4F1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4F1A on black background.


Color preview on white background

This text has color #4C4F1A on white background.



Black color preview on #4C4F1A background

This text has black color on #4C4F1A background.


White color preview on #4C4F1A background

This text has white color on #4C4F1A background.