COLOR #5C9668

HEX: #5C9668 RGB: (92,150,104)

Color info

#5C9668 contains red, green and blue colors in about the same proportion. Web safe color of #5C9668 is #669966 (or #696).

RGB color model

#5C9668 color RGB value is (92,150,104).

RGB: (92,150,104) (36%, 59%, 41%)

RGB channels and saturation

R 92 of 255 = 36%
G 150 of 255 = 59%
B 104 of 255 = 41%

92
150
104

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

Portions of RGB colors in percentages

R + G + B = 92 + 150 + 104 = 346 (100%)
R 92 of 346 ~ 26.59%
G 150 of 346 ~ 43.35%
B 104 of 346 ~ 30.06'%

%26.59
%43.35
%30.06

CMYK color model

#5C9668 color CMYK value is (39,0,31,41).

  • cyan value is 38.67%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 41.18%

CMYK: (39,0,31,41)
C39M0Y31K41 (39%, 0%, 31%, 41%)
(0.39 / 0.00 / 0.31 / 0.41)

CMYK percentages

%38.67
%0
%30.67
%41.18

Codes

Color #5C9668 in popluar color models

5C 96 68
RGB 92 150 104
HSL 132° 23.97% 47.45%
HSB/HSV 132° 38.67% 58.82%
CMYK 38.67% 0.00% 30.67%
41.18%

Color #5C9668 in popluar number systems.

HEX 5C 96 68
Decimal 92 150 104
Binary 1011100 10010110 1101000
Octal 134 226 150

Shades and tints

Shades of #5C9668

#5C9668
(92,150,104)
#54895F
(84,137,95)
#4C7C56
(76,124,86)
#446F4D
(68,111,77)
#3C6244
(60,98,68)
#34553B
(52,85,59)
#2C4832
(44,72,50)
#243B29
(36,59,41)
#1C2E20
(28,46,32)
#142117
(20,33,23)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #5C9668

#5C9668
(92,150,104)
#6A9F75
(106,159,117)
#78A882
(120,168,130)
#86B18F
(134,177,143)
#94BA9C
(148,186,156)
#A2C3A9
(162,195,169)
#B0CCB6
(176,204,182)
#BED5C3
(190,213,195)
#CCDED0
(204,222,208)
#DAE7DD
(218,231,221)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9668 color. Also use rgb(92,150,104) instead hex code.

Text Font Color

.myTextColor { color: #5C9668; }

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

This text font color is #5C9668.

Background Color

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

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

This div background color is #5C9668.

Border color

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

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

This div border color is #5C9668.

Opacity

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

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

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

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

This text has shadow with #5C9668 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C9668.

Preview

Color preview on black background

This text has color #5C9668 on black background.


Color preview on white background

This text has color #5C9668 on white background.


Black color preview on #5C9668 background

This text has black color on #5C9668 background.


White color preview on #5C9668 background

This text has white color on #5C9668 background.


Related colors

Complementary color

Complementary color for #hex is #A36997.


I love getcolorcode.com

Triadic colors

1 #685C96 and #96685C with #5C9668 are triadic colors.

2 #68965C and #965C68 with #5C9668 are triadic colors.