COLOR #5C7B84

HEX: #5C7B84
RGB: (92,123,132)

Color info

#5C7B84 contains red, green and blue colors in about the same proportion. Web safe color of #5C7B84 is #666699 (or #669).

RGB color model

#5C7B84 color RGB value is (92,123,132).

  • red value is 92;
  • green value is 123;
  • blue value is 132.
RGB:
(92,123,132)
(36%,48%,52%)

RGB channels and saturation

R 92 of 255 = 36%
G 123 of 255 = 48%
B 132 of 255 = 52%

92
123
132

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

Portions of RGB colors in percentages

R + G + B =
92 + 123 + 132 = 347 (100%)
R 92 of 347 ~ 26.51%
G 123 of 347 ~ 35.45%
B 132 of 347 ~ 38.04%

%26.51
%35.45
%38.04

CMYK color model

#5C7B84 color CMYK value is (30,7,0,48).

  • cyan value is 30.30%
  • magenta value is 6.82%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(30,7,0,48)
C30M7Y0K48 
(30%,7%,0%,48%)
(0.30/0.07/0.00/0.48)	

CMYK percentages

%30.3
%6.82
%0
%48.24

Codes

Color #5C7B84 in popluar color models

5C7B84
RGB92123132
HSL194°17.86%43.92%
HSB/HSV194°30.30%51.76%
CMYK30.30%6.82%0.00%
48.24%

Color #5C7B84 in popluar number systems.

HEX5C7B84
Decimal92123132
Binary1011100111101110000100
Octal134173204

Shades and tints

Shades of #5C7B84

#5C7B84
(92,123,132)
#547078
(84,112,120)
#4C656C
(76,101,108)
#445A60
(68,90,96)
#3C4F54
(60,79,84)
#344448
(52,68,72)
#2C393C
(44,57,60)
#242E30
(36,46,48)
#1C2324
(28,35,36)
#141818
(20,24,24)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #5C7B84

#5C7B84
(92,123,132)
#6A878F
(106,135,143)
#78939A
(120,147,154)
#869FA5
(134,159,165)
#94ABB0
(148,171,176)
#A2B7BB
(162,183,187)
#B0C3C6
(176,195,198)
#BECFD1
(190,207,209)
#CCDBDC
(204,219,220)
#DAE7E7
(218,231,231)
#E8F3F2
(232,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7B84; }

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

This text font color is #5C7B84.


Background Color

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

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

This div background color is #5C7B84.


Border color

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

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

This div border color is #5C7B84.


Opacity

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

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

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

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

This text has shadow with #5C7B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7B84 on black background.


Color preview on white background

This text has color #5C7B84 on white background.



Black color preview on #5C7B84 background

This text has black color on #5C7B84 background.


White color preview on #5C7B84 background

This text has white color on #5C7B84 background.