COLOR #5CA177

HEX: #5CA177 RGB: (92,161,119)

Color info

#5CA177 contains mainly green and blue colors. Web safe color of #5CA177 is #669966 (or #696).

RGB color model

#5CA177 color RGB value is (92,161,119).

RGB: (92,161,119) (36%, 63%, 47%)

RGB channels and saturation

R 92 of 255 = 36%
G 161 of 255 = 63%
B 119 of 255 = 47%

92
161
119

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

Portions of RGB colors in percentages

R + G + B = 92 + 161 + 119 = 372 (100%)
R 92 of 372 ~ 24.73%
G 161 of 372 ~ 43.28%
B 119 of 372 ~ 31.99'%

%24.73
%43.28
%31.99

CMYK color model

#5CA177 color CMYK value is (43,0,26,37).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 26.09%
  • key color value is 36.86%

CMYK: (43,0,26,37)
C43M0Y26K37 (43%, 0%, 26%, 37%)
(0.43 / 0.00 / 0.26 / 0.37)

CMYK percentages

%42.86
%0
%26.09
%36.86

Codes

Color #5CA177 in popluar color models

5C A1 77
RGB 92 161 119
HSL 143° 27.27% 49.61%
HSB/HSV 143° 42.86% 63.14%
CMYK 42.86% 0.00% 26.09%
36.86%

Color #5CA177 in popluar number systems.

HEX 5C A1 77
Decimal 92 161 119
Binary 1011100 10100001 1110111
Octal 134 241 167

Shades and tints

Shades of #5CA177

#5CA177
(92,161,119)
#54936D
(84,147,109)
#4C8563
(76,133,99)
#447759
(68,119,89)
#3C694F
(60,105,79)
#345B45
(52,91,69)
#2C4D3B
(44,77,59)
#243F31
(36,63,49)
#1C3127
(28,49,39)
#14231D
(20,35,29)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #5CA177

#5CA177
(92,161,119)
#6AA983
(106,169,131)
#78B18F
(120,177,143)
#86B99B
(134,185,155)
#94C1A7
(148,193,167)
#A2C9B3
(162,201,179)
#B0D1BF
(176,209,191)
#BED9CB
(190,217,203)
#CCE1D7
(204,225,215)
#DAE9E3
(218,233,227)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA177; }

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

This text font color is #5CA177.

Background Color

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

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

This div background color is #5CA177.

Border color

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

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

This div border color is #5CA177.

Opacity

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

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

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

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

This text has shadow with #5CA177 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CA177.

Preview

Color preview on black background

This text has color #5CA177 on black background.


Color preview on white background

This text has color #5CA177 on white background.


Black color preview on #5CA177 background

This text has black color on #5CA177 background.


White color preview on #5CA177 background

This text has white color on #5CA177 background.


Related colors

Complementary color

Complementary color for #hex is #A35E88.


I love getcolorcode.com

Triadic colors

1 #775CA1 and #A1775C with #5CA177 are triadic colors.

2 #77A15C and #A15C77 with #5CA177 are triadic colors.