COLOR #5CB090

HEX: #5CB090
RGB: (92,176,144)

Color info

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

RGB color model

#5CB090 color RGB value is (92,176,144).

  • red value is 92;
  • green value is 176;
  • blue value is 144.
RGB:
(92,176,144)
(36%,69%,56%)

RGB channels and saturation

R 92 of 255 = 36%
G 176 of 255 = 69%
B 144 of 255 = 56%

92
176
144

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

Portions of RGB colors in percentages

R + G + B =
92 + 176 + 144 = 412 (100%)
R 92 of 412 ~ 22.33%
G 176 of 412 ~ 42.72%
B 144 of 412 ~ 34.95%

%22.33
%42.72
%34.95

CMYK color model

#5CB090 color CMYK value is (48,0,18,31).

  • cyan value is 47.73%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 30.98%
CMYK:
(48,0,18,31)
C48M0Y18K31 
(48%,0%,18%,31%)
(0.48/0.00/0.18/0.31)	

CMYK percentages

%47.73
%0
%18.18
%30.98

Codes

Color #5CB090 in popluar color models

5CB090
RGB92176144
HSL157°34.71%52.55%
HSB/HSV157°47.73%69.02%
CMYK47.73%0.00%18.18%
30.98%

Color #5CB090 in popluar number systems.

HEX5CB090
Decimal92176144
Binary10111001011000010010000
Octal134260220

Shades and tints

Shades of #5CB090

#5CB090
(92,176,144)
#54A083
(84,160,131)
#4C9076
(76,144,118)
#448069
(68,128,105)
#3C705C
(60,112,92)
#34604F
(52,96,79)
#2C5042
(44,80,66)
#244035
(36,64,53)
#1C3028
(28,48,40)
#14201B
(20,32,27)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #5CB090

#5CB090
(92,176,144)
#6AB79A
(106,183,154)
#78BEA4
(120,190,164)
#86C5AE
(134,197,174)
#94CCB8
(148,204,184)
#A2D3C2
(162,211,194)
#B0DACC
(176,218,204)
#BEE1D6
(190,225,214)
#CCE8E0
(204,232,224)
#DAEFEA
(218,239,234)
#E8F6F4
(232,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB090 color. Also use rgb(92,176,144) instead hex code.

Text Font Color

.myTextColor { color: #5CB090; }

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

This text font color is #5CB090.


Background Color

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

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

This div background color is #5CB090.


Border color

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

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

This div border color is #5CB090.


Opacity

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

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

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

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

This text has shadow with #5CB090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB090 on black background.


Color preview on white background

This text has color #5CB090 on white background.



Black color preview on #5CB090 background

This text has black color on #5CB090 background.


White color preview on #5CB090 background

This text has white color on #5CB090 background.