COLOR #5C9F73

HEX: #5C9F73
RGB: (92,159,115)

Color info

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

RGB color model

#5C9F73 color RGB value is (92,159,115).

  • red value is 92;
  • green value is 159;
  • blue value is 115.
RGB:
(92,159,115)
(36%,62%,45%)

RGB channels and saturation

R 92 of 255 = 36%
G 159 of 255 = 62%
B 115 of 255 = 45%

92
159
115

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

Portions of RGB colors in percentages

R + G + B =
92 + 159 + 115 = 366 (100%)
R 92 of 366 ~ 25.14%
G 159 of 366 ~ 43.44%
B 115 of 366 ~ 31.42%

%25.14
%43.44
%31.42

CMYK color model

#5C9F73 color CMYK value is (42,0,28,38).

  • cyan value is 42.14%
  • magenta value is 0.00%
  • yellow value is 27.67%
  • key color value is 37.65%
CMYK:
(42,0,28,38)
C42M0Y28K38 
(42%,0%,28%,38%)
(0.42/0.00/0.28/0.38)	

CMYK percentages

%42.14
%0
%27.67
%37.65

Codes

Color #5C9F73 in popluar color models

5C9F73
RGB92159115
HSL141°26.69%49.22%
HSB/HSV141°42.14%62.35%
CMYK42.14%0.00%27.67%
37.65%

Color #5C9F73 in popluar number systems.

HEX5C9F73
Decimal92159115
Binary1011100100111111110011
Octal134237163

Shades and tints

Shades of #5C9F73

#5C9F73
(92,159,115)
#549169
(84,145,105)
#4C835F
(76,131,95)
#447555
(68,117,85)
#3C674B
(60,103,75)
#345941
(52,89,65)
#2C4B37
(44,75,55)
#243D2D
(36,61,45)
#1C2F23
(28,47,35)
#142119
(20,33,25)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #5C9F73

#5C9F73
(92,159,115)
#6AA77F
(106,167,127)
#78AF8B
(120,175,139)
#86B797
(134,183,151)
#94BFA3
(148,191,163)
#A2C7AF
(162,199,175)
#B0CFBB
(176,207,187)
#BED7C7
(190,215,199)
#CCDFD3
(204,223,211)
#DAE7DF
(218,231,223)
#E8EFEB
(232,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9F73 color. Also use rgb(92,159,115) instead hex code.

Text Font Color

.myTextColor { color: #5C9F73; }

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

This text font color is #5C9F73.


Background Color

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

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

This div background color is #5C9F73.


Border color

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

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

This div border color is #5C9F73.


Opacity

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

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

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

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

This text has shadow with #5C9F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9F73 on black background.


Color preview on white background

This text has color #5C9F73 on white background.



Black color preview on #5C9F73 background

This text has black color on #5C9F73 background.


White color preview on #5C9F73 background

This text has white color on #5C9F73 background.