COLOR #5C9365

HEX: #5C9365
RGB: (92,147,101)

Color info

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

RGB color model

#5C9365 color RGB value is (92,147,101).

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

RGB channels and saturation

R 92 of 255 = 36%
G 147 of 255 = 58%
B 101 of 255 = 40%

92
147
101

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

Portions of RGB colors in percentages

R + G + B =
92 + 147 + 101 = 340 (100%)
R 92 of 340 ~ 27.06%
G 147 of 340 ~ 43.24%
B 101 of 340 ~ 29.71%

%27.06
%43.24
%29.71

CMYK color model

#5C9365 color CMYK value is (37,0,31,42).

  • cyan value is 37.41%
  • magenta value is 0.00%
  • yellow value is 31.29%
  • key color value is 42.35%
CMYK:
(37,0,31,42)
C37M0Y31K42 
(37%,0%,31%,42%)
(0.37/0.00/0.31/0.42)	

CMYK percentages

%37.41
%0
%31.29
%42.35

Codes

Color #5C9365 in popluar color models

5C9365
RGB92147101
HSL130°23.01%46.86%
HSB/HSV130°37.41%57.65%
CMYK37.41%0.00%31.29%
42.35%

Color #5C9365 in popluar number systems.

HEX5C9365
Decimal92147101
Binary1011100100100111100101
Octal134223145

Shades and tints

Shades of #5C9365

#5C9365
(92,147,101)
#54865C
(84,134,92)
#4C7953
(76,121,83)
#446C4A
(68,108,74)
#3C5F41
(60,95,65)
#345238
(52,82,56)
#2C452F
(44,69,47)
#243826
(36,56,38)
#1C2B1D
(28,43,29)
#141E14
(20,30,20)
#0C110B
(12,17,11)
#000000
(0,0,0)

Tints of #5C9365

#5C9365
(92,147,101)
#6A9C73
(106,156,115)
#78A581
(120,165,129)
#86AE8F
(134,174,143)
#94B79D
(148,183,157)
#A2C0AB
(162,192,171)
#B0C9B9
(176,201,185)
#BED2C7
(190,210,199)
#CCDBD5
(204,219,213)
#DAE4E3
(218,228,227)
#E8EDF1
(232,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9365; }

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

This text font color is #5C9365.


Background Color

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

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

This div background color is #5C9365.


Border color

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

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

This div border color is #5C9365.


Opacity

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

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

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

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

This text has shadow with #5C9365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9365 on black background.


Color preview on white background

This text has color #5C9365 on white background.



Black color preview on #5C9365 background

This text has black color on #5C9365 background.


White color preview on #5C9365 background

This text has white color on #5C9365 background.