COLOR #5C7217

HEX: #5C7217
RGB: (92,114,23)

Color info

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

RGB color model

#5C7217 color RGB value is (92,114,23).

  • red value is 92;
  • green value is 114;
  • blue value is 23.
RGB:
(92,114,23)
(36%,45%,9%)

RGB channels and saturation

R 92 of 255 = 36%
G 114 of 255 = 45%
B 23 of 255 = 9%

92
114
23

R + G + B ~ 30%. #5C7217 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 114 + 23 = 229 (100%)
R 92 of 229 ~ 40.17%
G 114 of 229 ~ 49.78%
B 23 of 229 ~ 10.04%

%40.17
%49.78
%10.04

CMYK color model

#5C7217 color CMYK value is (19,0,80,55).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 79.82%
  • key color value is 55.29%
CMYK:
(19,0,80,55)
C19M0Y80K55 
(19%,0%,80%,55%)
(0.19/0.00/0.80/0.55)	

CMYK percentages

%19.3
%0
%79.82
%55.29

Codes

Color #5C7217 in popluar color models

5C7217
RGB9211423
HSL75°66.42%26.86%
HSB/HSV75°79.82%44.71%
CMYK19.30%0.00%79.82%
55.29%

Color #5C7217 in popluar number systems.

HEX5C7217
Decimal9211423
Binary1011100111001010111
Octal13416227

Shades and tints

Shades of #5C7217

#5C7217
(92,114,23)
#546815
(84,104,21)
#4C5E13
(76,94,19)
#445411
(68,84,17)
#3C4A0F
(60,74,15)
#34400D
(52,64,13)
#2C360B
(44,54,11)
#242C09
(36,44,9)
#1C2207
(28,34,7)
#141805
(20,24,5)
#0C0E03
(12,14,3)
#000000
(0,0,0)

Tints of #5C7217

#5C7217
(92,114,23)
#6A7E2C
(106,126,44)
#788A41
(120,138,65)
#869656
(134,150,86)
#94A26B
(148,162,107)
#A2AE80
(162,174,128)
#B0BA95
(176,186,149)
#BEC6AA
(190,198,170)
#CCD2BF
(204,210,191)
#DADED4
(218,222,212)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7217 color. Also use rgb(92,114,23) instead hex code.

Text Font Color

.myTextColor { color: #5C7217; }

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

This text font color is #5C7217.


Background Color

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

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

This div background color is #5C7217.


Border color

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

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

This div border color is #5C7217.


Opacity

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

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

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

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

This text has shadow with #5C7217 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7217 on black background.


Color preview on white background

This text has color #5C7217 on white background.



Black color preview on #5C7217 background

This text has black color on #5C7217 background.


White color preview on #5C7217 background

This text has white color on #5C7217 background.