COLOR #4C600F

HEX: #4C600F
RGB: (76,96,15)

Color info

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

RGB color model

#4C600F color RGB value is (76,96,15).

  • red value is 76;
  • green value is 96;
  • blue value is 15.
RGB:
(76,96,15)
(30%,38%,6%)

RGB channels and saturation

R 76 of 255 = 30%
G 96 of 255 = 38%
B 15 of 255 = 6%

76
96
15

R + G + B ~ 25%. #4C600F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 96 + 15 = 187 (100%)
R 76 of 187 ~ 40.64%
G 96 of 187 ~ 51.34%
B 15 of 187 ~ 8.02%

%40.64
%51.34

CMYK color model

#4C600F color CMYK value is (21,0,84,62).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 84.38%
  • key color value is 62.35%
CMYK:
(21,0,84,62)
C21M0Y84K62 
(21%,0%,84%,62%)
(0.21/0.00/0.84/0.62)	

CMYK percentages

%20.83
%0
%84.38
%62.35

Codes

Color #4C600F in popluar color models

4C600F
RGB769615
HSL75°72.97%21.76%
HSB/HSV75°84.38%37.65%
CMYK20.83%0.00%84.38%
62.35%

Color #4C600F in popluar number systems.

HEX4C600F
Decimal769615
Binary100110011000001111
Octal11414017

Shades and tints

Shades of #4C600F

#4C600F
(76,96,15)
#46580E
(70,88,14)
#40500D
(64,80,13)
#3A480C
(58,72,12)
#34400B
(52,64,11)
#2E380A
(46,56,10)
#283009
(40,48,9)
#222808
(34,40,8)
#1C2007
(28,32,7)
#161806
(22,24,6)
#101005
(16,16,5)
#000000
(0,0,0)

Tints of #4C600F

#4C600F
(76,96,15)
#5C6E24
(92,110,36)
#6C7C39
(108,124,57)
#7C8A4E
(124,138,78)
#8C9863
(140,152,99)
#9CA678
(156,166,120)
#ACB48D
(172,180,141)
#BCC2A2
(188,194,162)
#CCD0B7
(204,208,183)
#DCDECC
(220,222,204)
#ECECE1
(236,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C600F color. Also use rgb(76,96,15) instead hex code.

Text Font Color

.myTextColor { color: #4C600F; }

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

This text font color is #4C600F.


Background Color

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

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

This div background color is #4C600F.


Border color

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

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

This div border color is #4C600F.


Opacity

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

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

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

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

This text has shadow with #4C600F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C600F on black background.


Color preview on white background

This text has color #4C600F on white background.



Black color preview on #4C600F background

This text has black color on #4C600F background.


White color preview on #4C600F background

This text has white color on #4C600F background.