COLOR #5C6325

HEX: #5C6325
RGB: (92,99,37)

Color info

#5C6325 contains mainly red and green colors. Web safe color of #5C6325 is #666633 (or #663).

RGB color model

#5C6325 color RGB value is (92,99,37).

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

RGB channels and saturation

R 92 of 255 = 36%
G 99 of 255 = 39%
B 37 of 255 = 15%

92
99
37

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

Portions of RGB colors in percentages

R + G + B =
92 + 99 + 37 = 228 (100%)
R 92 of 228 ~ 40.35%
G 99 of 228 ~ 43.42%
B 37 of 228 ~ 16.23%

%40.35
%43.42
%16.23

CMYK color model

#5C6325 color CMYK value is (7,0,63,61).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 62.63%
  • key color value is 61.18%
CMYK:
(7,0,63,61)
C7M0Y63K61 
(7%,0%,63%,61%)
(0.07/0.00/0.63/0.61)	

CMYK percentages

%7.07
%0
%62.63
%61.18

Codes

Color #5C6325 in popluar color models

5C6325
RGB929937
HSL67°45.59%26.67%
HSB/HSV67°62.63%38.82%
CMYK7.07%0.00%62.63%
61.18%

Color #5C6325 in popluar number systems.

HEX5C6325
Decimal929937
Binary10111001100011100101
Octal13414345

Shades and tints

Shades of #5C6325

#5C6325
(92,99,37)
#545A22
(84,90,34)
#4C511F
(76,81,31)
#44481C
(68,72,28)
#3C3F19
(60,63,25)
#343616
(52,54,22)
#2C2D13
(44,45,19)
#242410
(36,36,16)
#1C1B0D
(28,27,13)
#14120A
(20,18,10)
#0C0907
(12,9,7)
#000000
(0,0,0)

Tints of #5C6325

#5C6325
(92,99,37)
#6A7138
(106,113,56)
#787F4B
(120,127,75)
#868D5E
(134,141,94)
#949B71
(148,155,113)
#A2A984
(162,169,132)
#B0B797
(176,183,151)
#BEC5AA
(190,197,170)
#CCD3BD
(204,211,189)
#DAE1D0
(218,225,208)
#E8EFE3
(232,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6325; }

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

This text font color is #5C6325.


Background Color

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

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

This div background color is #5C6325.


Border color

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

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

This div border color is #5C6325.


Opacity

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

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

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

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

This text has shadow with #5C6325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6325 on black background.


Color preview on white background

This text has color #5C6325 on white background.



Black color preview on #5C6325 background

This text has black color on #5C6325 background.


White color preview on #5C6325 background

This text has white color on #5C6325 background.