COLOR #5C8F71

HEX: #5C8F71
RGB: (92,143,113)

Color info

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

RGB color model

#5C8F71 color RGB value is (92,143,113).

  • red value is 92;
  • green value is 143;
  • blue value is 113.
RGB:
(92,143,113)
(36%,56%,44%)

RGB channels and saturation

R 92 of 255 = 36%
G 143 of 255 = 56%
B 113 of 255 = 44%

92
143
113

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

Portions of RGB colors in percentages

R + G + B =
92 + 143 + 113 = 348 (100%)
R 92 of 348 ~ 26.44%
G 143 of 348 ~ 41.09%
B 113 of 348 ~ 32.47%

%26.44
%41.09
%32.47

CMYK color model

#5C8F71 color CMYK value is (36,0,21,44).

  • cyan value is 35.66%
  • magenta value is 0.00%
  • yellow value is 20.98%
  • key color value is 43.92%
CMYK:
(36,0,21,44)
C36M0Y21K44 
(36%,0%,21%,44%)
(0.36/0.00/0.21/0.44)	

CMYK percentages

%35.66
%0
%20.98
%43.92

Codes

Color #5C8F71 in popluar color models

5C8F71
RGB92143113
HSL145°21.70%46.08%
HSB/HSV145°35.66%56.08%
CMYK35.66%0.00%20.98%
43.92%

Color #5C8F71 in popluar number systems.

HEX5C8F71
Decimal92143113
Binary1011100100011111110001
Octal134217161

Shades and tints

Shades of #5C8F71

#5C8F71
(92,143,113)
#548267
(84,130,103)
#4C755D
(76,117,93)
#446853
(68,104,83)
#3C5B49
(60,91,73)
#344E3F
(52,78,63)
#2C4135
(44,65,53)
#24342B
(36,52,43)
#1C2721
(28,39,33)
#141A17
(20,26,23)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #5C8F71

#5C8F71
(92,143,113)
#6A997D
(106,153,125)
#78A389
(120,163,137)
#86AD95
(134,173,149)
#94B7A1
(148,183,161)
#A2C1AD
(162,193,173)
#B0CBB9
(176,203,185)
#BED5C5
(190,213,197)
#CCDFD1
(204,223,209)
#DAE9DD
(218,233,221)
#E8F3E9
(232,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8F71 color. Also use rgb(92,143,113) instead hex code.

Text Font Color

.myTextColor { color: #5C8F71; }

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

This text font color is #5C8F71.


Background Color

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

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

This div background color is #5C8F71.


Border color

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

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

This div border color is #5C8F71.


Opacity

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

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

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

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

This text has shadow with #5C8F71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8F71 on black background.


Color preview on white background

This text has color #5C8F71 on white background.



Black color preview on #5C8F71 background

This text has black color on #5C8F71 background.


White color preview on #5C8F71 background

This text has white color on #5C8F71 background.