COLOR #4C702D

HEX: #4C702D
RGB: (76,112,45)

Color info

#4C702D contains mainly red and green colors. Web safe color of #4C702D is #336633 (or #363).

RGB color model

#4C702D color RGB value is (76,112,45).

  • red value is 76;
  • green value is 112;
  • blue value is 45.
RGB:
(76,112,45)
(30%,44%,18%)

RGB channels and saturation

R 76 of 255 = 30%
G 112 of 255 = 44%
B 45 of 255 = 18%

76
112
45

R + G + B ~ 31%. #4C702D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 112 + 45 = 233 (100%)
R 76 of 233 ~ 32.62%
G 112 of 233 ~ 48.07%
B 45 of 233 ~ 19.31%

%32.62
%48.07
%19.31

CMYK color model

#4C702D color CMYK value is (32,0,60,56).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 59.82%
  • key color value is 56.08%
CMYK:
(32,0,60,56)
C32M0Y60K56 
(32%,0%,60%,56%)
(0.32/0.00/0.60/0.56)	

CMYK percentages

%32.14
%0
%59.82
%56.08

Codes

Color #4C702D in popluar color models

4C702D
RGB7611245
HSL92°42.68%30.78%
HSB/HSV92°59.82%43.92%
CMYK32.14%0.00%59.82%
56.08%

Color #4C702D in popluar number systems.

HEX4C702D
Decimal7611245
Binary10011001110000101101
Octal11416055

Shades and tints

Shades of #4C702D

#4C702D
(76,112,45)
#466629
(70,102,41)
#405C25
(64,92,37)
#3A5221
(58,82,33)
#34481D
(52,72,29)
#2E3E19
(46,62,25)
#283415
(40,52,21)
#222A11
(34,42,17)
#1C200D
(28,32,13)
#161609
(22,22,9)
#100C05
(16,12,5)
#000000
(0,0,0)

Tints of #4C702D

#4C702D
(76,112,45)
#5C7D40
(92,125,64)
#6C8A53
(108,138,83)
#7C9766
(124,151,102)
#8CA479
(140,164,121)
#9CB18C
(156,177,140)
#ACBE9F
(172,190,159)
#BCCBB2
(188,203,178)
#CCD8C5
(204,216,197)
#DCE5D8
(220,229,216)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C702D color. Also use rgb(76,112,45) instead hex code.

Text Font Color

.myTextColor { color: #4C702D; }

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

This text font color is #4C702D.


Background Color

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

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

This div background color is #4C702D.


Border color

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

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

This div border color is #4C702D.


Opacity

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

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

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

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

This text has shadow with #4C702D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C702D on black background.


Color preview on white background

This text has color #4C702D on white background.



Black color preview on #4C702D background

This text has black color on #4C702D background.


White color preview on #4C702D background

This text has white color on #4C702D background.