COLOR #5C7E45

HEX: #5C7E45
RGB: (92,126,69)

Color info

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

RGB color model

#5C7E45 color RGB value is (92,126,69).

  • red value is 92;
  • green value is 126;
  • blue value is 69.
RGB:
(92,126,69)
(36%,49%,27%)

RGB channels and saturation

R 92 of 255 = 36%
G 126 of 255 = 49%
B 69 of 255 = 27%

92
126
69

R + G + B ~ 37%. #5C7E45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 126 + 69 = 287 (100%)
R 92 of 287 ~ 32.06%
G 126 of 287 ~ 43.9%
B 69 of 287 ~ 24.04%

%32.06
%43.9
%24.04

CMYK color model

#5C7E45 color CMYK value is (27,0,45,51).

  • cyan value is 26.98%
  • magenta value is 0.00%
  • yellow value is 45.24%
  • key color value is 50.59%
CMYK:
(27,0,45,51)
C27M0Y45K51 
(27%,0%,45%,51%)
(0.27/0.00/0.45/0.51)	

CMYK percentages

%26.98
%0
%45.24
%50.59

Codes

Color #5C7E45 in popluar color models

5C7E45
RGB9212669
HSL96°29.23%38.24%
HSB/HSV96°45.24%49.41%
CMYK26.98%0.00%45.24%
50.59%

Color #5C7E45 in popluar number systems.

HEX5C7E45
Decimal9212669
Binary101110011111101000101
Octal134176105

Shades and tints

Shades of #5C7E45

#5C7E45
(92,126,69)
#54733F
(84,115,63)
#4C6839
(76,104,57)
#445D33
(68,93,51)
#3C522D
(60,82,45)
#344727
(52,71,39)
#2C3C21
(44,60,33)
#24311B
(36,49,27)
#1C2615
(28,38,21)
#141B0F
(20,27,15)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #5C7E45

#5C7E45
(92,126,69)
#6A8955
(106,137,85)
#789465
(120,148,101)
#869F75
(134,159,117)
#94AA85
(148,170,133)
#A2B595
(162,181,149)
#B0C0A5
(176,192,165)
#BECBB5
(190,203,181)
#CCD6C5
(204,214,197)
#DAE1D5
(218,225,213)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7E45 color. Also use rgb(92,126,69) instead hex code.

Text Font Color

.myTextColor { color: #5C7E45; }

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

This text font color is #5C7E45.


Background Color

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

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

This div background color is #5C7E45.


Border color

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

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

This div border color is #5C7E45.


Opacity

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

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

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

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

This text has shadow with #5C7E45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7E45 on black background.


Color preview on white background

This text has color #5C7E45 on white background.



Black color preview on #5C7E45 background

This text has black color on #5C7E45 background.


White color preview on #5C7E45 background

This text has white color on #5C7E45 background.