COLOR #4C700D

HEX: #4C700D
RGB: (76,112,13)

Color info

#4C700D contains mainly red and green colors. Web safe color of #4C700D is #336600 (or #360).

RGB color model

#4C700D color RGB value is (76,112,13).

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

RGB channels and saturation

R 76 of 255 = 30%
G 112 of 255 = 44%
B 13 of 255 = 5%

76
112
13

R + G + B ~ 26%. #4C700D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 112 + 13 = 201 (100%)
R 76 of 201 ~ 37.81%
G 112 of 201 ~ 55.72%
B 13 of 201 ~ 6.47%

%37.81
%55.72

CMYK color model

#4C700D color CMYK value is (32,0,88,56).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 88.39%
  • key color value is 56.08%
CMYK:
(32,0,88,56)
C32M0Y88K56 
(32%,0%,88%,56%)
(0.32/0.00/0.88/0.56)	

CMYK percentages

%32.14
%0
%88.39
%56.08

Codes

Color #4C700D in popluar color models

4C700D
RGB7611213
HSL82°79.20%24.51%
HSB/HSV82°88.39%43.92%
CMYK32.14%0.00%88.39%
56.08%

Color #4C700D in popluar number systems.

HEX4C700D
Decimal7611213
Binary100110011100001101
Octal11416015

Shades and tints

Shades of #4C700D

#4C700D
(76,112,13)
#46660C
(70,102,12)
#405C0B
(64,92,11)
#3A520A
(58,82,10)
#344809
(52,72,9)
#2E3E08
(46,62,8)
#283407
(40,52,7)
#222A06
(34,42,6)
#1C2005
(28,32,5)
#161604
(22,22,4)
#100C03
(16,12,3)
#000000
(0,0,0)

Tints of #4C700D

#4C700D
(76,112,13)
#5C7D23
(92,125,35)
#6C8A39
(108,138,57)
#7C974F
(124,151,79)
#8CA465
(140,164,101)
#9CB17B
(156,177,123)
#ACBE91
(172,190,145)
#BCCBA7
(188,203,167)
#CCD8BD
(204,216,189)
#DCE5D3
(220,229,211)
#ECF2E9
(236,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C700D; }

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

This text font color is #4C700D.


Background Color

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

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

This div background color is #4C700D.


Border color

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

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

This div border color is #4C700D.


Opacity

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

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

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

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

This text has shadow with #4C700D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C700D on black background.


Color preview on white background

This text has color #4C700D on white background.



Black color preview on #4C700D background

This text has black color on #4C700D background.


White color preview on #4C700D background

This text has white color on #4C700D background.