COLOR #5CB07D

HEX: #5CB07D RGB: (92,176,125)

Color info

#5CB07D contains mainly green and blue colors. Web safe color of #5CB07D is #669966 (or #696).

RGB color model

#5CB07D color RGB value is (92,176,125).

RGB: (92,176,125) (36%, 69%, 49%)

RGB channels and saturation

R 92 of 255 = 36%
G 176 of 255 = 69%
B 125 of 255 = 49%

92
176
125

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

Portions of RGB colors in percentages

R + G + B = 92 + 176 + 125 = 393 (100%)
R 92 of 393 ~ 23.41%
G 176 of 393 ~ 44.78%
B 125 of 393 ~ 31.81'%

%23.41
%44.78
%31.81

CMYK color model

#5CB07D color CMYK value is (48,0,29,31).

  • cyan value is 47.73%
  • magenta value is 0.00%
  • yellow value is 28.98%
  • key color value is 30.98%
CMYK: (48,0,29,31) C48M0Y29K31 (48%,0%,29%,31%) (0.48/0.00/0.29/0.31) 

CMYK percentages

%47.73
%0
%28.98
%30.98

Codes

Color #5CB07D in popluar color models

5C B0 7D
RGB 92 176 125
HSL 144° 34.71% 52.55%
HSB/HSV 144° 47.73% 69.02%
CMYK 47.73% 0.00% 28.98%
30.98%

Color #5CB07D in popluar number systems.

HEX 5C B0 7D
Decimal 92 176 125
Binary 1011100 10110000 1111101
Octal 134 260 175

Shades and tints

Shades of #5CB07D

#5CB07D
(92,176,125)
#54A072
(84,160,114)
#4C9067
(76,144,103)
#44805C
(68,128,92)
#3C7051
(60,112,81)
#346046
(52,96,70)
#2C503B
(44,80,59)
#244030
(36,64,48)
#1C3025
(28,48,37)
#14201A
(20,32,26)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #5CB07D

#5CB07D
(92,176,125)
#6AB788
(106,183,136)
#78BE93
(120,190,147)
#86C59E
(134,197,158)
#94CCA9
(148,204,169)
#A2D3B4
(162,211,180)
#B0DABF
(176,218,191)
#BEE1CA
(190,225,202)
#CCE8D5
(204,232,213)
#DAEFE0
(218,239,224)
#E8F6EB
(232,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CB07D; }

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

This text font color is #5CB07D.

Background Color

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

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

This div background color is #5CB07D.

Border color

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

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

This div border color is #5CB07D.

Opacity

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

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

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

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

This text has shadow with #5CB07D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CB07D.

Preview

Color preview on black background

This text has color #5CB07D on black background.


Color preview on white background

This text has color #5CB07D on white background.


Black color preview on #5CB07D background

This text has black color on #5CB07D background.


White color preview on #5CB07D background

This text has white color on #5CB07D background.


Related colors

Complementary color

Complementary color for #hex is #A34F82.


I love getcolorcode.com

Triadic colors

1 #7D5CB0 and #B07D5C with #5CB07D are triadic colors.

2 #7DB05C and #B05C7D with #5CB07D are triadic colors.