COLOR #58776A

HEX: #58776A
RGB: (88,119,106)

Color info

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

RGB color model

#58776A color RGB value is (88,119,106).

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

RGB channels and saturation

R 88 of 255 = 35%
G 119 of 255 = 47%
B 106 of 255 = 42%

88
119
106

R + G + B ~ 41%. #58776A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 119 + 106 = 313 (100%)
R 88 of 313 ~ 28.12%
G 119 of 313 ~ 38.02%
B 106 of 313 ~ 33.87%

%28.12
%38.02
%33.87

CMYK color model

#58776A color CMYK value is (26,0,11,53).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 10.92%
  • key color value is 53.33%
CMYK:
(26,0,11,53)
C26M0Y11K53 
(26%,0%,11%,53%)
(0.26/0.00/0.11/0.53)	

CMYK percentages

%26.05
%0
%10.92
%53.33

Codes

Color #58776A in popluar color models

58776A
RGB88119106
HSL155°14.98%40.59%
HSB/HSV155°26.05%46.67%
CMYK26.05%0.00%10.92%
53.33%

Color #58776A in popluar number systems.

HEX58776A
Decimal88119106
Binary101100011101111101010
Octal130167152

Shades and tints

Shades of #58776A

#58776A
(88,119,106)
#506D61
(80,109,97)
#486358
(72,99,88)
#40594F
(64,89,79)
#384F46
(56,79,70)
#30453D
(48,69,61)
#283B34
(40,59,52)
#20312B
(32,49,43)
#182722
(24,39,34)
#101D19
(16,29,25)
#081310
(8,19,16)
#000000
(0,0,0)

Tints of #58776A

#58776A
(88,119,106)
#678377
(103,131,119)
#768F84
(118,143,132)
#859B91
(133,155,145)
#94A79E
(148,167,158)
#A3B3AB
(163,179,171)
#B2BFB8
(178,191,184)
#C1CBC5
(193,203,197)
#D0D7D2
(208,215,210)
#DFE3DF
(223,227,223)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58776A color. Also use rgb(88,119,106) instead hex code.

Text Font Color

.myTextColor { color: #58776A; }

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

This text font color is #58776A.


Background Color

.myBgColor { background-color: #58776A; }

<div style="background-color:#58776A">Inner text</div>

This div background color is #58776A.


Border color

.myBorderColor { border: 1px solid #58776A; }

<div style="border:3px solid #58776A">Div</div>

This div border color is #58776A.


Opacity

.myOpacity80 { color: #58776A; opacity: 0.8; }

<p style="color:#58776A;opacity:0.8;">80%</p>

Text with #58776A 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 #58776A;}

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

This text has shadow with #58776A color.

.textShadow {text-shadow: 3px 3px 1px #58776A, 3px 3px 1px red;}

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

This text has shadow with #58776A primary color and red secondary color.


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

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

This text has shadow with #58776A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58776A on black background.


Color preview on white background

This text has color #58776A on white background.



Black color preview on #58776A background

This text has black color on #58776A background.


White color preview on #58776A background

This text has white color on #58776A background.