COLOR #5C995F

HEX: #5C995F
RGB: (92,153,95)

Color info

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

RGB color model

#5C995F color RGB value is (92,153,95).

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

RGB channels and saturation

R 92 of 255 = 36%
G 153 of 255 = 60%
B 95 of 255 = 37%

92
153
95

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

Portions of RGB colors in percentages

R + G + B =
92 + 153 + 95 = 340 (100%)
R 92 of 340 ~ 27.06%
G 153 of 340 ~ 45%
B 95 of 340 ~ 27.94%

%27.06
%45
%27.94

CMYK color model

#5C995F color CMYK value is (40,0,38,40).

  • cyan value is 39.87%
  • magenta value is 0.00%
  • yellow value is 37.91%
  • key color value is 40.00%
CMYK:
(40,0,38,40)
C40M0Y38K40 
(40%,0%,38%,40%)
(0.40/0.00/0.38/0.40)	

CMYK percentages

%39.87
%0
%37.91
%40

Codes

Color #5C995F in popluar color models

5C995F
RGB9215395
HSL123°24.90%48.04%
HSB/HSV123°39.87%60.00%
CMYK39.87%0.00%37.91%
40.00%

Color #5C995F in popluar number systems.

HEX5C995F
Decimal9215395
Binary1011100100110011011111
Octal134231137

Shades and tints

Shades of #5C995F

#5C995F
(92,153,95)
#548C57
(84,140,87)
#4C7F4F
(76,127,79)
#447247
(68,114,71)
#3C653F
(60,101,63)
#345837
(52,88,55)
#2C4B2F
(44,75,47)
#243E27
(36,62,39)
#1C311F
(28,49,31)
#142417
(20,36,23)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #5C995F

#5C995F
(92,153,95)
#6AA26D
(106,162,109)
#78AB7B
(120,171,123)
#86B489
(134,180,137)
#94BD97
(148,189,151)
#A2C6A5
(162,198,165)
#B0CFB3
(176,207,179)
#BED8C1
(190,216,193)
#CCE1CF
(204,225,207)
#DAEADD
(218,234,221)
#E8F3EB
(232,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C995F; }

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

This text font color is #5C995F.


Background Color

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

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

This div background color is #5C995F.


Border color

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

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

This div border color is #5C995F.


Opacity

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

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

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

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

This text has shadow with #5C995F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C995F on black background.


Color preview on white background

This text has color #5C995F on white background.



Black color preview on #5C995F background

This text has black color on #5C995F background.


White color preview on #5C995F background

This text has white color on #5C995F background.