COLOR #5C6340

HEX: #5C6340
RGB: (92,99,64)

Color info

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

RGB color model

#5C6340 color RGB value is (92,99,64).

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

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 64 of 255 = 25%

92
99
64

R + G + B ~ 33%. #5C6340 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 99 + 64 = 255 (100%)
R 92 of 255 ~ 36.08%
G 99 of 255 ~ 38.82%
B 64 of 255 ~ 25.1%

%36.08
%38.82
%25.1

CMYK color model

#5C6340 color CMYK value is (7,0,35,61).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 35.35%
  • key color value is 61.18%
CMYK:
(7,0,35,61)
C7M0Y35K61 
(7%,0%,35%,61%)
(0.07/0.00/0.35/0.61)	

CMYK percentages

%7.07
%0
%35.35
%61.18

Codes

Color #5C6340 in popluar color models

5C6340
RGB929964
HSL72°21.47%31.96%
HSB/HSV72°35.35%38.82%
CMYK7.07%0.00%35.35%
61.18%

Color #5C6340 in popluar number systems.

HEX5C6340
Decimal929964
Binary101110011000111000000
Octal134143100

Shades and tints

Shades of #5C6340

#5C6340
(92,99,64)
#545A3B
(84,90,59)
#4C5136
(76,81,54)
#444831
(68,72,49)
#3C3F2C
(60,63,44)
#343627
(52,54,39)
#2C2D22
(44,45,34)
#24241D
(36,36,29)
#1C1B18
(28,27,24)
#141213
(20,18,19)
#0C090E
(12,9,14)
#000000
(0,0,0)

Tints of #5C6340

#5C6340
(92,99,64)
#6A7151
(106,113,81)
#787F62
(120,127,98)
#868D73
(134,141,115)
#949B84
(148,155,132)
#A2A995
(162,169,149)
#B0B7A6
(176,183,166)
#BEC5B7
(190,197,183)
#CCD3C8
(204,211,200)
#DAE1D9
(218,225,217)
#E8EFEA
(232,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6340; }

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

This text font color is #5C6340.


Background Color

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

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

This div background color is #5C6340.


Border color

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

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

This div border color is #5C6340.


Opacity

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

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

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

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

This text has shadow with #5C6340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6340 on black background.


Color preview on white background

This text has color #5C6340 on white background.



Black color preview on #5C6340 background

This text has black color on #5C6340 background.


White color preview on #5C6340 background

This text has white color on #5C6340 background.