COLOR #5C7454

HEX: #5C7454
RGB: (92,116,84)

Color info

#5C7454 contains red, green and blue colors in about the same proportion. Web safe color of #5C7454 is #666666 (or #666).

RGB color model

#5C7454 color RGB value is (92,116,84).

  • red value is 92;
  • green value is 116;
  • blue value is 84.
RGB:
(92,116,84)
(36%,45%,33%)

RGB channels and saturation

R 92 of 255 = 36%
G 116 of 255 = 45%
B 84 of 255 = 33%

92
116
84

R + G + B ~ 38%. #5C7454 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 116 + 84 = 292 (100%)
R 92 of 292 ~ 31.51%
G 116 of 292 ~ 39.73%
B 84 of 292 ~ 28.77%

%31.51
%39.73
%28.77

CMYK color model

#5C7454 color CMYK value is (21,0,28,55).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 54.51%
CMYK:
(21,0,28,55)
C21M0Y28K55 
(21%,0%,28%,55%)
(0.21/0.00/0.28/0.55)	

CMYK percentages

%20.69
%0
%27.59
%54.51

Codes

Color #5C7454 in popluar color models

5C7454
RGB9211684
HSL105°16.00%39.22%
HSB/HSV105°27.59%45.49%
CMYK20.69%0.00%27.59%
54.51%

Color #5C7454 in popluar number systems.

HEX5C7454
Decimal9211684
Binary101110011101001010100
Octal134164124

Shades and tints

Shades of #5C7454

#5C7454
(92,116,84)
#546A4D
(84,106,77)
#4C6046
(76,96,70)
#44563F
(68,86,63)
#3C4C38
(60,76,56)
#344231
(52,66,49)
#2C382A
(44,56,42)
#242E23
(36,46,35)
#1C241C
(28,36,28)
#141A15
(20,26,21)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #5C7454

#5C7454
(92,116,84)
#6A8063
(106,128,99)
#788C72
(120,140,114)
#869881
(134,152,129)
#94A490
(148,164,144)
#A2B09F
(162,176,159)
#B0BCAE
(176,188,174)
#BEC8BD
(190,200,189)
#CCD4CC
(204,212,204)
#DAE0DB
(218,224,219)
#E8ECEA
(232,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7454 color. Also use rgb(92,116,84) instead hex code.

Text Font Color

.myTextColor { color: #5C7454; }

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

This text font color is #5C7454.


Background Color

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

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

This div background color is #5C7454.


Border color

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

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

This div border color is #5C7454.


Opacity

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

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

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

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

This text has shadow with #5C7454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7454 on black background.


Color preview on white background

This text has color #5C7454 on white background.



Black color preview on #5C7454 background

This text has black color on #5C7454 background.


White color preview on #5C7454 background

This text has white color on #5C7454 background.