COLOR #5CB793

HEX: #5CB793
RGB: (92,183,147)

Color info

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

RGB color model

#5CB793 color RGB value is (92,183,147).

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

RGB channels and saturation

R 92 of 255 = 36%
G 183 of 255 = 72%
B 147 of 255 = 58%

92
183
147

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

Portions of RGB colors in percentages

R + G + B =
92 + 183 + 147 = 422 (100%)
R 92 of 422 ~ 21.8%
G 183 of 422 ~ 43.36%
B 147 of 422 ~ 34.83%

%21.8
%43.36
%34.83

CMYK color model

#5CB793 color CMYK value is (50,0,20,28).

  • cyan value is 49.73%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 28.24%
CMYK:
(50,0,20,28)
C50M0Y20K28 
(50%,0%,20%,28%)
(0.50/0.00/0.20/0.28)	

CMYK percentages

%49.73
%0
%19.67
%28.24

Codes

Color #5CB793 in popluar color models

5CB793
RGB92183147
HSL156°38.72%53.92%
HSB/HSV156°49.73%71.76%
CMYK49.73%0.00%19.67%
28.24%

Color #5CB793 in popluar number systems.

HEX5CB793
Decimal92183147
Binary10111001011011110010011
Octal134267223

Shades and tints

Shades of #5CB793

#5CB793
(92,183,147)
#54A786
(84,167,134)
#4C9779
(76,151,121)
#44876C
(68,135,108)
#3C775F
(60,119,95)
#346752
(52,103,82)
#2C5745
(44,87,69)
#244738
(36,71,56)
#1C372B
(28,55,43)
#14271E
(20,39,30)
#0C1711
(12,23,17)
#000000
(0,0,0)

Tints of #5CB793

#5CB793
(92,183,147)
#6ABD9C
(106,189,156)
#78C3A5
(120,195,165)
#86C9AE
(134,201,174)
#94CFB7
(148,207,183)
#A2D5C0
(162,213,192)
#B0DBC9
(176,219,201)
#BEE1D2
(190,225,210)
#CCE7DB
(204,231,219)
#DAEDE4
(218,237,228)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CB793; }

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

This text font color is #5CB793.


Background Color

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

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

This div background color is #5CB793.


Border color

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

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

This div border color is #5CB793.


Opacity

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

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

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

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

This text has shadow with #5CB793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB793 on black background.


Color preview on white background

This text has color #5CB793 on white background.



Black color preview on #5CB793 background

This text has black color on #5CB793 background.


White color preview on #5CB793 background

This text has white color on #5CB793 background.