COLOR #5C7578

HEX: #5C7578
RGB: (92,117,120)

Color info

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

RGB color model

#5C7578 color RGB value is (92,117,120).

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

RGB channels and saturation

R 92 of 255 = 36%
G 117 of 255 = 46%
B 120 of 255 = 47%

92
117
120

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

Portions of RGB colors in percentages

R + G + B =
92 + 117 + 120 = 329 (100%)
R 92 of 329 ~ 27.96%
G 117 of 329 ~ 35.56%
B 120 of 329 ~ 36.47%

%27.96
%35.56
%36.47

CMYK color model

#5C7578 color CMYK value is (23,3,0,53).

  • cyan value is 23.33%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(23,3,0,53)
C23M3Y0K53 
(23%,3%,0%,53%)
(0.23/0.03/0.00/0.53)	

CMYK percentages

%23.33
%2.5
%0
%52.94

Codes

Color #5C7578 in popluar color models

5C7578
RGB92117120
HSL186°13.21%41.57%
HSB/HSV186°23.33%47.06%
CMYK23.33%2.50%0.00%
52.94%

Color #5C7578 in popluar number systems.

HEX5C7578
Decimal92117120
Binary101110011101011111000
Octal134165170

Shades and tints

Shades of #5C7578

#5C7578
(92,117,120)
#546B6E
(84,107,110)
#4C6164
(76,97,100)
#44575A
(68,87,90)
#3C4D50
(60,77,80)
#344346
(52,67,70)
#2C393C
(44,57,60)
#242F32
(36,47,50)
#1C2528
(28,37,40)
#141B1E
(20,27,30)
#0C1114
(12,17,20)
#000000
(0,0,0)

Tints of #5C7578

#5C7578
(92,117,120)
#6A8184
(106,129,132)
#788D90
(120,141,144)
#86999C
(134,153,156)
#94A5A8
(148,165,168)
#A2B1B4
(162,177,180)
#B0BDC0
(176,189,192)
#BEC9CC
(190,201,204)
#CCD5D8
(204,213,216)
#DAE1E4
(218,225,228)
#E8EDF0
(232,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7578; }

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

This text font color is #5C7578.


Background Color

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

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

This div background color is #5C7578.


Border color

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

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

This div border color is #5C7578.


Opacity

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

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

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

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

This text has shadow with #5C7578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7578 on black background.


Color preview on white background

This text has color #5C7578 on white background.



Black color preview on #5C7578 background

This text has black color on #5C7578 background.


White color preview on #5C7578 background

This text has white color on #5C7578 background.