COLOR #5C9962

HEX: #5C9962
RGB: (92,153,98)

Color info

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

RGB color model

#5C9962 color RGB value is (92,153,98).

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

RGB channels and saturation

R 92 of 255 = 36%
G 153 of 255 = 60%
B 98 of 255 = 38%

92
153
98

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

Portions of RGB colors in percentages

R + G + B =
92 + 153 + 98 = 343 (100%)
R 92 of 343 ~ 26.82%
G 153 of 343 ~ 44.61%
B 98 of 343 ~ 28.57%

%26.82
%44.61
%28.57

CMYK color model

#5C9962 color CMYK value is (40,0,36,40).

  • cyan value is 39.87%
  • magenta value is 0.00%
  • yellow value is 35.95%
  • key color value is 40.00%
CMYK:
(40,0,36,40)
C40M0Y36K40 
(40%,0%,36%,40%)
(0.40/0.00/0.36/0.40)	

CMYK percentages

%39.87
%0
%35.95
%40

Codes

Color #5C9962 in popluar color models

5C9962
RGB9215398
HSL126°24.90%48.04%
HSB/HSV126°39.87%60.00%
CMYK39.87%0.00%35.95%
40.00%

Color #5C9962 in popluar number systems.

HEX5C9962
Decimal9215398
Binary1011100100110011100010
Octal134231142

Shades and tints

Shades of #5C9962

#5C9962
(92,153,98)
#548C5A
(84,140,90)
#4C7F52
(76,127,82)
#44724A
(68,114,74)
#3C6542
(60,101,66)
#34583A
(52,88,58)
#2C4B32
(44,75,50)
#243E2A
(36,62,42)
#1C3122
(28,49,34)
#14241A
(20,36,26)
#0C1712
(12,23,18)
#000000
(0,0,0)

Tints of #5C9962

#5C9962
(92,153,98)
#6AA270
(106,162,112)
#78AB7E
(120,171,126)
#86B48C
(134,180,140)
#94BD9A
(148,189,154)
#A2C6A8
(162,198,168)
#B0CFB6
(176,207,182)
#BED8C4
(190,216,196)
#CCE1D2
(204,225,210)
#DAEAE0
(218,234,224)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9962; }

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

This text font color is #5C9962.


Background Color

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

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

This div background color is #5C9962.


Border color

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

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

This div border color is #5C9962.


Opacity

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

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

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

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

This text has shadow with #5C9962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9962 on black background.


Color preview on white background

This text has color #5C9962 on white background.



Black color preview on #5C9962 background

This text has black color on #5C9962 background.


White color preview on #5C9962 background

This text has white color on #5C9962 background.