COLOR #5C7619

HEX: #5C7619
RGB: (92,118,25)

Color info

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

RGB color model

#5C7619 color RGB value is (92,118,25).

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

RGB channels and saturation

R 92 of 255 = 36%
G 118 of 255 = 46%
B 25 of 255 = 10%

92
118
25

R + G + B ~ 31%. #5C7619 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 118 + 25 = 235 (100%)
R 92 of 235 ~ 39.15%
G 118 of 235 ~ 50.21%
B 25 of 235 ~ 10.64%

%39.15
%50.21
%10.64

CMYK color model

#5C7619 color CMYK value is (22,0,79,54).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 78.81%
  • key color value is 53.73%
CMYK:
(22,0,79,54)
C22M0Y79K54 
(22%,0%,79%,54%)
(0.22/0.00/0.79/0.54)	

CMYK percentages

%22.03
%0
%78.81
%53.73

Codes

Color #5C7619 in popluar color models

5C7619
RGB9211825
HSL77°65.03%28.04%
HSB/HSV77°78.81%46.27%
CMYK22.03%0.00%78.81%
53.73%

Color #5C7619 in popluar number systems.

HEX5C7619
Decimal9211825
Binary1011100111011011001
Octal13416631

Shades and tints

Shades of #5C7619

#5C7619
(92,118,25)
#546C17
(84,108,23)
#4C6215
(76,98,21)
#445813
(68,88,19)
#3C4E11
(60,78,17)
#34440F
(52,68,15)
#2C3A0D
(44,58,13)
#24300B
(36,48,11)
#1C2609
(28,38,9)
#141C07
(20,28,7)
#0C1205
(12,18,5)
#000000
(0,0,0)

Tints of #5C7619

#5C7619
(92,118,25)
#6A822D
(106,130,45)
#788E41
(120,142,65)
#869A55
(134,154,85)
#94A669
(148,166,105)
#A2B27D
(162,178,125)
#B0BE91
(176,190,145)
#BECAA5
(190,202,165)
#CCD6B9
(204,214,185)
#DAE2CD
(218,226,205)
#E8EEE1
(232,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7619; }

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

This text font color is #5C7619.


Background Color

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

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

This div background color is #5C7619.


Border color

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

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

This div border color is #5C7619.


Opacity

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

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

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

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

This text has shadow with #5C7619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7619 on black background.


Color preview on white background

This text has color #5C7619 on white background.



Black color preview on #5C7619 background

This text has black color on #5C7619 background.


White color preview on #5C7619 background

This text has white color on #5C7619 background.