COLOR #4C4602

HEX: #4C4602
RGB: (76,70,2)

Color info

#4C4602 contains mainly red and green colors. Web safe color of #4C4602 is #333300 (or #330).

RGB color model

#4C4602 color RGB value is (76,70,2).

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

RGB channels and saturation

R 76 of 255 = 30%
G 70 of 255 = 27%
B 2 of 255 = 1%

76
70
2

R + G + B ~ 19%. #4C4602 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 70 + 2 = 148 (100%)
R 76 of 148 ~ 51.35%
G 70 of 148 ~ 47.3%
B 2 of 148 ~ 1.35%

%51.35
%47.3

CMYK color model

#4C4602 color CMYK value is (0,8,97,70).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 97.37%
  • key color value is 70.20%
CMYK:
(0,8,97,70)
C0M8Y97K70 
(0%,8%,97%,70%)
(0.00/0.08/0.97/0.70)	

CMYK percentages

%0
%7.89
%97.37
%70.2

Codes

Color #4C4602 in popluar color models

4C4602
RGB76702
HSL55°94.87%15.29%
HSB/HSV55°97.37%29.80%
CMYK0.00%7.89%97.37%
70.20%

Color #4C4602 in popluar number systems.

HEX4C4602
Decimal76702
Binary1001100100011010
Octal1141062

Shades and tints

Shades of #4C4602

#4C4602
(76,70,2)
#464002
(70,64,2)
#403A02
(64,58,2)
#3A3402
(58,52,2)
#342E02
(52,46,2)
#2E2802
(46,40,2)
#282202
(40,34,2)
#221C02
(34,28,2)
#1C1602
(28,22,2)
#161002
(22,16,2)
#100A02
(16,10,2)
#000000
(0,0,0)

Tints of #4C4602

#4C4602
(76,70,2)
#5C5619
(92,86,25)
#6C6630
(108,102,48)
#7C7647
(124,118,71)
#8C865E
(140,134,94)
#9C9675
(156,150,117)
#ACA68C
(172,166,140)
#BCB6A3
(188,182,163)
#CCC6BA
(204,198,186)
#DCD6D1
(220,214,209)
#ECE6E8
(236,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4602; }

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

This text font color is #4C4602.


Background Color

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

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

This div background color is #4C4602.


Border color

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

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

This div border color is #4C4602.


Opacity

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

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

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

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

This text has shadow with #4C4602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4602 on black background.


Color preview on white background

This text has color #4C4602 on white background.



Black color preview on #4C4602 background

This text has black color on #4C4602 background.


White color preview on #4C4602 background

This text has white color on #4C4602 background.