COLOR #5C9E81

HEX: #5C9E81 RGB: (92,158,129)

Color info

#5C9E81 contains mainly green and blue colors. Web safe color of #5C9E81 is #669999 (or #699).

RGB color model

#5C9E81 color RGB value is (92,158,129).

RGB: (92,158,129) (36%, 62%, 51%)

RGB channels and saturation

R 92 of 255 = 36%
G 158 of 255 = 62%
B 129 of 255 = 51%

92
158
129

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

Portions of RGB colors in percentages

R + G + B = 92 + 158 + 129 = 379 (100%)
R 92 of 379 ~ 24.27%
G 158 of 379 ~ 41.69%
B 129 of 379 ~ 34.04'%

%24.27
%41.69
%34.04

CMYK color model

#5C9E81 color CMYK value is (42,0,18,38).

  • cyan value is 41.77%
  • magenta value is 0.00%
  • yellow value is 18.35%
  • key color value is 38.04%

CMYK: (42,0,18,38)
C42M0Y18K38 (42%, 0%, 18%, 38%)
(0.42 / 0.00 / 0.18 / 0.38)

CMYK percentages

%41.77
%0
%18.35
%38.04

Codes

Color #5C9E81 in popluar color models

5C 9E 81
RGB 92 158 129
HSL 154° 26.40% 49.02%
HSB/HSV 154° 41.77% 61.96%
CMYK 41.77% 0.00% 18.35%
38.04%

Color #5C9E81 in popluar number systems.

HEX 5C 9E 81
Decimal 92 158 129
Binary 1011100 10011110 10000001
Octal 134 236 201

Shades and tints

Shades of #5C9E81

#5C9E81
(92,158,129)
#549076
(84,144,118)
#4C826B
(76,130,107)
#447460
(68,116,96)
#3C6655
(60,102,85)
#34584A
(52,88,74)
#2C4A3F
(44,74,63)
#243C34
(36,60,52)
#1C2E29
(28,46,41)
#14201E
(20,32,30)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #5C9E81

#5C9E81
(92,158,129)
#6AA68C
(106,166,140)
#78AE97
(120,174,151)
#86B6A2
(134,182,162)
#94BEAD
(148,190,173)
#A2C6B8
(162,198,184)
#B0CEC3
(176,206,195)
#BED6CE
(190,214,206)
#CCDED9
(204,222,217)
#DAE6E4
(218,230,228)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9E81 color. Also use rgb(92,158,129) instead hex code.

Text Font Color

.myTextColor { color: #5C9E81; }

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

This text font color is #5C9E81.

Background Color

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

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

This div background color is #5C9E81.

Border color

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

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

This div border color is #5C9E81.

Opacity

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

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

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

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

This text has shadow with #5C9E81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C9E81.

Preview

Color preview on black background

This text has color #5C9E81 on black background.


Color preview on white background

This text has color #5C9E81 on white background.


Black color preview on #5C9E81 background

This text has black color on #5C9E81 background.


White color preview on #5C9E81 background

This text has white color on #5C9E81 background.


Related colors

Complementary color

Complementary color for #hex is #A3617E.


I love getcolorcode.com

Triadic colors

1 #815C9E and #9E815C with #5C9E81 are triadic colors.

2 #819E5C and #9E5C81 with #5C9E81 are triadic colors.