COLOR #4C7507

HEX: #4C7507
RGB: (76,117,7)

Color info

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

RGB color model

#4C7507 color RGB value is (76,117,7).

  • red value is 76;
  • green value is 117;
  • blue value is 7.
RGB:
(76,117,7)
(30%,46%,3%)

RGB channels and saturation

R 76 of 255 = 30%
G 117 of 255 = 46%
B 7 of 255 = 3%

76
117
7

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

Portions of RGB colors in percentages

R + G + B =
76 + 117 + 7 = 200 (100%)
R 76 of 200 ~ 38%
G 117 of 200 ~ 58.5%
B 7 of 200 ~ 3.5%

%38
%58.5

CMYK color model

#4C7507 color CMYK value is (35,0,94,54).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 94.02%
  • key color value is 54.12%
CMYK:
(35,0,94,54)
C35M0Y94K54 
(35%,0%,94%,54%)
(0.35/0.00/0.94/0.54)	

CMYK percentages

%35.04
%0
%94.02
%54.12

Codes

Color #4C7507 in popluar color models

4C7507
RGB761177
HSL82°88.71%24.31%
HSB/HSV82°94.02%45.88%
CMYK35.04%0.00%94.02%
54.12%

Color #4C7507 in popluar number systems.

HEX4C7507
Decimal761177
Binary10011001110101111
Octal1141657

Shades and tints

Shades of #4C7507

#4C7507
(76,117,7)
#466B07
(70,107,7)
#406107
(64,97,7)
#3A5707
(58,87,7)
#344D07
(52,77,7)
#2E4307
(46,67,7)
#283907
(40,57,7)
#222F07
(34,47,7)
#1C2507
(28,37,7)
#161B07
(22,27,7)
#101107
(16,17,7)
#000000
(0,0,0)

Tints of #4C7507

#4C7507
(76,117,7)
#5C811D
(92,129,29)
#6C8D33
(108,141,51)
#7C9949
(124,153,73)
#8CA55F
(140,165,95)
#9CB175
(156,177,117)
#ACBD8B
(172,189,139)
#BCC9A1
(188,201,161)
#CCD5B7
(204,213,183)
#DCE1CD
(220,225,205)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7507 color. Also use rgb(76,117,7) instead hex code.

Text Font Color

.myTextColor { color: #4C7507; }

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

This text font color is #4C7507.


Background Color

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

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

This div background color is #4C7507.


Border color

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

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

This div border color is #4C7507.


Opacity

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

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

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

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

This text has shadow with #4C7507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C7507 on black background.


Color preview on white background

This text has color #4C7507 on white background.



Black color preview on #4C7507 background

This text has black color on #4C7507 background.


White color preview on #4C7507 background

This text has white color on #4C7507 background.