COLOR #5C7878

HEX: #5C7878
RGB: (92,120,120)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

92
120
120

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

Portions of RGB colors in percentages

R + G + B =
92 + 120 + 120 = 332 (100%)
R 92 of 332 ~ 27.71%
G 120 of 332 ~ 36.14%
B 120 of 332 ~ 36.14%

%27.71
%36.14
%36.14

CMYK color model

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

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

CMYK percentages

%23.33
%0
%0
%52.94

Codes

Color #5C7878 in popluar color models

5C7878
RGB92120120
HSL180°13.21%41.57%
HSB/HSV180°23.33%47.06%
CMYK23.33%0.00%0.00%
52.94%

Color #5C7878 in popluar number systems.

HEX5C7878
Decimal92120120
Binary101110011110001111000
Octal134170170

Shades and tints

Shades of #5C7878

#5C7878
(92,120,120)
#546E6E
(84,110,110)
#4C6464
(76,100,100)
#445A5A
(68,90,90)
#3C5050
(60,80,80)
#344646
(52,70,70)
#2C3C3C
(44,60,60)
#243232
(36,50,50)
#1C2828
(28,40,40)
#141E1E
(20,30,30)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #5C7878

#5C7878
(92,120,120)
#6A8484
(106,132,132)
#789090
(120,144,144)
#869C9C
(134,156,156)
#94A8A8
(148,168,168)
#A2B4B4
(162,180,180)
#B0C0C0
(176,192,192)
#BECCCC
(190,204,204)
#CCD8D8
(204,216,216)
#DAE4E4
(218,228,228)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7878; }

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

This text font color is #5C7878.


Background Color

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

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

This div background color is #5C7878.


Border color

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

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

This div border color is #5C7878.


Opacity

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

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

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

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

This text has shadow with #5C7878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7878 on black background.


Color preview on white background

This text has color #5C7878 on white background.



Black color preview on #5C7878 background

This text has black color on #5C7878 background.


White color preview on #5C7878 background

This text has white color on #5C7878 background.