COLOR #4C4614

HEX: #4C4614
RGB: (76,70,20)

Color info

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

RGB color model

#4C4614 color RGB value is (76,70,20).

  • red value is 76;
  • green value is 70;
  • blue value is 20.
RGB:
(76,70,20)
(30%,27%,8%)

RGB channels and saturation

R 76 of 255 = 30%
G 70 of 255 = 27%
B 20 of 255 = 8%

76
70
20

R + G + B ~ 22%. #4C4614 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 70 + 20 = 166 (100%)
R 76 of 166 ~ 45.78%
G 70 of 166 ~ 42.17%
B 20 of 166 ~ 12.05%

%45.78
%42.17
%12.05

CMYK color model

#4C4614 color CMYK value is (0,8,74,70).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 73.68%
  • key color value is 70.20%
CMYK:
(0,8,74,70)
C0M8Y74K70 
(0%,8%,74%,70%)
(0.00/0.08/0.74/0.70)	

CMYK percentages

%0
%7.89
%73.68
%70.2

Codes

Color #4C4614 in popluar color models

4C4614
RGB767020
HSL54°58.33%18.82%
HSB/HSV54°73.68%29.80%
CMYK0.00%7.89%73.68%
70.20%

Color #4C4614 in popluar number systems.

HEX4C4614
Decimal767020
Binary1001100100011010100
Octal11410624

Shades and tints

Shades of #4C4614

#4C4614
(76,70,20)
#464013
(70,64,19)
#403A12
(64,58,18)
#3A3411
(58,52,17)
#342E10
(52,46,16)
#2E280F
(46,40,15)
#28220E
(40,34,14)
#221C0D
(34,28,13)
#1C160C
(28,22,12)
#16100B
(22,16,11)
#100A0A
(16,10,10)
#000000
(0,0,0)

Tints of #4C4614

#4C4614
(76,70,20)
#5C5629
(92,86,41)
#6C663E
(108,102,62)
#7C7653
(124,118,83)
#8C8668
(140,134,104)
#9C967D
(156,150,125)
#ACA692
(172,166,146)
#BCB6A7
(188,182,167)
#CCC6BC
(204,198,188)
#DCD6D1
(220,214,209)
#ECE6E6
(236,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4614 color. Also use rgb(76,70,20) instead hex code.

Text Font Color

.myTextColor { color: #4C4614; }

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

This text font color is #4C4614.


Background Color

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

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

This div background color is #4C4614.


Border color

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

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

This div border color is #4C4614.


Opacity

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

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

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

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

This text has shadow with #4C4614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4614 on black background.


Color preview on white background

This text has color #4C4614 on white background.



Black color preview on #4C4614 background

This text has black color on #4C4614 background.


White color preview on #4C4614 background

This text has white color on #4C4614 background.