COLOR #5C9965

HEX: #5C9965
RGB: (92,153,101)

Color info

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

RGB color model

#5C9965 color RGB value is (92,153,101).

  • red value is 92;
  • green value is 153;
  • blue value is 101.
RGB:
(92,153,101)
(36%,60%,40%)

RGB channels and saturation

R 92 of 255 = 36%
G 153 of 255 = 60%
B 101 of 255 = 40%

92
153
101

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

Portions of RGB colors in percentages

R + G + B =
92 + 153 + 101 = 346 (100%)
R 92 of 346 ~ 26.59%
G 153 of 346 ~ 44.22%
B 101 of 346 ~ 29.19%

%26.59
%44.22
%29.19

CMYK color model

#5C9965 color CMYK value is (40,0,34,40).

  • cyan value is 39.87%
  • magenta value is 0.00%
  • yellow value is 33.99%
  • key color value is 40.00%
CMYK:
(40,0,34,40)
C40M0Y34K40 
(40%,0%,34%,40%)
(0.40/0.00/0.34/0.40)	

CMYK percentages

%39.87
%0
%33.99
%40

Codes

Color #5C9965 in popluar color models

5C9965
RGB92153101
HSL129°24.90%48.04%
HSB/HSV129°39.87%60.00%
CMYK39.87%0.00%33.99%
40.00%

Color #5C9965 in popluar number systems.

HEX5C9965
Decimal92153101
Binary1011100100110011100101
Octal134231145

Shades and tints

Shades of #5C9965

#5C9965
(92,153,101)
#548C5C
(84,140,92)
#4C7F53
(76,127,83)
#44724A
(68,114,74)
#3C6541
(60,101,65)
#345838
(52,88,56)
#2C4B2F
(44,75,47)
#243E26
(36,62,38)
#1C311D
(28,49,29)
#142414
(20,36,20)
#0C170B
(12,23,11)
#000000
(0,0,0)

Tints of #5C9965

#5C9965
(92,153,101)
#6AA273
(106,162,115)
#78AB81
(120,171,129)
#86B48F
(134,180,143)
#94BD9D
(148,189,157)
#A2C6AB
(162,198,171)
#B0CFB9
(176,207,185)
#BED8C7
(190,216,199)
#CCE1D5
(204,225,213)
#DAEAE3
(218,234,227)
#E8F3F1
(232,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9965 color. Also use rgb(92,153,101) instead hex code.

Text Font Color

.myTextColor { color: #5C9965; }

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

This text font color is #5C9965.


Background Color

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

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

This div background color is #5C9965.


Border color

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

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

This div border color is #5C9965.


Opacity

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

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

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

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

This text has shadow with #5C9965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9965 on black background.


Color preview on white background

This text has color #5C9965 on white background.



Black color preview on #5C9965 background

This text has black color on #5C9965 background.


White color preview on #5C9965 background

This text has white color on #5C9965 background.