COLOR #5C8A74

HEX: #5C8A74
RGB: (92,138,116)

Color info

#5C8A74 contains red, green and blue colors in about the same proportion. Web safe color of #5C8A74 is #669966 (or #696).

RGB color model

#5C8A74 color RGB value is (92,138,116).

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

RGB channels and saturation

R 92 of 255 = 36%
G 138 of 255 = 54%
B 116 of 255 = 45%

92
138
116

R + G + B ~ 45%. #5C8A74 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 138 + 116 = 346 (100%)
R 92 of 346 ~ 26.59%
G 138 of 346 ~ 39.88%
B 116 of 346 ~ 33.53%

%26.59
%39.88
%33.53

CMYK color model

#5C8A74 color CMYK value is (33,0,16,46).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 15.94%
  • key color value is 45.88%
CMYK:
(33,0,16,46)
C33M0Y16K46 
(33%,0%,16%,46%)
(0.33/0.00/0.16/0.46)	

CMYK percentages

%33.33
%0
%15.94
%45.88

Codes

Color #5C8A74 in popluar color models

5C8A74
RGB92138116
HSL151°20.00%45.10%
HSB/HSV151°33.33%54.12%
CMYK33.33%0.00%15.94%
45.88%

Color #5C8A74 in popluar number systems.

HEX5C8A74
Decimal92138116
Binary1011100100010101110100
Octal134212164

Shades and tints

Shades of #5C8A74

#5C8A74
(92,138,116)
#547E6A
(84,126,106)
#4C7260
(76,114,96)
#446656
(68,102,86)
#3C5A4C
(60,90,76)
#344E42
(52,78,66)
#2C4238
(44,66,56)
#24362E
(36,54,46)
#1C2A24
(28,42,36)
#141E1A
(20,30,26)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #5C8A74

#5C8A74
(92,138,116)
#6A9480
(106,148,128)
#789E8C
(120,158,140)
#86A898
(134,168,152)
#94B2A4
(148,178,164)
#A2BCB0
(162,188,176)
#B0C6BC
(176,198,188)
#BED0C8
(190,208,200)
#CCDAD4
(204,218,212)
#DAE4E0
(218,228,224)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8A74; }

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

This text font color is #5C8A74.


Background Color

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

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

This div background color is #5C8A74.


Border color

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

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

This div border color is #5C8A74.


Opacity

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

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

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

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

This text has shadow with #5C8A74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8A74 on black background.


Color preview on white background

This text has color #5C8A74 on white background.



Black color preview on #5C8A74 background

This text has black color on #5C8A74 background.


White color preview on #5C8A74 background

This text has white color on #5C8A74 background.