COLOR #5CBD7B

HEX: #5CBD7B
RGB: (92,189,123)

Color info

#5CBD7B contains mainly green color. Web safe color of #5CBD7B is #66CC66 (or #6C6).

RGB color model

#5CBD7B color RGB value is (92,189,123).

  • red value is 92;
  • green value is 189;
  • blue value is 123.
RGB:
(92,189,123)
(36%,74%,48%)

RGB channels and saturation

R 92 of 255 = 36%
G 189 of 255 = 74%
B 123 of 255 = 48%

92
189
123

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

Portions of RGB colors in percentages

R + G + B =
92 + 189 + 123 = 404 (100%)
R 92 of 404 ~ 22.77%
G 189 of 404 ~ 46.78%
B 123 of 404 ~ 30.45%

%22.77
%46.78
%30.45

CMYK color model

#5CBD7B color CMYK value is (51,0,35,26).

  • cyan value is 51.32%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK:
(51,0,35,26)
C51M0Y35K26 
(51%,0%,35%,26%)
(0.51/0.00/0.35/0.26)	

CMYK percentages

%51.32
%0
%34.92
%25.88

Codes

Color #5CBD7B in popluar color models

5CBD7B
RGB92189123
HSL139°42.36%55.10%
HSB/HSV139°51.32%74.12%
CMYK51.32%0.00%34.92%
25.88%

Color #5CBD7B in popluar number systems.

HEX5CBD7B
Decimal92189123
Binary1011100101111011111011
Octal134275173

Shades and tints

Shades of #5CBD7B

#5CBD7B
(92,189,123)
#54AC70
(84,172,112)
#4C9B65
(76,155,101)
#448A5A
(68,138,90)
#3C794F
(60,121,79)
#346844
(52,104,68)
#2C5739
(44,87,57)
#24462E
(36,70,46)
#1C3523
(28,53,35)
#142418
(20,36,24)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #5CBD7B

#5CBD7B
(92,189,123)
#6AC387
(106,195,135)
#78C993
(120,201,147)
#86CF9F
(134,207,159)
#94D5AB
(148,213,171)
#A2DBB7
(162,219,183)
#B0E1C3
(176,225,195)
#BEE7CF
(190,231,207)
#CCEDDB
(204,237,219)
#DAF3E7
(218,243,231)
#E8F9F3
(232,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CBD7B color. Also use rgb(92,189,123) instead hex code.

Text Font Color

.myTextColor { color: #5CBD7B; }

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

This text font color is #5CBD7B.


Background Color

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

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

This div background color is #5CBD7B.


Border color

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

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

This div border color is #5CBD7B.


Opacity

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

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

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

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

This text has shadow with #5CBD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CBD7B on black background.


Color preview on white background

This text has color #5CBD7B on white background.



Black color preview on #5CBD7B background

This text has black color on #5CBD7B background.


White color preview on #5CBD7B background

This text has white color on #5CBD7B background.