COLOR #4C5F09

HEX: #4C5F09
RGB: (76,95,9)

Color info

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

RGB color model

#4C5F09 color RGB value is (76,95,9).

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

RGB channels and saturation

R 76 of 255 = 30%
G 95 of 255 = 37%
B 9 of 255 = 4%

76
95
9

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

Portions of RGB colors in percentages

R + G + B =
76 + 95 + 9 = 180 (100%)
R 76 of 180 ~ 42.22%
G 95 of 180 ~ 52.78%
B 9 of 180 ~ 5%

%42.22
%52.78

CMYK color model

#4C5F09 color CMYK value is (20,0,91,63).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 90.53%
  • key color value is 62.75%
CMYK:
(20,0,91,63)
C20M0Y91K63 
(20%,0%,91%,63%)
(0.20/0.00/0.91/0.63)	

CMYK percentages

%20
%0
%90.53
%62.75

Codes

Color #4C5F09 in popluar color models

4C5F09
RGB76959
HSL73°82.69%20.39%
HSB/HSV73°90.53%37.25%
CMYK20.00%0.00%90.53%
62.75%

Color #4C5F09 in popluar number systems.

HEX4C5F09
Decimal76959
Binary100110010111111001
Octal11413711

Shades and tints

Shades of #4C5F09

#4C5F09
(76,95,9)
#465709
(70,87,9)
#404F09
(64,79,9)
#3A4709
(58,71,9)
#343F09
(52,63,9)
#2E3709
(46,55,9)
#282F09
(40,47,9)
#222709
(34,39,9)
#1C1F09
(28,31,9)
#161709
(22,23,9)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #4C5F09

#4C5F09
(76,95,9)
#5C6D1F
(92,109,31)
#6C7B35
(108,123,53)
#7C894B
(124,137,75)
#8C9761
(140,151,97)
#9CA577
(156,165,119)
#ACB38D
(172,179,141)
#BCC1A3
(188,193,163)
#CCCFB9
(204,207,185)
#DCDDCF
(220,221,207)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C5F09; }

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

This text font color is #4C5F09.


Background Color

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

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

This div background color is #4C5F09.


Border color

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

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

This div border color is #4C5F09.


Opacity

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

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

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

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

This text has shadow with #4C5F09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5F09 on black background.


Color preview on white background

This text has color #4C5F09 on white background.



Black color preview on #4C5F09 background

This text has black color on #4C5F09 background.


White color preview on #4C5F09 background

This text has white color on #4C5F09 background.