COLOR #5C8280

HEX: #5C8280
RGB: (92,130,128)

Color info

#5C8280 contains red, green and blue colors in about the same proportion. Web safe color of #5C8280 is #669966 (or #696).

RGB color model

#5C8280 color RGB value is (92,130,128).

  • red value is 92;
  • green value is 130;
  • blue value is 128.
RGB:
(92,130,128)
(36%,51%,50%)

RGB channels and saturation

R 92 of 255 = 36%
G 130 of 255 = 51%
B 128 of 255 = 50%

92
130
128

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

Portions of RGB colors in percentages

R + G + B =
92 + 130 + 128 = 350 (100%)
R 92 of 350 ~ 26.29%
G 130 of 350 ~ 37.14%
B 128 of 350 ~ 36.57%

%26.29
%37.14
%36.57

CMYK color model

#5C8280 color CMYK value is (29,0,2,49).

  • cyan value is 29.23%
  • magenta value is 0.00%
  • yellow value is 1.54%
  • key color value is 49.02%
CMYK:
(29,0,2,49)
C29M0Y2K49 
(29%,0%,2%,49%)
(0.29/0.00/0.02/0.49)	

CMYK percentages

%29.23
%0
%1.54
%49.02

Codes

Color #5C8280 in popluar color models

5C8280
RGB92130128
HSL177°17.12%43.53%
HSB/HSV177°29.23%50.98%
CMYK29.23%0.00%1.54%
49.02%

Color #5C8280 in popluar number systems.

HEX5C8280
Decimal92130128
Binary10111001000001010000000
Octal134202200

Shades and tints

Shades of #5C8280

#5C8280
(92,130,128)
#547775
(84,119,117)
#4C6C6A
(76,108,106)
#44615F
(68,97,95)
#3C5654
(60,86,84)
#344B49
(52,75,73)
#2C403E
(44,64,62)
#243533
(36,53,51)
#1C2A28
(28,42,40)
#141F1D
(20,31,29)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #5C8280

#5C8280
(92,130,128)
#6A8D8B
(106,141,139)
#789896
(120,152,150)
#86A3A1
(134,163,161)
#94AEAC
(148,174,172)
#A2B9B7
(162,185,183)
#B0C4C2
(176,196,194)
#BECFCD
(190,207,205)
#CCDAD8
(204,218,216)
#DAE5E3
(218,229,227)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8280; }

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

This text font color is #5C8280.


Background Color

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

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

This div background color is #5C8280.


Border color

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

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

This div border color is #5C8280.


Opacity

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

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

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

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

This text has shadow with #5C8280 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8280 on black background.


Color preview on white background

This text has color #5C8280 on white background.



Black color preview on #5C8280 background

This text has black color on #5C8280 background.


White color preview on #5C8280 background

This text has white color on #5C8280 background.