COLOR #5C756A

HEX: #5C756A
RGB: (92,117,106)

Color info

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

RGB color model

#5C756A color RGB value is (92,117,106).

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

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 106 of 255 = 42%

92
117
106

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

Portions of RGB colors in percentages

R + G + B =
92 + 117 + 106 = 315 (100%)
R 92 of 315 ~ 29.21%
G 117 of 315 ~ 37.14%
B 106 of 315 ~ 33.65%

%29.21
%37.14
%33.65

CMYK color model

#5C756A color CMYK value is (21,0,9,54).

  • cyan value is 21.37%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 54.12%
CMYK:
(21,0,9,54)
C21M0Y9K54 
(21%,0%,9%,54%)
(0.21/0.00/0.09/0.54)	

CMYK percentages

%21.37
%0
%9.4
%54.12

Codes

Color #5C756A in popluar color models

5C756A
RGB92117106
HSL154°11.96%40.98%
HSB/HSV154°21.37%45.88%
CMYK21.37%0.00%9.40%
54.12%

Color #5C756A in popluar number systems.

HEX5C756A
Decimal92117106
Binary101110011101011101010
Octal134165152

Shades and tints

Shades of #5C756A

#5C756A
(92,117,106)
#546B61
(84,107,97)
#4C6158
(76,97,88)
#44574F
(68,87,79)
#3C4D46
(60,77,70)
#34433D
(52,67,61)
#2C3934
(44,57,52)
#242F2B
(36,47,43)
#1C2522
(28,37,34)
#141B19
(20,27,25)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #5C756A

#5C756A
(92,117,106)
#6A8177
(106,129,119)
#788D84
(120,141,132)
#869991
(134,153,145)
#94A59E
(148,165,158)
#A2B1AB
(162,177,171)
#B0BDB8
(176,189,184)
#BEC9C5
(190,201,197)
#CCD5D2
(204,213,210)
#DAE1DF
(218,225,223)
#E8EDEC
(232,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C756A; }

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

This text font color is #5C756A.


Background Color

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

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

This div background color is #5C756A.


Border color

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

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

This div border color is #5C756A.


Opacity

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

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

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

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

This text has shadow with #5C756A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C756A on black background.


Color preview on white background

This text has color #5C756A on white background.



Black color preview on #5C756A background

This text has black color on #5C756A background.


White color preview on #5C756A background

This text has white color on #5C756A background.