COLOR #5C7D78

HEX: #5C7D78
RGB: (92,125,120)

Color info

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

RGB color model

#5C7D78 color RGB value is (92,125,120).

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

RGB channels and saturation

R 92 of 255 = 36%
G 125 of 255 = 49%
B 120 of 255 = 47%

92
125
120

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

Portions of RGB colors in percentages

R + G + B =
92 + 125 + 120 = 337 (100%)
R 92 of 337 ~ 27.3%
G 125 of 337 ~ 37.09%
B 120 of 337 ~ 35.61%

%27.3
%37.09
%35.61

CMYK color model

#5C7D78 color CMYK value is (26,0,4,51).

  • cyan value is 26.40%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 50.98%
CMYK:
(26,0,4,51)
C26M0Y4K51 
(26%,0%,4%,51%)
(0.26/0.00/0.04/0.51)	

CMYK percentages

%26.4
%0
%4
%50.98

Codes

Color #5C7D78 in popluar color models

5C7D78
RGB92125120
HSL171°15.21%42.55%
HSB/HSV171°26.40%49.02%
CMYK26.40%0.00%4.00%
50.98%

Color #5C7D78 in popluar number systems.

HEX5C7D78
Decimal92125120
Binary101110011111011111000
Octal134175170

Shades and tints

Shades of #5C7D78

#5C7D78
(92,125,120)
#54726E
(84,114,110)
#4C6764
(76,103,100)
#445C5A
(68,92,90)
#3C5150
(60,81,80)
#344646
(52,70,70)
#2C3B3C
(44,59,60)
#243032
(36,48,50)
#1C2528
(28,37,40)
#141A1E
(20,26,30)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #5C7D78

#5C7D78
(92,125,120)
#6A8884
(106,136,132)
#789390
(120,147,144)
#869E9C
(134,158,156)
#94A9A8
(148,169,168)
#A2B4B4
(162,180,180)
#B0BFC0
(176,191,192)
#BECACC
(190,202,204)
#CCD5D8
(204,213,216)
#DAE0E4
(218,224,228)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7D78; }

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

This text font color is #5C7D78.


Background Color

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

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

This div background color is #5C7D78.


Border color

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

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

This div border color is #5C7D78.


Opacity

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

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

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

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

This text has shadow with #5C7D78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7D78 on black background.


Color preview on white background

This text has color #5C7D78 on white background.



Black color preview on #5C7D78 background

This text has black color on #5C7D78 background.


White color preview on #5C7D78 background

This text has white color on #5C7D78 background.