COLOR #5C7540

HEX: #5C7540
RGB: (92,117,64)

Color info

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

RGB color model

#5C7540 color RGB value is (92,117,64).

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

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 64 of 255 = 25%

92
117
64

R + G + B ~ 36%. #5C7540 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 117 + 64 = 273 (100%)
R 92 of 273 ~ 33.7%
G 117 of 273 ~ 42.86%
B 64 of 273 ~ 23.44%

%33.7
%42.86
%23.44

CMYK color model

#5C7540 color CMYK value is (21,0,45,54).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 45.30%
  • key color value is 54.12%
CMYK:
(21,0,45,54)
C21M0Y45K54 
(21%,0%,45%,54%)
(0.21/0.00/0.45/0.54)	

CMYK percentages

%21.37
%0
%45.3
%54.12

Codes

Color #5C7540 in popluar color models

5C7540
RGB9211764
HSL88°29.28%35.49%
HSB/HSV88°45.30%45.88%
CMYK21.37%0.00%45.30%
54.12%

Color #5C7540 in popluar number systems.

HEX5C7540
Decimal9211764
Binary101110011101011000000
Octal134165100

Shades and tints

Shades of #5C7540

#5C7540
(92,117,64)
#546B3B
(84,107,59)
#4C6136
(76,97,54)
#445731
(68,87,49)
#3C4D2C
(60,77,44)
#344327
(52,67,39)
#2C3922
(44,57,34)
#242F1D
(36,47,29)
#1C2518
(28,37,24)
#141B13
(20,27,19)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #5C7540

#5C7540
(92,117,64)
#6A8151
(106,129,81)
#788D62
(120,141,98)
#869973
(134,153,115)
#94A584
(148,165,132)
#A2B195
(162,177,149)
#B0BDA6
(176,189,166)
#BEC9B7
(190,201,183)
#CCD5C8
(204,213,200)
#DAE1D9
(218,225,217)
#E8EDEA
(232,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7540; }

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

This text font color is #5C7540.


Background Color

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

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

This div background color is #5C7540.


Border color

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

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

This div border color is #5C7540.


Opacity

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

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

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

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

This text has shadow with #5C7540 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7540 on black background.


Color preview on white background

This text has color #5C7540 on white background.



Black color preview on #5C7540 background

This text has black color on #5C7540 background.


White color preview on #5C7540 background

This text has white color on #5C7540 background.