COLOR #5C7F6B

HEX: #5C7F6B
RGB: (92,127,107)

Color info

#5C7F6B contains red, green and blue colors in about the same proportion. Web safe color of #5C7F6B is #666666 (or #666).

RGB color model

#5C7F6B color RGB value is (92,127,107).

  • red value is 92;
  • green value is 127;
  • blue value is 107.
RGB:
(92,127,107)
(36%,50%,42%)

RGB channels and saturation

R 92 of 255 = 36%
G 127 of 255 = 50%
B 107 of 255 = 42%

92
127
107

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

Portions of RGB colors in percentages

R + G + B =
92 + 127 + 107 = 326 (100%)
R 92 of 326 ~ 28.22%
G 127 of 326 ~ 38.96%
B 107 of 326 ~ 32.82%

%28.22
%38.96
%32.82

CMYK color model

#5C7F6B color CMYK value is (28,0,16,50).

  • cyan value is 27.56%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 50.20%
CMYK:
(28,0,16,50)
C28M0Y16K50 
(28%,0%,16%,50%)
(0.28/0.00/0.16/0.50)	

CMYK percentages

%27.56
%0
%15.75
%50.2

Codes

Color #5C7F6B in popluar color models

5C7F6B
RGB92127107
HSL146°15.98%42.94%
HSB/HSV146°27.56%49.80%
CMYK27.56%0.00%15.75%
50.20%

Color #5C7F6B in popluar number systems.

HEX5C7F6B
Decimal92127107
Binary101110011111111101011
Octal134177153

Shades and tints

Shades of #5C7F6B

#5C7F6B
(92,127,107)
#547462
(84,116,98)
#4C6959
(76,105,89)
#445E50
(68,94,80)
#3C5347
(60,83,71)
#34483E
(52,72,62)
#2C3D35
(44,61,53)
#24322C
(36,50,44)
#1C2723
(28,39,35)
#141C1A
(20,28,26)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #5C7F6B

#5C7F6B
(92,127,107)
#6A8A78
(106,138,120)
#789585
(120,149,133)
#86A092
(134,160,146)
#94AB9F
(148,171,159)
#A2B6AC
(162,182,172)
#B0C1B9
(176,193,185)
#BECCC6
(190,204,198)
#CCD7D3
(204,215,211)
#DAE2E0
(218,226,224)
#E8EDED
(232,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7F6B color. Also use rgb(92,127,107) instead hex code.

Text Font Color

.myTextColor { color: #5C7F6B; }

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

This text font color is #5C7F6B.


Background Color

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

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

This div background color is #5C7F6B.


Border color

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

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

This div border color is #5C7F6B.


Opacity

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

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

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

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

This text has shadow with #5C7F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7F6B on black background.


Color preview on white background

This text has color #5C7F6B on white background.



Black color preview on #5C7F6B background

This text has black color on #5C7F6B background.


White color preview on #5C7F6B background

This text has white color on #5C7F6B background.