COLOR #4C6309

HEX: #4C6309
RGB: (76,99,9)

Color info

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

RGB color model

#4C6309 color RGB value is (76,99,9).

  • red value is 76;
  • green value is 99;
  • blue value is 9.
RGB:
(76,99,9)
(30%,39%,4%)

RGB channels and saturation

R 76 of 255 = 30%
G 99 of 255 = 39%
B 9 of 255 = 4%

76
99
9

R + G + B ~ 24%. #4C6309 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 99 + 9 = 184 (100%)
R 76 of 184 ~ 41.3%
G 99 of 184 ~ 53.8%
B 9 of 184 ~ 4.89%

%41.3
%53.8

CMYK color model

#4C6309 color CMYK value is (23,0,91,61).

  • cyan value is 23.23%
  • magenta value is 0.00%
  • yellow value is 90.91%
  • key color value is 61.18%
CMYK:
(23,0,91,61)
C23M0Y91K61 
(23%,0%,91%,61%)
(0.23/0.00/0.91/0.61)	

CMYK percentages

%23.23
%0
%90.91
%61.18

Codes

Color #4C6309 in popluar color models

4C6309
RGB76999
HSL75°83.33%21.18%
HSB/HSV75°90.91%38.82%
CMYK23.23%0.00%90.91%
61.18%

Color #4C6309 in popluar number systems.

HEX4C6309
Decimal76999
Binary100110011000111001
Octal11414311

Shades and tints

Shades of #4C6309

#4C6309
(76,99,9)
#465A09
(70,90,9)
#405109
(64,81,9)
#3A4809
(58,72,9)
#343F09
(52,63,9)
#2E3609
(46,54,9)
#282D09
(40,45,9)
#222409
(34,36,9)
#1C1B09
(28,27,9)
#161209
(22,18,9)
#100909
(16,9,9)
#000000
(0,0,0)

Tints of #4C6309

#4C6309
(76,99,9)
#5C711F
(92,113,31)
#6C7F35
(108,127,53)
#7C8D4B
(124,141,75)
#8C9B61
(140,155,97)
#9CA977
(156,169,119)
#ACB78D
(172,183,141)
#BCC5A3
(188,197,163)
#CCD3B9
(204,211,185)
#DCE1CF
(220,225,207)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C6309 color. Also use rgb(76,99,9) instead hex code.

Text Font Color

.myTextColor { color: #4C6309; }

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

This text font color is #4C6309.


Background Color

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

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

This div background color is #4C6309.


Border color

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

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

This div border color is #4C6309.


Opacity

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

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

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

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

This text has shadow with #4C6309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C6309 on black background.


Color preview on white background

This text has color #4C6309 on white background.



Black color preview on #4C6309 background

This text has black color on #4C6309 background.


White color preview on #4C6309 background

This text has white color on #4C6309 background.