COLOR #5C917C

HEX: #5C917C
RGB: (92,145,124)

Color info

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

RGB color model

#5C917C color RGB value is (92,145,124).

  • red value is 92;
  • green value is 145;
  • blue value is 124.
RGB:
(92,145,124)
(36%,57%,49%)

RGB channels and saturation

R 92 of 255 = 36%
G 145 of 255 = 57%
B 124 of 255 = 49%

92
145
124

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

Portions of RGB colors in percentages

R + G + B =
92 + 145 + 124 = 361 (100%)
R 92 of 361 ~ 25.48%
G 145 of 361 ~ 40.17%
B 124 of 361 ~ 34.35%

%25.48
%40.17
%34.35

CMYK color model

#5C917C color CMYK value is (37,0,14,43).

  • cyan value is 36.55%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 43.14%
CMYK:
(37,0,14,43)
C37M0Y14K43 
(37%,0%,14%,43%)
(0.37/0.00/0.14/0.43)	

CMYK percentages

%36.55
%0
%14.48
%43.14

Codes

Color #5C917C in popluar color models

5C917C
RGB92145124
HSL156°22.36%46.47%
HSB/HSV156°36.55%56.86%
CMYK36.55%0.00%14.48%
43.14%

Color #5C917C in popluar number systems.

HEX5C917C
Decimal92145124
Binary1011100100100011111100
Octal134221174

Shades and tints

Shades of #5C917C

#5C917C
(92,145,124)
#548471
(84,132,113)
#4C7766
(76,119,102)
#446A5B
(68,106,91)
#3C5D50
(60,93,80)
#345045
(52,80,69)
#2C433A
(44,67,58)
#24362F
(36,54,47)
#1C2924
(28,41,36)
#141C19
(20,28,25)
#0C0F0E
(12,15,14)
#000000
(0,0,0)

Tints of #5C917C

#5C917C
(92,145,124)
#6A9B87
(106,155,135)
#78A592
(120,165,146)
#86AF9D
(134,175,157)
#94B9A8
(148,185,168)
#A2C3B3
(162,195,179)
#B0CDBE
(176,205,190)
#BED7C9
(190,215,201)
#CCE1D4
(204,225,212)
#DAEBDF
(218,235,223)
#E8F5EA
(232,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C917C color. Also use rgb(92,145,124) instead hex code.

Text Font Color

.myTextColor { color: #5C917C; }

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

This text font color is #5C917C.


Background Color

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

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

This div background color is #5C917C.


Border color

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

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

This div border color is #5C917C.


Opacity

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

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

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

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

This text has shadow with #5C917C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C917C on black background.


Color preview on white background

This text has color #5C917C on white background.



Black color preview on #5C917C background

This text has black color on #5C917C background.


White color preview on #5C917C background

This text has white color on #5C917C background.