COLOR #5C7609

HEX: #5C7609
RGB: (92,118,9)

Color info

#5C7609 contains mainly red and green colors. Web safe color of #5C7609 is #666600 (or #660).

RGB color model

#5C7609 color RGB value is (92,118,9).

  • red value is 92;
  • green value is 118;
  • blue value is 9.
RGB:
(92,118,9)
(36%,46%,4%)

RGB channels and saturation

R 92 of 255 = 36%
G 118 of 255 = 46%
B 9 of 255 = 4%

92
118
9

R + G + B ~ 29%. #5C7609 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 118 + 9 = 219 (100%)
R 92 of 219 ~ 42.01%
G 118 of 219 ~ 53.88%
B 9 of 219 ~ 4.11%

%42.01
%53.88

CMYK color model

#5C7609 color CMYK value is (22,0,92,54).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 92.37%
  • key color value is 53.73%
CMYK:
(22,0,92,54)
C22M0Y92K54 
(22%,0%,92%,54%)
(0.22/0.00/0.92/0.54)	

CMYK percentages

%22.03
%0
%92.37
%53.73

Codes

Color #5C7609 in popluar color models

5C7609
RGB921189
HSL74°85.83%24.90%
HSB/HSV74°92.37%46.27%
CMYK22.03%0.00%92.37%
53.73%

Color #5C7609 in popluar number systems.

HEX5C7609
Decimal921189
Binary101110011101101001
Octal13416611

Shades and tints

Shades of #5C7609

#5C7609
(92,118,9)
#546C09
(84,108,9)
#4C6209
(76,98,9)
#445809
(68,88,9)
#3C4E09
(60,78,9)
#344409
(52,68,9)
#2C3A09
(44,58,9)
#243009
(36,48,9)
#1C2609
(28,38,9)
#141C09
(20,28,9)
#0C1209
(12,18,9)
#000000
(0,0,0)

Tints of #5C7609

#5C7609
(92,118,9)
#6A821F
(106,130,31)
#788E35
(120,142,53)
#869A4B
(134,154,75)
#94A661
(148,166,97)
#A2B277
(162,178,119)
#B0BE8D
(176,190,141)
#BECAA3
(190,202,163)
#CCD6B9
(204,214,185)
#DAE2CF
(218,226,207)
#E8EEE5
(232,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7609 color. Also use rgb(92,118,9) instead hex code.

Text Font Color

.myTextColor { color: #5C7609; }

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

This text font color is #5C7609.


Background Color

.myBgColor { background-color: #5C7609; }

<div style="background-color:#5C7609">Inner text</div>

This div background color is #5C7609.


Border color

.myBorderColor { border: 1px solid #5C7609; }

<div style="border:3px solid #5C7609">Div</div>

This div border color is #5C7609.


Opacity

.myOpacity80 { color: #5C7609; opacity: 0.8; }

<p style="color:#5C7609;opacity:0.8;">80%</p>

Text with #5C7609 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 #5C7609;}

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

This text has shadow with #5C7609 color.

.textShadow {text-shadow: 3px 3px 1px #5C7609, 3px 3px 1px red;}

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

This text has shadow with #5C7609 primary color and red secondary color.


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

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

This text has shadow with #5C7609 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7609 on black background.


Color preview on white background

This text has color #5C7609 on white background.



Black color preview on #5C7609 background

This text has black color on #5C7609 background.


White color preview on #5C7609 background

This text has white color on #5C7609 background.