COLOR #4C6D0C

HEX: #4C6D0C
RGB: (76,109,12)

Color info

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

RGB color model

#4C6D0C color RGB value is (76,109,12).

  • red value is 76;
  • green value is 109;
  • blue value is 12.
RGB:
(76,109,12)
(30%,43%,5%)

RGB channels and saturation

R 76 of 255 = 30%
G 109 of 255 = 43%
B 12 of 255 = 5%

76
109
12

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

Portions of RGB colors in percentages

R + G + B =
76 + 109 + 12 = 197 (100%)
R 76 of 197 ~ 38.58%
G 109 of 197 ~ 55.33%
B 12 of 197 ~ 6.09%

%38.58
%55.33

CMYK color model

#4C6D0C color CMYK value is (30,0,89,57).

  • cyan value is 30.28%
  • magenta value is 0.00%
  • yellow value is 88.99%
  • key color value is 57.25%
CMYK:
(30,0,89,57)
C30M0Y89K57 
(30%,0%,89%,57%)
(0.30/0.00/0.89/0.57)	

CMYK percentages

%30.28
%0
%88.99
%57.25

Codes

Color #4C6D0C in popluar color models

4C6D0C
RGB7610912
HSL80°80.17%23.73%
HSB/HSV80°88.99%42.75%
CMYK30.28%0.00%88.99%
57.25%

Color #4C6D0C in popluar number systems.

HEX4C6D0C
Decimal7610912
Binary100110011011011100
Octal11415514

Shades and tints

Shades of #4C6D0C

#4C6D0C
(76,109,12)
#46640B
(70,100,11)
#405B0A
(64,91,10)
#3A5209
(58,82,9)
#344908
(52,73,8)
#2E4007
(46,64,7)
#283706
(40,55,6)
#222E05
(34,46,5)
#1C2504
(28,37,4)
#161C03
(22,28,3)
#101302
(16,19,2)
#000000
(0,0,0)

Tints of #4C6D0C

#4C6D0C
(76,109,12)
#5C7A22
(92,122,34)
#6C8738
(108,135,56)
#7C944E
(124,148,78)
#8CA164
(140,161,100)
#9CAE7A
(156,174,122)
#ACBB90
(172,187,144)
#BCC8A6
(188,200,166)
#CCD5BC
(204,213,188)
#DCE2D2
(220,226,210)
#ECEFE8
(236,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6D0C color. Also use rgb(76,109,12) instead hex code.

Text Font Color

.myTextColor { color: #4C6D0C; }

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

This text font color is #4C6D0C.


Background Color

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

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

This div background color is #4C6D0C.


Border color

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

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

This div border color is #4C6D0C.


Opacity

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

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

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

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

This text has shadow with #4C6D0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6D0C on black background.


Color preview on white background

This text has color #4C6D0C on white background.



Black color preview on #4C6D0C background

This text has black color on #4C6D0C background.


White color preview on #4C6D0C background

This text has white color on #4C6D0C background.