COLOR #5C9360

HEX: #5C9360 RGB: (92,147,96)

Color info

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

RGB color model

#5C9360 color RGB value is (92,147,96).

RGB: (92,147,96) (36%, 58%, 38%)

RGB channels and saturation

R 92 of 255 = 36%
G 147 of 255 = 58%
B 96 of 255 = 38%

92
147
96

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

Portions of RGB colors in percentages

R + G + B = 92 + 147 + 96 = 335 (100%)
R 92 of 335 ~ 27.46%
G 147 of 335 ~ 43.88%
B 96 of 335 ~ 28.66'%

%27.46
%43.88
%28.66

CMYK color model

#5C9360 color CMYK value is (37,0,35,42).

  • cyan value is 37.41%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 42.35%

CMYK: (37,0,35,42)
C37M0Y35K42 (37%, 0%, 35%, 42%)
(0.37 / 0.00 / 0.35 / 0.42)

CMYK percentages

%37.41
%0
%34.69
%42.35

Codes

Color #5C9360 in popluar color models

5C 93 60
RGB 92 147 96
HSL 124° 23.01% 46.86%
HSB/HSV 124° 37.41% 57.65%
CMYK 37.41% 0.00% 34.69%
42.35%

Color #5C9360 in popluar number systems.

HEX 5C 93 60
Decimal 92 147 96
Binary 1011100 10010011 1100000
Octal 134 223 140

Shades and tints

Shades of #5C9360

#5C9360
(92,147,96)
#548658
(84,134,88)
#4C7950
(76,121,80)
#446C48
(68,108,72)
#3C5F40
(60,95,64)
#345238
(52,82,56)
#2C4530
(44,69,48)
#243828
(36,56,40)
#1C2B20
(28,43,32)
#141E18
(20,30,24)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #5C9360

#5C9360
(92,147,96)
#6A9C6E
(106,156,110)
#78A57C
(120,165,124)
#86AE8A
(134,174,138)
#94B798
(148,183,152)
#A2C0A6
(162,192,166)
#B0C9B4
(176,201,180)
#BED2C2
(190,210,194)
#CCDBD0
(204,219,208)
#DAE4DE
(218,228,222)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9360; }

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

This text font color is #5C9360.

Background Color

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

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

This div background color is #5C9360.

Border color

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

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

This div border color is #5C9360.

Opacity

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

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

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

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

This text has shadow with #5C9360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C9360.

Preview

Color preview on black background

This text has color #5C9360 on black background.


Color preview on white background

This text has color #5C9360 on white background.


Black color preview on #5C9360 background

This text has black color on #5C9360 background.


White color preview on #5C9360 background

This text has white color on #5C9360 background.


Related colors

Complementary color

Complementary color for #hex is #A36C9F.


I love getcolorcode.com

Triadic colors

1 #605C93 and #93605C with #5C9360 are triadic colors.

2 #60935C and #935C60 with #5C9360 are triadic colors.