COLOR #5C736B

HEX: #5C736B
RGB: (92,115,107)

Color info

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

RGB color model

#5C736B color RGB value is (92,115,107).

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

RGB channels and saturation

R 92 of 255 = 36%
G 115 of 255 = 45%
B 107 of 255 = 42%

92
115
107

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

Portions of RGB colors in percentages

R + G + B =
92 + 115 + 107 = 314 (100%)
R 92 of 314 ~ 29.3%
G 115 of 314 ~ 36.62%
B 107 of 314 ~ 34.08%

%29.3
%36.62
%34.08

CMYK color model

#5C736B color CMYK value is (20,0,7,55).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(20,0,7,55)
C20M0Y7K55 
(20%,0%,7%,55%)
(0.20/0.00/0.07/0.55)	

CMYK percentages

%20
%0
%6.96
%54.9

Codes

Color #5C736B in popluar color models

5C736B
RGB92115107
HSL159°11.11%40.59%
HSB/HSV159°20.00%45.10%
CMYK20.00%0.00%6.96%
54.90%

Color #5C736B in popluar number systems.

HEX5C736B
Decimal92115107
Binary101110011100111101011
Octal134163153

Shades and tints

Shades of #5C736B

#5C736B
(92,115,107)
#546962
(84,105,98)
#4C5F59
(76,95,89)
#445550
(68,85,80)
#3C4B47
(60,75,71)
#34413E
(52,65,62)
#2C3735
(44,55,53)
#242D2C
(36,45,44)
#1C2323
(28,35,35)
#14191A
(20,25,26)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #5C736B

#5C736B
(92,115,107)
#6A7F78
(106,127,120)
#788B85
(120,139,133)
#869792
(134,151,146)
#94A39F
(148,163,159)
#A2AFAC
(162,175,172)
#B0BBB9
(176,187,185)
#BEC7C6
(190,199,198)
#CCD3D3
(204,211,211)
#DADFE0
(218,223,224)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C736B; }

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

This text font color is #5C736B.


Background Color

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

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

This div background color is #5C736B.


Border color

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

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

This div border color is #5C736B.


Opacity

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

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

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

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

This text has shadow with #5C736B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C736B on black background.


Color preview on white background

This text has color #5C736B on white background.



Black color preview on #5C736B background

This text has black color on #5C736B background.


White color preview on #5C736B background

This text has white color on #5C736B background.