COLOR #5C6328

HEX: #5C6328
RGB: (92,99,40)

Color info

#5C6328 contains red, green and blue colors in about the same proportion. Web safe color of #5C6328 is #666633 (or #663).

RGB color model

#5C6328 color RGB value is (92,99,40).

  • red value is 92;
  • green value is 99;
  • blue value is 40.
RGB:
(92,99,40)
(36%,39%,16%)

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 40 of 255 = 16%

92
99
40

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

Portions of RGB colors in percentages

R + G + B =
92 + 99 + 40 = 231 (100%)
R 92 of 231 ~ 39.83%
G 99 of 231 ~ 42.86%
B 40 of 231 ~ 17.32%

%39.83
%42.86
%17.32

CMYK color model

#5C6328 color CMYK value is (7,0,60,61).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 59.60%
  • key color value is 61.18%
CMYK:
(7,0,60,61)
C7M0Y60K61 
(7%,0%,60%,61%)
(0.07/0.00/0.60/0.61)	

CMYK percentages

%7.07
%0
%59.6
%61.18

Codes

Color #5C6328 in popluar color models

5C6328
RGB929940
HSL67°42.45%27.25%
HSB/HSV67°59.60%38.82%
CMYK7.07%0.00%59.60%
61.18%

Color #5C6328 in popluar number systems.

HEX5C6328
Decimal929940
Binary10111001100011101000
Octal13414350

Shades and tints

Shades of #5C6328

#5C6328
(92,99,40)
#545A25
(84,90,37)
#4C5122
(76,81,34)
#44481F
(68,72,31)
#3C3F1C
(60,63,28)
#343619
(52,54,25)
#2C2D16
(44,45,22)
#242413
(36,36,19)
#1C1B10
(28,27,16)
#14120D
(20,18,13)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #5C6328

#5C6328
(92,99,40)
#6A713B
(106,113,59)
#787F4E
(120,127,78)
#868D61
(134,141,97)
#949B74
(148,155,116)
#A2A987
(162,169,135)
#B0B79A
(176,183,154)
#BEC5AD
(190,197,173)
#CCD3C0
(204,211,192)
#DAE1D3
(218,225,211)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C6328 color. Also use rgb(92,99,40) instead hex code.

Text Font Color

.myTextColor { color: #5C6328; }

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

This text font color is #5C6328.


Background Color

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

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

This div background color is #5C6328.


Border color

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

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

This div border color is #5C6328.


Opacity

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

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

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

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

This text has shadow with #5C6328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6328 on black background.


Color preview on white background

This text has color #5C6328 on white background.



Black color preview on #5C6328 background

This text has black color on #5C6328 background.


White color preview on #5C6328 background

This text has white color on #5C6328 background.