COLOR #5C7B8B

HEX: #5C7B8B RGB: (92,123,139)

Color info

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

RGB color model

#5C7B8B color RGB value is (92,123,139).

RGB: (92,123,139) (36%, 48%, 55%)

RGB channels and saturation

R 92 of 255 = 36%
G 123 of 255 = 48%
B 139 of 255 = 55%

92
123
139

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

Portions of RGB colors in percentages

R + G + B = 92 + 123 + 139 = 354 (100%)
R 92 of 354 ~ 25.99%
G 123 of 354 ~ 34.75%
B 139 of 354 ~ 39.27'%

%25.99
%34.75
%39.27

CMYK color model

#5C7B8B color CMYK value is (34,12,0,45).

  • cyan value is 33.81%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 45.49%

CMYK: (34,12,0,45)
C34M12Y0K45 (34%, 12%, 0%, 45%)
(0.34 / 0.12 / 0.00 / 0.45)

CMYK percentages

%33.81
%11.51
%0
%45.49

Codes

Color #5C7B8B in popluar color models

5C 7B 8B
RGB 92 123 139
HSL 200° 20.35% 45.29%
HSB/HSV 200° 33.81% 54.51%
CMYK 33.81% 11.51% 0.00%
45.49%

Color #5C7B8B in popluar number systems.

HEX 5C 7B 8B
Decimal 92 123 139
Binary 1011100 1111011 10001011
Octal 134 173 213

Shades and tints

Shades of #5C7B8B

#5C7B8B
(92,123,139)
#54707F
(84,112,127)
#4C6573
(76,101,115)
#445A67
(68,90,103)
#3C4F5B
(60,79,91)
#34444F
(52,68,79)
#2C3943
(44,57,67)
#242E37
(36,46,55)
#1C232B
(28,35,43)
#14181F
(20,24,31)
#0C0D13
(12,13,19)
#000000
(0,0,0)

Tints of #5C7B8B

#5C7B8B
(92,123,139)
#6A8795
(106,135,149)
#78939F
(120,147,159)
#869FA9
(134,159,169)
#94ABB3
(148,171,179)
#A2B7BD
(162,183,189)
#B0C3C7
(176,195,199)
#BECFD1
(190,207,209)
#CCDBDB
(204,219,219)
#DAE7E5
(218,231,229)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7B8B; }

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

This text font color is #5C7B8B.

Background Color

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

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

This div background color is #5C7B8B.

Border color

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

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

This div border color is #5C7B8B.

Opacity

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

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

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

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

This text has shadow with #5C7B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C7B8B.

Preview

Color preview on black background

This text has color #5C7B8B on black background.


Color preview on white background

This text has color #5C7B8B on white background.


Black color preview on #5C7B8B background

This text has black color on #5C7B8B background.


White color preview on #5C7B8B background

This text has white color on #5C7B8B background.


Related colors

Complementary color

Complementary color for #hex is #A38474.


I love getcolorcode.com

Triadic colors

1 #8B5C7B and #7B8B5C with #5C7B8B are triadic colors.

2 #8B7B5C and #7B5C8B with #5C7B8B are triadic colors.