COLOR #5CA775

HEX: #5CA775
RGB: (92,167,117)

Color info

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

RGB color model

#5CA775 color RGB value is (92,167,117).

  • red value is 92;
  • green value is 167;
  • blue value is 117.
RGB:
(92,167,117)
(36%,65%,46%)

RGB channels and saturation

R 92 of 255 = 36%
G 167 of 255 = 65%
B 117 of 255 = 46%

92
167
117

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

Portions of RGB colors in percentages

R + G + B =
92 + 167 + 117 = 376 (100%)
R 92 of 376 ~ 24.47%
G 167 of 376 ~ 44.41%
B 117 of 376 ~ 31.12%

%24.47
%44.41
%31.12

CMYK color model

#5CA775 color CMYK value is (45,0,30,35).

  • cyan value is 44.91%
  • magenta value is 0.00%
  • yellow value is 29.94%
  • key color value is 34.51%
CMYK:
(45,0,30,35)
C45M0Y30K35 
(45%,0%,30%,35%)
(0.45/0.00/0.30/0.35)	

CMYK percentages

%44.91
%0
%29.94
%34.51

Codes

Color #5CA775 in popluar color models

5CA775
RGB92167117
HSL140°29.88%50.78%
HSB/HSV140°44.91%65.49%
CMYK44.91%0.00%29.94%
34.51%

Color #5CA775 in popluar number systems.

HEX5CA775
Decimal92167117
Binary1011100101001111110101
Octal134247165

Shades and tints

Shades of #5CA775

#5CA775
(92,167,117)
#54986B
(84,152,107)
#4C8961
(76,137,97)
#447A57
(68,122,87)
#3C6B4D
(60,107,77)
#345C43
(52,92,67)
#2C4D39
(44,77,57)
#243E2F
(36,62,47)
#1C2F25
(28,47,37)
#14201B
(20,32,27)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #5CA775

#5CA775
(92,167,117)
#6AAF81
(106,175,129)
#78B78D
(120,183,141)
#86BF99
(134,191,153)
#94C7A5
(148,199,165)
#A2CFB1
(162,207,177)
#B0D7BD
(176,215,189)
#BEDFC9
(190,223,201)
#CCE7D5
(204,231,213)
#DAEFE1
(218,239,225)
#E8F7ED
(232,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA775 color. Also use rgb(92,167,117) instead hex code.

Text Font Color

.myTextColor { color: #5CA775; }

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

This text font color is #5CA775.


Background Color

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

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

This div background color is #5CA775.


Border color

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

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

This div border color is #5CA775.


Opacity

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

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

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

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

This text has shadow with #5CA775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA775 on black background.


Color preview on white background

This text has color #5CA775 on white background.



Black color preview on #5CA775 background

This text has black color on #5CA775 background.


White color preview on #5CA775 background

This text has white color on #5CA775 background.