COLOR #5CBA7D

HEX: #5CBA7D
RGB: (92,186,125)

Color info

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

RGB color model

#5CBA7D color RGB value is (92,186,125).

  • red value is 92;
  • green value is 186;
  • blue value is 125.
RGB:
(92,186,125)
(36%,73%,49%)

RGB channels and saturation

R 92 of 255 = 36%
G 186 of 255 = 73%
B 125 of 255 = 49%

92
186
125

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

Portions of RGB colors in percentages

R + G + B =
92 + 186 + 125 = 403 (100%)
R 92 of 403 ~ 22.83%
G 186 of 403 ~ 46.15%
B 125 of 403 ~ 31.02%

%22.83
%46.15
%31.02

CMYK color model

#5CBA7D color CMYK value is (51,0,33,27).

  • cyan value is 50.54%
  • magenta value is 0.00%
  • yellow value is 32.80%
  • key color value is 27.06%
CMYK:
(51,0,33,27)
C51M0Y33K27 
(51%,0%,33%,27%)
(0.51/0.00/0.33/0.27)	

CMYK percentages

%50.54
%0
%32.8
%27.06

Codes

Color #5CBA7D in popluar color models

5CBA7D
RGB92186125
HSL141°40.52%54.51%
HSB/HSV141°50.54%72.94%
CMYK50.54%0.00%32.80%
27.06%

Color #5CBA7D in popluar number systems.

HEX5CBA7D
Decimal92186125
Binary1011100101110101111101
Octal134272175

Shades and tints

Shades of #5CBA7D

#5CBA7D
(92,186,125)
#54AA72
(84,170,114)
#4C9A67
(76,154,103)
#448A5C
(68,138,92)
#3C7A51
(60,122,81)
#346A46
(52,106,70)
#2C5A3B
(44,90,59)
#244A30
(36,74,48)
#1C3A25
(28,58,37)
#142A1A
(20,42,26)
#0C1A0F
(12,26,15)
#000000
(0,0,0)

Tints of #5CBA7D

#5CBA7D
(92,186,125)
#6AC088
(106,192,136)
#78C693
(120,198,147)
#86CC9E
(134,204,158)
#94D2A9
(148,210,169)
#A2D8B4
(162,216,180)
#B0DEBF
(176,222,191)
#BEE4CA
(190,228,202)
#CCEAD5
(204,234,213)
#DAF0E0
(218,240,224)
#E8F6EB
(232,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CBA7D color. Also use rgb(92,186,125) instead hex code.

Text Font Color

.myTextColor { color: #5CBA7D; }

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

This text font color is #5CBA7D.


Background Color

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

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

This div background color is #5CBA7D.


Border color

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

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

This div border color is #5CBA7D.


Opacity

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

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

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

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

This text has shadow with #5CBA7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CBA7D on black background.


Color preview on white background

This text has color #5CBA7D on white background.



Black color preview on #5CBA7D background

This text has black color on #5CBA7D background.


White color preview on #5CBA7D background

This text has white color on #5CBA7D background.