COLOR #5C756E

HEX: #5C756E
RGB: (92,117,110)

Color info

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

RGB color model

#5C756E color RGB value is (92,117,110).

  • red value is 92;
  • green value is 117;
  • blue value is 110.
RGB:
(92,117,110)
(36%,46%,43%)

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 110 of 255 = 43%

92
117
110

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

Portions of RGB colors in percentages

R + G + B =
92 + 117 + 110 = 319 (100%)
R 92 of 319 ~ 28.84%
G 117 of 319 ~ 36.68%
B 110 of 319 ~ 34.48%

%28.84
%36.68
%34.48

CMYK color model

#5C756E color CMYK value is (21,0,6,54).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(21,0,6,54)
C21M0Y6K54 
(21%,0%,6%,54%)
(0.21/0.00/0.06/0.54)	

CMYK percentages

%21.37
%0
%5.98
%54.12

Codes

Color #5C756E in popluar color models

5C756E
RGB92117110
HSL163°11.96%40.98%
HSB/HSV163°21.37%45.88%
CMYK21.37%0.00%5.98%
54.12%

Color #5C756E in popluar number systems.

HEX5C756E
Decimal92117110
Binary101110011101011101110
Octal134165156

Shades and tints

Shades of #5C756E

#5C756E
(92,117,110)
#546B64
(84,107,100)
#4C615A
(76,97,90)
#445750
(68,87,80)
#3C4D46
(60,77,70)
#34433C
(52,67,60)
#2C3932
(44,57,50)
#242F28
(36,47,40)
#1C251E
(28,37,30)
#141B14
(20,27,20)
#0C110A
(12,17,10)
#000000
(0,0,0)

Tints of #5C756E

#5C756E
(92,117,110)
#6A817B
(106,129,123)
#788D88
(120,141,136)
#869995
(134,153,149)
#94A5A2
(148,165,162)
#A2B1AF
(162,177,175)
#B0BDBC
(176,189,188)
#BEC9C9
(190,201,201)
#CCD5D6
(204,213,214)
#DAE1E3
(218,225,227)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C756E color. Also use rgb(92,117,110) instead hex code.

Text Font Color

.myTextColor { color: #5C756E; }

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

This text font color is #5C756E.


Background Color

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

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

This div background color is #5C756E.


Border color

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

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

This div border color is #5C756E.


Opacity

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

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

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

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

This text has shadow with #5C756E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C756E on black background.


Color preview on white background

This text has color #5C756E on white background.



Black color preview on #5C756E background

This text has black color on #5C756E background.


White color preview on #5C756E background

This text has white color on #5C756E background.