COLOR #5C955F

HEX: #5C955F RGB: (92,149,95)

Color info

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

RGB color model

#5C955F color RGB value is (92,149,95).

RGB: (92,149,95) (36%, 58%, 37%)

RGB channels and saturation

R 92 of 255 = 36%
G 149 of 255 = 58%
B 95 of 255 = 37%

92
149
95

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

Portions of RGB colors in percentages

R + G + B = 92 + 149 + 95 = 336 (100%)
R 92 of 336 ~ 27.38%
G 149 of 336 ~ 44.35%
B 95 of 336 ~ 28.27'%

%27.38
%44.35
%28.27

CMYK color model

#5C955F color CMYK value is (38,0,36,42).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 36.24%
  • key color value is 41.57%

CMYK: (38,0,36,42)
C38M0Y36K42 (38%, 0%, 36%, 42%)
(0.38 / 0.00 / 0.36 / 0.42)

CMYK percentages

%38.26
%0
%36.24
%41.57

Codes

Color #5C955F in popluar color models

5C 95 5F
RGB 92 149 95
HSL 123° 23.65% 47.25%
HSB/HSV 123° 38.26% 58.43%
CMYK 38.26% 0.00% 36.24%
41.57%

Color #5C955F in popluar number systems.

HEX 5C 95 5F
Decimal 92 149 95
Binary 1011100 10010101 1011111
Octal 134 225 137

Shades and tints

Shades of #5C955F

#5C955F
(92,149,95)
#548857
(84,136,87)
#4C7B4F
(76,123,79)
#446E47
(68,110,71)
#3C613F
(60,97,63)
#345437
(52,84,55)
#2C472F
(44,71,47)
#243A27
(36,58,39)
#1C2D1F
(28,45,31)
#142017
(20,32,23)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #5C955F

#5C955F
(92,149,95)
#6A9E6D
(106,158,109)
#78A77B
(120,167,123)
#86B089
(134,176,137)
#94B997
(148,185,151)
#A2C2A5
(162,194,165)
#B0CBB3
(176,203,179)
#BED4C1
(190,212,193)
#CCDDCF
(204,221,207)
#DAE6DD
(218,230,221)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C955F; }

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

This text font color is #5C955F.

Background Color

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

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

This div background color is #5C955F.

Border color

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

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

This div border color is #5C955F.

Opacity

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

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

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

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

This text has shadow with #5C955F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C955F.

Preview

Color preview on black background

This text has color #5C955F on black background.


Color preview on white background

This text has color #5C955F on white background.


Black color preview on #5C955F background

This text has black color on #5C955F background.


White color preview on #5C955F background

This text has white color on #5C955F background.


Related colors

Complementary color

Complementary color for #hex is #A36AA0.


I love getcolorcode.com

Triadic colors

1 #5F5C95 and #955F5C with #5C955F are triadic colors.

2 #5F955C and #955C5F with #5C955F are triadic colors.