COLOR #58777E

HEX: #58777E
RGB: (88,119,126)

Color info

#58777E contains red, green and blue colors in about the same proportion. Web safe color of #58777E is #666666 (or #666).

RGB color model

#58777E color RGB value is (88,119,126).

  • red value is 88;
  • green value is 119;
  • blue value is 126.
RGB:
(88,119,126)
(35%,47%,49%)

RGB channels and saturation

R 88 of 255 = 35%
G 119 of 255 = 47%
B 126 of 255 = 49%

88
119
126

R + G + B ~ 44%. #58777E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 119 + 126 = 333 (100%)
R 88 of 333 ~ 26.43%
G 119 of 333 ~ 35.74%
B 126 of 333 ~ 37.84%

%26.43
%35.74
%37.84

CMYK color model

#58777E color CMYK value is (30,6,0,51).

  • cyan value is 30.16%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(30,6,0,51)
C30M6Y0K51 
(30%,6%,0%,51%)
(0.30/0.06/0.00/0.51)	

CMYK percentages

%30.16
%5.56
%0
%50.59

Codes

Color #58777E in popluar color models

58777E
RGB88119126
HSL191°17.76%41.96%
HSB/HSV191°30.16%49.41%
CMYK30.16%5.56%0.00%
50.59%

Color #58777E in popluar number systems.

HEX58777E
Decimal88119126
Binary101100011101111111110
Octal130167176

Shades and tints

Shades of #58777E

#58777E
(88,119,126)
#506D73
(80,109,115)
#486368
(72,99,104)
#40595D
(64,89,93)
#384F52
(56,79,82)
#304547
(48,69,71)
#283B3C
(40,59,60)
#203131
(32,49,49)
#182726
(24,39,38)
#101D1B
(16,29,27)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #58777E

#58777E
(88,119,126)
#678389
(103,131,137)
#768F94
(118,143,148)
#859B9F
(133,155,159)
#94A7AA
(148,167,170)
#A3B3B5
(163,179,181)
#B2BFC0
(178,191,192)
#C1CBCB
(193,203,203)
#D0D7D6
(208,215,214)
#DFE3E1
(223,227,225)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58777E color. Also use rgb(88,119,126) instead hex code.

Text Font Color

.myTextColor { color: #58777E; }

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

This text font color is #58777E.


Background Color

.myBgColor { background-color: #58777E; }

<div style="background-color:#58777E">Inner text</div>

This div background color is #58777E.


Border color

.myBorderColor { border: 1px solid #58777E; }

<div style="border:3px solid #58777E">Div</div>

This div border color is #58777E.


Opacity

.myOpacity80 { color: #58777E; opacity: 0.8; }

<p style="color:#58777E;opacity:0.8;">80%</p>

Text with #58777E 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 #58777E;}

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

This text has shadow with #58777E color.

.textShadow {text-shadow: 3px 3px 1px #58777E, 3px 3px 1px red;}

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

This text has shadow with #58777E primary color and red secondary color.


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

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

This text has shadow with #58777E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58777E on black background.


Color preview on white background

This text has color #58777E on white background.



Black color preview on #58777E background

This text has black color on #58777E background.


White color preview on #58777E background

This text has white color on #58777E background.