COLOR #5C7855

HEX: #5C7855
RGB: (92,120,85)

Color info

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

RGB color model

#5C7855 color RGB value is (92,120,85).

  • red value is 92;
  • green value is 120;
  • blue value is 85.
RGB:
(92,120,85)
(36%,47%,33%)

RGB channels and saturation

R 92 of 255 = 36%
G 120 of 255 = 47%
B 85 of 255 = 33%

92
120
85

R + G + B ~ 39%. #5C7855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 120 + 85 = 297 (100%)
R 92 of 297 ~ 30.98%
G 120 of 297 ~ 40.4%
B 85 of 297 ~ 28.62%

%30.98
%40.4
%28.62

CMYK color model

#5C7855 color CMYK value is (23,0,29,53).

  • cyan value is 23.33%
  • magenta value is 0.00%
  • yellow value is 29.17%
  • key color value is 52.94%
CMYK:
(23,0,29,53)
C23M0Y29K53 
(23%,0%,29%,53%)
(0.23/0.00/0.29/0.53)	

CMYK percentages

%23.33
%0
%29.17
%52.94

Codes

Color #5C7855 in popluar color models

5C7855
RGB9212085
HSL108°17.07%40.20%
HSB/HSV108°29.17%47.06%
CMYK23.33%0.00%29.17%
52.94%

Color #5C7855 in popluar number systems.

HEX5C7855
Decimal9212085
Binary101110011110001010101
Octal134170125

Shades and tints

Shades of #5C7855

#5C7855
(92,120,85)
#546E4E
(84,110,78)
#4C6447
(76,100,71)
#445A40
(68,90,64)
#3C5039
(60,80,57)
#344632
(52,70,50)
#2C3C2B
(44,60,43)
#243224
(36,50,36)
#1C281D
(28,40,29)
#141E16
(20,30,22)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #5C7855

#5C7855
(92,120,85)
#6A8464
(106,132,100)
#789073
(120,144,115)
#869C82
(134,156,130)
#94A891
(148,168,145)
#A2B4A0
(162,180,160)
#B0C0AF
(176,192,175)
#BECCBE
(190,204,190)
#CCD8CD
(204,216,205)
#DAE4DC
(218,228,220)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7855 color. Also use rgb(92,120,85) instead hex code.

Text Font Color

.myTextColor { color: #5C7855; }

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

This text font color is #5C7855.


Background Color

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

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

This div background color is #5C7855.


Border color

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

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

This div border color is #5C7855.


Opacity

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

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

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

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

This text has shadow with #5C7855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7855 on black background.


Color preview on white background

This text has color #5C7855 on white background.



Black color preview on #5C7855 background

This text has black color on #5C7855 background.


White color preview on #5C7855 background

This text has white color on #5C7855 background.