COLOR #5CB77D

HEX: #5CB77D
RGB: (92,183,125)

Color info

#5CB77D contains mainly green and blue colors. Web safe color of #5CB77D is #66CC66 (or #6C6).

RGB color model

#5CB77D color RGB value is (92,183,125).

  • red value is 92;
  • green value is 183;
  • blue value is 125.
RGB:
(92,183,125)
(36%,72%,49%)

RGB channels and saturation

R 92 of 255 = 36%
G 183 of 255 = 72%
B 125 of 255 = 49%

92
183
125

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

Portions of RGB colors in percentages

R + G + B =
92 + 183 + 125 = 400 (100%)
R 92 of 400 ~ 23%
G 183 of 400 ~ 45.75%
B 125 of 400 ~ 31.25%

%23
%45.75
%31.25

CMYK color model

#5CB77D color CMYK value is (50,0,32,28).

  • cyan value is 49.73%
  • magenta value is 0.00%
  • yellow value is 31.69%
  • key color value is 28.24%
CMYK:
(50,0,32,28)
C50M0Y32K28 
(50%,0%,32%,28%)
(0.50/0.00/0.32/0.28)	

CMYK percentages

%49.73
%0
%31.69
%28.24

Codes

Color #5CB77D in popluar color models

5CB77D
RGB92183125
HSL142°38.72%53.92%
HSB/HSV142°49.73%71.76%
CMYK49.73%0.00%31.69%
28.24%

Color #5CB77D in popluar number systems.

HEX5CB77D
Decimal92183125
Binary1011100101101111111101
Octal134267175

Shades and tints

Shades of #5CB77D

#5CB77D
(92,183,125)
#54A772
(84,167,114)
#4C9767
(76,151,103)
#44875C
(68,135,92)
#3C7751
(60,119,81)
#346746
(52,103,70)
#2C573B
(44,87,59)
#244730
(36,71,48)
#1C3725
(28,55,37)
#14271A
(20,39,26)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #5CB77D

#5CB77D
(92,183,125)
#6ABD88
(106,189,136)
#78C393
(120,195,147)
#86C99E
(134,201,158)
#94CFA9
(148,207,169)
#A2D5B4
(162,213,180)
#B0DBBF
(176,219,191)
#BEE1CA
(190,225,202)
#CCE7D5
(204,231,213)
#DAEDE0
(218,237,224)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB77D color. Also use rgb(92,183,125) instead hex code.

Text Font Color

.myTextColor { color: #5CB77D; }

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

This text font color is #5CB77D.


Background Color

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

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

This div background color is #5CB77D.


Border color

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

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

This div border color is #5CB77D.


Opacity

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

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

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

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

This text has shadow with #5CB77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB77D on black background.


Color preview on white background

This text has color #5CB77D on white background.



Black color preview on #5CB77D background

This text has black color on #5CB77D background.


White color preview on #5CB77D background

This text has white color on #5CB77D background.