COLOR #5CA391

HEX: #5CA391
RGB: (92,163,145)

Color info

#5CA391 contains mainly green and blue colors. Web safe color of #5CA391 is #669999 (or #699).

RGB color model

#5CA391 color RGB value is (92,163,145).

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

RGB channels and saturation

R 92 of 255 = 36%
G 163 of 255 = 64%
B 145 of 255 = 57%

92
163
145

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

Portions of RGB colors in percentages

R + G + B =
92 + 163 + 145 = 400 (100%)
R 92 of 400 ~ 23%
G 163 of 400 ~ 40.75%
B 145 of 400 ~ 36.25%

%23
%40.75
%36.25

CMYK color model

#5CA391 color CMYK value is (44,0,11,36).

  • cyan value is 43.56%
  • magenta value is 0.00%
  • yellow value is 11.04%
  • key color value is 36.08%
CMYK:
(44,0,11,36)
C44M0Y11K36 
(44%,0%,11%,36%)
(0.44/0.00/0.11/0.36)	

CMYK percentages

%43.56
%0
%11.04
%36.08

Codes

Color #5CA391 in popluar color models

5CA391
RGB92163145
HSL165°27.84%50.00%
HSB/HSV165°43.56%63.92%
CMYK43.56%0.00%11.04%
36.08%

Color #5CA391 in popluar number systems.

HEX5CA391
Decimal92163145
Binary10111001010001110010001
Octal134243221

Shades and tints

Shades of #5CA391

#5CA391
(92,163,145)
#549584
(84,149,132)
#4C8777
(76,135,119)
#44796A
(68,121,106)
#3C6B5D
(60,107,93)
#345D50
(52,93,80)
#2C4F43
(44,79,67)
#244136
(36,65,54)
#1C3329
(28,51,41)
#14251C
(20,37,28)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #5CA391

#5CA391
(92,163,145)
#6AAB9B
(106,171,155)
#78B3A5
(120,179,165)
#86BBAF
(134,187,175)
#94C3B9
(148,195,185)
#A2CBC3
(162,203,195)
#B0D3CD
(176,211,205)
#BEDBD7
(190,219,215)
#CCE3E1
(204,227,225)
#DAEBEB
(218,235,235)
#E8F3F5
(232,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA391; }

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

This text font color is #5CA391.


Background Color

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

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

This div background color is #5CA391.


Border color

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

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

This div border color is #5CA391.


Opacity

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

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

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

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

This text has shadow with #5CA391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA391 on black background.


Color preview on white background

This text has color #5CA391 on white background.



Black color preview on #5CA391 background

This text has black color on #5CA391 background.


White color preview on #5CA391 background

This text has white color on #5CA391 background.