COLOR #4C8513

HEX: #4C8513
RGB: (76,133,19)

Color info

#4C8513 contains mainly red and green colors. Web safe color of #4C8513 is #339900 (or #390).

RGB color model

#4C8513 color RGB value is (76,133,19).

  • red value is 76;
  • green value is 133;
  • blue value is 19.
RGB:
(76,133,19)
(30%,52%,7%)

RGB channels and saturation

R 76 of 255 = 30%
G 133 of 255 = 52%
B 19 of 255 = 7%

76
133
19

R + G + B ~ 30%. #4C8513 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 133 + 19 = 228 (100%)
R 76 of 228 ~ 33.33%
G 133 of 228 ~ 58.33%
B 19 of 228 ~ 8.33%

%33.33
%58.33

CMYK color model

#4C8513 color CMYK value is (43,0,86,48).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 47.84%
CMYK:
(43,0,86,48)
C43M0Y86K48 
(43%,0%,86%,48%)
(0.43/0.00/0.86/0.48)	

CMYK percentages

%42.86
%0
%85.71
%47.84

Codes

Color #4C8513 in popluar color models

4C8513
RGB7613319
HSL90°75.00%29.80%
HSB/HSV90°85.71%52.16%
CMYK42.86%0.00%85.71%
47.84%

Color #4C8513 in popluar number systems.

HEX4C8513
Decimal7613319
Binary10011001000010110011
Octal11420523

Shades and tints

Shades of #4C8513

#4C8513
(76,133,19)
#467912
(70,121,18)
#406D11
(64,109,17)
#3A6110
(58,97,16)
#34550F
(52,85,15)
#2E490E
(46,73,14)
#283D0D
(40,61,13)
#22310C
(34,49,12)
#1C250B
(28,37,11)
#16190A
(22,25,10)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #4C8513

#4C8513
(76,133,19)
#5C9028
(92,144,40)
#6C9B3D
(108,155,61)
#7CA652
(124,166,82)
#8CB167
(140,177,103)
#9CBC7C
(156,188,124)
#ACC791
(172,199,145)
#BCD2A6
(188,210,166)
#CCDDBB
(204,221,187)
#DCE8D0
(220,232,208)
#ECF3E5
(236,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C8513 color. Also use rgb(76,133,19) instead hex code.

Text Font Color

.myTextColor { color: #4C8513; }

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

This text font color is #4C8513.


Background Color

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

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

This div background color is #4C8513.


Border color

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

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

This div border color is #4C8513.


Opacity

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

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

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

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

This text has shadow with #4C8513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C8513 on black background.


Color preview on white background

This text has color #4C8513 on white background.



Black color preview on #4C8513 background

This text has black color on #4C8513 background.


White color preview on #4C8513 background

This text has white color on #4C8513 background.