COLOR #5C8785

HEX: #5C8785
RGB: (92,135,133)

Color info

#5C8785 contains red, green and blue colors in about the same proportion. Web safe color of #5C8785 is #669999 (or #699).

RGB color model

#5C8785 color RGB value is (92,135,133).

  • red value is 92;
  • green value is 135;
  • blue value is 133.
RGB:
(92,135,133)
(36%,53%,52%)

RGB channels and saturation

R 92 of 255 = 36%
G 135 of 255 = 53%
B 133 of 255 = 52%

92
135
133

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

Portions of RGB colors in percentages

R + G + B =
92 + 135 + 133 = 360 (100%)
R 92 of 360 ~ 25.56%
G 135 of 360 ~ 37.5%
B 133 of 360 ~ 36.94%

%25.56
%37.5
%36.94

CMYK color model

#5C8785 color CMYK value is (32,0,1,47).

  • cyan value is 31.85%
  • magenta value is 0.00%
  • yellow value is 1.48%
  • key color value is 47.06%
CMYK:
(32,0,1,47)
C32M0Y1K47 
(32%,0%,1%,47%)
(0.32/0.00/0.01/0.47)	

CMYK percentages

%31.85
%0
%1.48
%47.06

Codes

Color #5C8785 in popluar color models

5C8785
RGB92135133
HSL177°18.94%44.51%
HSB/HSV177°31.85%52.94%
CMYK31.85%0.00%1.48%
47.06%

Color #5C8785 in popluar number systems.

HEX5C8785
Decimal92135133
Binary10111001000011110000101
Octal134207205

Shades and tints

Shades of #5C8785

#5C8785
(92,135,133)
#547B79
(84,123,121)
#4C6F6D
(76,111,109)
#446361
(68,99,97)
#3C5755
(60,87,85)
#344B49
(52,75,73)
#2C3F3D
(44,63,61)
#243331
(36,51,49)
#1C2725
(28,39,37)
#141B19
(20,27,25)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #5C8785

#5C8785
(92,135,133)
#6A9190
(106,145,144)
#789B9B
(120,155,155)
#86A5A6
(134,165,166)
#94AFB1
(148,175,177)
#A2B9BC
(162,185,188)
#B0C3C7
(176,195,199)
#BECDD2
(190,205,210)
#CCD7DD
(204,215,221)
#DAE1E8
(218,225,232)
#E8EBF3
(232,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8785; }

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

This text font color is #5C8785.


Background Color

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

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

This div background color is #5C8785.


Border color

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

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

This div border color is #5C8785.


Opacity

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

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

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

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

This text has shadow with #5C8785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8785 on black background.


Color preview on white background

This text has color #5C8785 on white background.



Black color preview on #5C8785 background

This text has black color on #5C8785 background.


White color preview on #5C8785 background

This text has white color on #5C8785 background.