COLOR #58767E

HEX: #58767E RGB: (88,118,126)

Color info

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

RGB color model

#58767E color RGB value is (88,118,126).

RGB: (88,118,126) (35%, 46%, 49%)

RGB channels and saturation

R 88 of 255 = 35%
G 118 of 255 = 46%
B 126 of 255 = 49%

88
118
126

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

Portions of RGB colors in percentages

R + G + B = 88 + 118 + 126 = 332 (100%)
R 88 of 332 ~ 26.51%
G 118 of 332 ~ 35.54%
B 126 of 332 ~ 37.95'%

%26.51
%35.54
%37.95

CMYK color model

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

  • cyan value is 30.16%
  • magenta value is 6.35%
  • 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
%6.35
%0
%50.59

Codes

Color #58767E in popluar color models

58 76 7E
RGB 88 118 126
HSL 193° 17.76% 41.96%
HSB/HSV 193° 30.16% 49.41%
CMYK 30.16% 6.35% 0.00%
50.59%

Color #58767E in popluar number systems.

HEX 58 76 7E
Decimal 88 118 126
Binary 1011000 1110110 1111110
Octal 130 166 176

Shades and tints

Shades of #58767E

#58767E
(88,118,126)
#506C73
(80,108,115)
#486268
(72,98,104)
#40585D
(64,88,93)
#384E52
(56,78,82)
#304447
(48,68,71)
#283A3C
(40,58,60)
#203031
(32,48,49)
#182626
(24,38,38)
#101C1B
(16,28,27)
#081210
(8,18,16)
#000000
(0,0,0)

Tints of #58767E

#58767E
(88,118,126)
#678289
(103,130,137)
#768E94
(118,142,148)
#859A9F
(133,154,159)
#94A6AA
(148,166,170)
#A3B2B5
(163,178,181)
#B2BEC0
(178,190,192)
#C1CACB
(193,202,203)
#D0D6D6
(208,214,214)
#DFE2E1
(223,226,225)
#EEEEEC
(238,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58767E; }

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

This text font color is #58767E.

Background Color

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

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

This div background color is #58767E.

Border color

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

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

This div border color is #58767E.

Opacity

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

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

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

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

This text has shadow with #58767E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58767E.

Preview

Color preview on black background

This text has color #58767E on black background.


Color preview on white background

This text has color #58767E on white background.


Black color preview on #58767E background

This text has black color on #58767E background.


White color preview on #58767E background

This text has white color on #58767E background.


Related colors

Complementary color

Complementary color for #hex is #A78981.


I love getcolorcode.com

Triadic colors

1 #7E5876 and #767E58 with #58767E are triadic colors.

2 #7E7658 and #76587E with #58767E are triadic colors.