COLOR #5CA06C

HEX: #5CA06C RGB: (92,160,108)

Color info

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

RGB color model

#5CA06C color RGB value is (92,160,108).

RGB: (92,160,108) (36%, 63%, 42%)

RGB channels and saturation

R 92 of 255 = 36%
G 160 of 255 = 63%
B 108 of 255 = 42%

92
160
108

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

Portions of RGB colors in percentages

R + G + B = 92 + 160 + 108 = 360 (100%)
R 92 of 360 ~ 25.56%
G 160 of 360 ~ 44.44%
B 108 of 360 ~ 30'%

%25.56
%44.44
%30

CMYK color model

#5CA06C color CMYK value is (43,0,33,37).

  • cyan value is 42.50%
  • magenta value is 0.00%
  • yellow value is 32.50%
  • key color value is 37.25%

CMYK: (43,0,33,37)
C43M0Y33K37 (43%, 0%, 33%, 37%)
(0.43 / 0.00 / 0.33 / 0.37)

CMYK percentages

%42.5
%0
%32.5
%37.25

Codes

Color #5CA06C in popluar color models

5C A0 6C
RGB 92 160 108
HSL 134° 26.98% 49.41%
HSB/HSV 134° 42.50% 62.75%
CMYK 42.50% 0.00% 32.50%
37.25%

Color #5CA06C in popluar number systems.

HEX 5C A0 6C
Decimal 92 160 108
Binary 1011100 10100000 1101100
Octal 134 240 154

Shades and tints

Shades of #5CA06C

#5CA06C
(92,160,108)
#549263
(84,146,99)
#4C845A
(76,132,90)
#447651
(68,118,81)
#3C6848
(60,104,72)
#345A3F
(52,90,63)
#2C4C36
(44,76,54)
#243E2D
(36,62,45)
#1C3024
(28,48,36)
#14221B
(20,34,27)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #5CA06C

#5CA06C
(92,160,108)
#6AA879
(106,168,121)
#78B086
(120,176,134)
#86B893
(134,184,147)
#94C0A0
(148,192,160)
#A2C8AD
(162,200,173)
#B0D0BA
(176,208,186)
#BED8C7
(190,216,199)
#CCE0D4
(204,224,212)
#DAE8E1
(218,232,225)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA06C color. Also use rgb(92,160,108) instead hex code.

Text Font Color

.myTextColor { color: #5CA06C; }

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

This text font color is #5CA06C.

Background Color

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

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

This div background color is #5CA06C.

Border color

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

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

This div border color is #5CA06C.

Opacity

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

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

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

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

This text has shadow with #5CA06C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5CA06C.

Preview

Color preview on black background

This text has color #5CA06C on black background.


Color preview on white background

This text has color #5CA06C on white background.


Black color preview on #5CA06C background

This text has black color on #5CA06C background.


White color preview on #5CA06C background

This text has white color on #5CA06C background.


Related colors

Complementary color

Complementary color for #hex is #A35F93.


I love getcolorcode.com

Triadic colors

1 #6C5CA0 and #A06C5C with #5CA06C are triadic colors.

2 #6CA05C and #A05C6C with #5CA06C are triadic colors.