COLOR #4C6A0C

HEX: #4C6A0C
RGB: (76,106,12)

Color info

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

RGB color model

#4C6A0C color RGB value is (76,106,12).

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

RGB channels and saturation

R 76 of 255 = 30%
G 106 of 255 = 42%
B 12 of 255 = 5%

76
106
12

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

Portions of RGB colors in percentages

R + G + B =
76 + 106 + 12 = 194 (100%)
R 76 of 194 ~ 39.18%
G 106 of 194 ~ 54.64%
B 12 of 194 ~ 6.19%

%39.18
%54.64

CMYK color model

#4C6A0C color CMYK value is (28,0,89,58).

  • cyan value is 28.30%
  • magenta value is 0.00%
  • yellow value is 88.68%
  • key color value is 58.43%
CMYK:
(28,0,89,58)
C28M0Y89K58 
(28%,0%,89%,58%)
(0.28/0.00/0.89/0.58)	

CMYK percentages

%28.3
%0
%88.68
%58.43

Codes

Color #4C6A0C in popluar color models

4C6A0C
RGB7610612
HSL79°79.66%23.14%
HSB/HSV79°88.68%41.57%
CMYK28.30%0.00%88.68%
58.43%

Color #4C6A0C in popluar number systems.

HEX4C6A0C
Decimal7610612
Binary100110011010101100
Octal11415214

Shades and tints

Shades of #4C6A0C

#4C6A0C
(76,106,12)
#46610B
(70,97,11)
#40580A
(64,88,10)
#3A4F09
(58,79,9)
#344608
(52,70,8)
#2E3D07
(46,61,7)
#283406
(40,52,6)
#222B05
(34,43,5)
#1C2204
(28,34,4)
#161903
(22,25,3)
#101002
(16,16,2)
#000000
(0,0,0)

Tints of #4C6A0C

#4C6A0C
(76,106,12)
#5C7722
(92,119,34)
#6C8438
(108,132,56)
#7C914E
(124,145,78)
#8C9E64
(140,158,100)
#9CAB7A
(156,171,122)
#ACB890
(172,184,144)
#BCC5A6
(188,197,166)
#CCD2BC
(204,210,188)
#DCDFD2
(220,223,210)
#ECECE8
(236,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C6A0C; }

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

This text font color is #4C6A0C.


Background Color

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

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

This div background color is #4C6A0C.


Border color

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

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

This div border color is #4C6A0C.


Opacity

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

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

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

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

This text has shadow with #4C6A0C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6A0C on black background.


Color preview on white background

This text has color #4C6A0C on white background.



Black color preview on #4C6A0C background

This text has black color on #4C6A0C background.


White color preview on #4C6A0C background

This text has white color on #4C6A0C background.