COLOR #5C7758

HEX: #5C7758
RGB: (92,119,88)

Color info

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

RGB color model

#5C7758 color RGB value is (92,119,88).

  • red value is 92;
  • green value is 119;
  • blue value is 88.
RGB:
(92,119,88)
(36%,47%,35%)

RGB channels and saturation

R 92 of 255 = 36%
G 119 of 255 = 47%
B 88 of 255 = 35%

92
119
88

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

Portions of RGB colors in percentages

R + G + B =
92 + 119 + 88 = 299 (100%)
R 92 of 299 ~ 30.77%
G 119 of 299 ~ 39.8%
B 88 of 299 ~ 29.43%

%30.77
%39.8
%29.43

CMYK color model

#5C7758 color CMYK value is (23,0,26,53).

  • cyan value is 22.69%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 53.33%
CMYK:
(23,0,26,53)
C23M0Y26K53 
(23%,0%,26%,53%)
(0.23/0.00/0.26/0.53)	

CMYK percentages

%22.69
%0
%26.05
%53.33

Codes

Color #5C7758 in popluar color models

5C7758
RGB9211988
HSL112°14.98%40.59%
HSB/HSV112°26.05%46.67%
CMYK22.69%0.00%26.05%
53.33%

Color #5C7758 in popluar number systems.

HEX5C7758
Decimal9211988
Binary101110011101111011000
Octal134167130

Shades and tints

Shades of #5C7758

#5C7758
(92,119,88)
#546D50
(84,109,80)
#4C6348
(76,99,72)
#445940
(68,89,64)
#3C4F38
(60,79,56)
#344530
(52,69,48)
#2C3B28
(44,59,40)
#243120
(36,49,32)
#1C2718
(28,39,24)
#141D10
(20,29,16)
#0C1308
(12,19,8)
#000000
(0,0,0)

Tints of #5C7758

#5C7758
(92,119,88)
#6A8367
(106,131,103)
#788F76
(120,143,118)
#869B85
(134,155,133)
#94A794
(148,167,148)
#A2B3A3
(162,179,163)
#B0BFB2
(176,191,178)
#BECBC1
(190,203,193)
#CCD7D0
(204,215,208)
#DAE3DF
(218,227,223)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7758 color. Also use rgb(92,119,88) instead hex code.

Text Font Color

.myTextColor { color: #5C7758; }

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

This text font color is #5C7758.


Background Color

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

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

This div background color is #5C7758.


Border color

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

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

This div border color is #5C7758.


Opacity

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

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

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

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

This text has shadow with #5C7758 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7758 on black background.


Color preview on white background

This text has color #5C7758 on white background.



Black color preview on #5C7758 background

This text has black color on #5C7758 background.


White color preview on #5C7758 background

This text has white color on #5C7758 background.