COLOR #5C6960

HEX: #5C6960
RGB: (92,105,96)

Color info

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

RGB color model

#5C6960 color RGB value is (92,105,96).

  • red value is 92;
  • green value is 105;
  • blue value is 96.
RGB:
(92,105,96)
(36%,41%,38%)

RGB channels and saturation

R 92 of 255 = 36%
G 105 of 255 = 41%
B 96 of 255 = 38%

92
105
96

R + G + B ~ 38%. #5C6960 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 105 + 96 = 293 (100%)
R 92 of 293 ~ 31.4%
G 105 of 293 ~ 35.84%
B 96 of 293 ~ 32.76%

%31.4
%35.84
%32.76

CMYK color model

#5C6960 color CMYK value is (12,0,9,59).

  • cyan value is 12.38%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 58.82%
CMYK:
(12,0,9,59)
C12M0Y9K59 
(12%,0%,9%,59%)
(0.12/0.00/0.09/0.59)	

CMYK percentages

%12.38
%0
%8.57
%58.82

Codes

Color #5C6960 in popluar color models

5C6960
RGB9210596
HSL138°6.60%38.63%
HSB/HSV138°12.38%41.18%
CMYK12.38%0.00%8.57%
58.82%

Color #5C6960 in popluar number systems.

HEX5C6960
Decimal9210596
Binary101110011010011100000
Octal134151140

Shades and tints

Shades of #5C6960

#5C6960
(92,105,96)
#546058
(84,96,88)
#4C5750
(76,87,80)
#444E48
(68,78,72)
#3C4540
(60,69,64)
#343C38
(52,60,56)
#2C3330
(44,51,48)
#242A28
(36,42,40)
#1C2120
(28,33,32)
#141818
(20,24,24)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #5C6960

#5C6960
(92,105,96)
#6A766E
(106,118,110)
#78837C
(120,131,124)
#86908A
(134,144,138)
#949D98
(148,157,152)
#A2AAA6
(162,170,166)
#B0B7B4
(176,183,180)
#BEC4C2
(190,196,194)
#CCD1D0
(204,209,208)
#DADEDE
(218,222,222)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6960; }

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

This text font color is #5C6960.


Background Color

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

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

This div background color is #5C6960.


Border color

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

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

This div border color is #5C6960.


Opacity

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

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

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

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

This text has shadow with #5C6960 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6960 on black background.


Color preview on white background

This text has color #5C6960 on white background.



Black color preview on #5C6960 background

This text has black color on #5C6960 background.


White color preview on #5C6960 background

This text has white color on #5C6960 background.