COLOR #5CA992

HEX: #5CA992
RGB: (92,169,146)

Color info

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

RGB color model

#5CA992 color RGB value is (92,169,146).

  • red value is 92;
  • green value is 169;
  • blue value is 146.
RGB:
(92,169,146)
(36%,66%,57%)

RGB channels and saturation

R 92 of 255 = 36%
G 169 of 255 = 66%
B 146 of 255 = 57%

92
169
146

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

Portions of RGB colors in percentages

R + G + B =
92 + 169 + 146 = 407 (100%)
R 92 of 407 ~ 22.6%
G 169 of 407 ~ 41.52%
B 146 of 407 ~ 35.87%

%22.6
%41.52
%35.87

CMYK color model

#5CA992 color CMYK value is (46,0,14,34).

  • cyan value is 45.56%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 33.73%
CMYK:
(46,0,14,34)
C46M0Y14K34 
(46%,0%,14%,34%)
(0.46/0.00/0.14/0.34)	

CMYK percentages

%45.56
%0
%13.61
%33.73

Codes

Color #5CA992 in popluar color models

5CA992
RGB92169146
HSL162°30.92%51.18%
HSB/HSV162°45.56%66.27%
CMYK45.56%0.00%13.61%
33.73%

Color #5CA992 in popluar number systems.

HEX5CA992
Decimal92169146
Binary10111001010100110010010
Octal134251222

Shades and tints

Shades of #5CA992

#5CA992
(92,169,146)
#549A85
(84,154,133)
#4C8B78
(76,139,120)
#447C6B
(68,124,107)
#3C6D5E
(60,109,94)
#345E51
(52,94,81)
#2C4F44
(44,79,68)
#244037
(36,64,55)
#1C312A
(28,49,42)
#14221D
(20,34,29)
#0C1310
(12,19,16)
#000000
(0,0,0)

Tints of #5CA992

#5CA992
(92,169,146)
#6AB09B
(106,176,155)
#78B7A4
(120,183,164)
#86BEAD
(134,190,173)
#94C5B6
(148,197,182)
#A2CCBF
(162,204,191)
#B0D3C8
(176,211,200)
#BEDAD1
(190,218,209)
#CCE1DA
(204,225,218)
#DAE8E3
(218,232,227)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA992 color. Also use rgb(92,169,146) instead hex code.

Text Font Color

.myTextColor { color: #5CA992; }

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

This text font color is #5CA992.


Background Color

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

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

This div background color is #5CA992.


Border color

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

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

This div border color is #5CA992.


Opacity

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

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

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

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

This text has shadow with #5CA992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA992 on black background.


Color preview on white background

This text has color #5CA992 on white background.



Black color preview on #5CA992 background

This text has black color on #5CA992 background.


White color preview on #5CA992 background

This text has white color on #5CA992 background.