COLOR #5C7A82

HEX: #5C7A82
RGB: (92,122,130)

Color info

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

RGB color model

#5C7A82 color RGB value is (92,122,130).

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

RGB channels and saturation

R 92 of 255 = 36%
G 122 of 255 = 48%
B 130 of 255 = 51%

92
122
130

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

Portions of RGB colors in percentages

R + G + B =
92 + 122 + 130 = 344 (100%)
R 92 of 344 ~ 26.74%
G 122 of 344 ~ 35.47%
B 130 of 344 ~ 37.79%

%26.74
%35.47
%37.79

CMYK color model

#5C7A82 color CMYK value is (29,6,0,49).

  • cyan value is 29.23%
  • magenta value is 6.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(29,6,0,49)
C29M6Y0K49 
(29%,6%,0%,49%)
(0.29/0.06/0.00/0.49)	

CMYK percentages

%29.23
%6.15
%0
%49.02

Codes

Color #5C7A82 in popluar color models

5C7A82
RGB92122130
HSL193°17.12%43.53%
HSB/HSV193°29.23%50.98%
CMYK29.23%6.15%0.00%
49.02%

Color #5C7A82 in popluar number systems.

HEX5C7A82
Decimal92122130
Binary1011100111101010000010
Octal134172202

Shades and tints

Shades of #5C7A82

#5C7A82
(92,122,130)
#546F77
(84,111,119)
#4C646C
(76,100,108)
#445961
(68,89,97)
#3C4E56
(60,78,86)
#34434B
(52,67,75)
#2C3840
(44,56,64)
#242D35
(36,45,53)
#1C222A
(28,34,42)
#14171F
(20,23,31)
#0C0C14
(12,12,20)
#000000
(0,0,0)

Tints of #5C7A82

#5C7A82
(92,122,130)
#6A868D
(106,134,141)
#789298
(120,146,152)
#869EA3
(134,158,163)
#94AAAE
(148,170,174)
#A2B6B9
(162,182,185)
#B0C2C4
(176,194,196)
#BECECF
(190,206,207)
#CCDADA
(204,218,218)
#DAE6E5
(218,230,229)
#E8F2F0
(232,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C7A82; }

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

This text font color is #5C7A82.


Background Color

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

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

This div background color is #5C7A82.


Border color

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

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

This div border color is #5C7A82.


Opacity

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

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

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

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

This text has shadow with #5C7A82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7A82 on black background.


Color preview on white background

This text has color #5C7A82 on white background.



Black color preview on #5C7A82 background

This text has black color on #5C7A82 background.


White color preview on #5C7A82 background

This text has white color on #5C7A82 background.