COLOR #5CB693

HEX: #5CB693
RGB: (92,182,147)

Color info

#5CB693 contains mainly green and blue colors. Web safe color of #5CB693 is #66CC99 (or #6C9).

RGB color model

#5CB693 color RGB value is (92,182,147).

  • red value is 92;
  • green value is 182;
  • blue value is 147.
RGB:
(92,182,147)
(36%,71%,58%)

RGB channels and saturation

R 92 of 255 = 36%
G 182 of 255 = 71%
B 147 of 255 = 58%

92
182
147

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

Portions of RGB colors in percentages

R + G + B =
92 + 182 + 147 = 421 (100%)
R 92 of 421 ~ 21.85%
G 182 of 421 ~ 43.23%
B 147 of 421 ~ 34.92%

%21.85
%43.23
%34.92

CMYK color model

#5CB693 color CMYK value is (49,0,19,29).

  • cyan value is 49.45%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 28.63%
CMYK:
(49,0,19,29)
C49M0Y19K29 
(49%,0%,19%,29%)
(0.49/0.00/0.19/0.29)	

CMYK percentages

%49.45
%0
%19.23
%28.63

Codes

Color #5CB693 in popluar color models

5CB693
RGB92182147
HSL157°38.14%53.73%
HSB/HSV157°49.45%71.37%
CMYK49.45%0.00%19.23%
28.63%

Color #5CB693 in popluar number systems.

HEX5CB693
Decimal92182147
Binary10111001011011010010011
Octal134266223

Shades and tints

Shades of #5CB693

#5CB693
(92,182,147)
#54A686
(84,166,134)
#4C9679
(76,150,121)
#44866C
(68,134,108)
#3C765F
(60,118,95)
#346652
(52,102,82)
#2C5645
(44,86,69)
#244638
(36,70,56)
#1C362B
(28,54,43)
#14261E
(20,38,30)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #5CB693

#5CB693
(92,182,147)
#6ABC9C
(106,188,156)
#78C2A5
(120,194,165)
#86C8AE
(134,200,174)
#94CEB7
(148,206,183)
#A2D4C0
(162,212,192)
#B0DAC9
(176,218,201)
#BEE0D2
(190,224,210)
#CCE6DB
(204,230,219)
#DAECE4
(218,236,228)
#E8F2ED
(232,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB693 color. Also use rgb(92,182,147) instead hex code.

Text Font Color

.myTextColor { color: #5CB693; }

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

This text font color is #5CB693.


Background Color

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

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

This div background color is #5CB693.


Border color

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

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

This div border color is #5CB693.


Opacity

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

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

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

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

This text has shadow with #5CB693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB693 on black background.


Color preview on white background

This text has color #5CB693 on white background.



Black color preview on #5CB693 background

This text has black color on #5CB693 background.


White color preview on #5CB693 background

This text has white color on #5CB693 background.