COLOR #5C6767

HEX: #5C6767
RGB: (92,103,103)

Color info

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

RGB color model

#5C6767 color RGB value is (92,103,103).

  • red value is 92;
  • green value is 103;
  • blue value is 103.
RGB:
(92,103,103)
(36%,40%,40%)

RGB channels and saturation

R 92 of 255 = 36%
G 103 of 255 = 40%
B 103 of 255 = 40%

92
103
103

R + G + B ~ 39%. #5C6767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 103 + 103 = 298 (100%)
R 92 of 298 ~ 30.87%
G 103 of 298 ~ 34.56%
B 103 of 298 ~ 34.56%

%30.87
%34.56
%34.56

CMYK color model

#5C6767 color CMYK value is (11,0,0,60).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(11,0,0,60)
C11M0Y0K60 
(11%,0%,0%,60%)
(0.11/0.00/0.00/0.60)	

CMYK percentages

%10.68
%0
%0
%59.61

Codes

Color #5C6767 in popluar color models

5C6767
RGB92103103
HSL180°5.64%38.24%
HSB/HSV180°10.68%40.39%
CMYK10.68%0.00%0.00%
59.61%

Color #5C6767 in popluar number systems.

HEX5C6767
Decimal92103103
Binary101110011001111100111
Octal134147147

Shades and tints

Shades of #5C6767

#5C6767
(92,103,103)
#545E5E
(84,94,94)
#4C5555
(76,85,85)
#444C4C
(68,76,76)
#3C4343
(60,67,67)
#343A3A
(52,58,58)
#2C3131
(44,49,49)
#242828
(36,40,40)
#1C1F1F
(28,31,31)
#141616
(20,22,22)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #5C6767

#5C6767
(92,103,103)
#6A7474
(106,116,116)
#788181
(120,129,129)
#868E8E
(134,142,142)
#949B9B
(148,155,155)
#A2A8A8
(162,168,168)
#B0B5B5
(176,181,181)
#BEC2C2
(190,194,194)
#CCCFCF
(204,207,207)
#DADCDC
(218,220,220)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6767; }

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

This text font color is #5C6767.


Background Color

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

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

This div background color is #5C6767.


Border color

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

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

This div border color is #5C6767.


Opacity

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

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

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

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

This text has shadow with #5C6767 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6767 on black background.


Color preview on white background

This text has color #5C6767 on white background.



Black color preview on #5C6767 background

This text has black color on #5C6767 background.


White color preview on #5C6767 background

This text has white color on #5C6767 background.