COLOR #5C8482

HEX: #5C8482
RGB: (92,132,130)

Color info

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

RGB color model

#5C8482 color RGB value is (92,132,130).

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

RGB channels and saturation

R 92 of 255 = 36%
G 132 of 255 = 52%
B 130 of 255 = 51%

92
132
130

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

Portions of RGB colors in percentages

R + G + B =
92 + 132 + 130 = 354 (100%)
R 92 of 354 ~ 25.99%
G 132 of 354 ~ 37.29%
B 130 of 354 ~ 36.72%

%25.99
%37.29
%36.72

CMYK color model

#5C8482 color CMYK value is (30,0,2,48).

  • cyan value is 30.30%
  • magenta value is 0.00%
  • yellow value is 1.52%
  • key color value is 48.24%
CMYK:
(30,0,2,48)
C30M0Y2K48 
(30%,0%,2%,48%)
(0.30/0.00/0.02/0.48)	

CMYK percentages

%30.3
%0
%1.52
%48.24

Codes

Color #5C8482 in popluar color models

5C8482
RGB92132130
HSL177°17.86%43.92%
HSB/HSV177°30.30%51.76%
CMYK30.30%0.00%1.52%
48.24%

Color #5C8482 in popluar number systems.

HEX5C8482
Decimal92132130
Binary10111001000010010000010
Octal134204202

Shades and tints

Shades of #5C8482

#5C8482
(92,132,130)
#547877
(84,120,119)
#4C6C6C
(76,108,108)
#446061
(68,96,97)
#3C5456
(60,84,86)
#34484B
(52,72,75)
#2C3C40
(44,60,64)
#243035
(36,48,53)
#1C242A
(28,36,42)
#14181F
(20,24,31)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #5C8482

#5C8482
(92,132,130)
#6A8F8D
(106,143,141)
#789A98
(120,154,152)
#86A5A3
(134,165,163)
#94B0AE
(148,176,174)
#A2BBB9
(162,187,185)
#B0C6C4
(176,198,196)
#BED1CF
(190,209,207)
#CCDCDA
(204,220,218)
#DAE7E5
(218,231,229)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8482; }

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

This text font color is #5C8482.


Background Color

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

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

This div background color is #5C8482.


Border color

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

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

This div border color is #5C8482.


Opacity

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

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

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

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

This text has shadow with #5C8482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8482 on black background.


Color preview on white background

This text has color #5C8482 on white background.



Black color preview on #5C8482 background

This text has black color on #5C8482 background.


White color preview on #5C8482 background

This text has white color on #5C8482 background.