COLOR #5CA27D

HEX: #5CA27D
RGB: (92,162,125)

Color info

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

RGB color model

#5CA27D color RGB value is (92,162,125).

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

RGB channels and saturation

R 92 of 255 = 36%
G 162 of 255 = 64%
B 125 of 255 = 49%

92
162
125

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

Portions of RGB colors in percentages

R + G + B =
92 + 162 + 125 = 379 (100%)
R 92 of 379 ~ 24.27%
G 162 of 379 ~ 42.74%
B 125 of 379 ~ 32.98%

%24.27
%42.74
%32.98

CMYK color model

#5CA27D color CMYK value is (43,0,23,36).

  • cyan value is 43.21%
  • magenta value is 0.00%
  • yellow value is 22.84%
  • key color value is 36.47%
CMYK:
(43,0,23,36)
C43M0Y23K36 
(43%,0%,23%,36%)
(0.43/0.00/0.23/0.36)	

CMYK percentages

%43.21
%0
%22.84
%36.47

Codes

Color #5CA27D in popluar color models

5CA27D
RGB92162125
HSL148°27.56%49.80%
HSB/HSV148°43.21%63.53%
CMYK43.21%0.00%22.84%
36.47%

Color #5CA27D in popluar number systems.

HEX5CA27D
Decimal92162125
Binary1011100101000101111101
Octal134242175

Shades and tints

Shades of #5CA27D

#5CA27D
(92,162,125)
#549472
(84,148,114)
#4C8667
(76,134,103)
#44785C
(68,120,92)
#3C6A51
(60,106,81)
#345C46
(52,92,70)
#2C4E3B
(44,78,59)
#244030
(36,64,48)
#1C3225
(28,50,37)
#14241A
(20,36,26)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #5CA27D

#5CA27D
(92,162,125)
#6AAA88
(106,170,136)
#78B293
(120,178,147)
#86BA9E
(134,186,158)
#94C2A9
(148,194,169)
#A2CAB4
(162,202,180)
#B0D2BF
(176,210,191)
#BEDACA
(190,218,202)
#CCE2D5
(204,226,213)
#DAEAE0
(218,234,224)
#E8F2EB
(232,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA27D; }

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

This text font color is #5CA27D.


Background Color

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

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

This div background color is #5CA27D.


Border color

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

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

This div border color is #5CA27D.


Opacity

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

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

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

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

This text has shadow with #5CA27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA27D on black background.


Color preview on white background

This text has color #5CA27D on white background.



Black color preview on #5CA27D background

This text has black color on #5CA27D background.


White color preview on #5CA27D background

This text has white color on #5CA27D background.