COLOR #58918D

HEX: #58918D RGB: (88,145,141)

Color info

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

RGB color model

#58918D color RGB value is (88,145,141).

RGB: (88,145,141) (35%, 57%, 55%)

RGB channels and saturation

R 88 of 255 = 35%
G 145 of 255 = 57%
B 141 of 255 = 55%

88
145
141

R + G + B ~ 49%. #58918D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 145 + 141 = 374 (100%)
R 88 of 374 ~ 23.53%
G 145 of 374 ~ 38.77%
B 141 of 374 ~ 37.7'%

%23.53
%38.77
%37.7

CMYK color model

#58918D color CMYK value is (39,0,3,43).

  • cyan value is 39.31%
  • magenta value is 0.00%
  • yellow value is 2.76%
  • key color value is 43.14%

CMYK: (39,0,3,43)
C39M0Y3K43 (39%, 0%, 3%, 43%)
(0.39 / 0.00 / 0.03 / 0.43)

CMYK percentages

%39.31
%0
%2.76
%43.14

Codes

Color #58918D in popluar color models

58 91 8D
RGB 88 145 141
HSL 176° 24.46% 45.69%
HSB/HSV 176° 39.31% 56.86%
CMYK 39.31% 0.00% 2.76%
43.14%

Color #58918D in popluar number systems.

HEX 58 91 8D
Decimal 88 145 141
Binary 1011000 10010001 10001101
Octal 130 221 215

Shades and tints

Shades of #58918D

#58918D
(88,145,141)
#508481
(80,132,129)
#487775
(72,119,117)
#406A69
(64,106,105)
#385D5D
(56,93,93)
#305051
(48,80,81)
#284345
(40,67,69)
#203639
(32,54,57)
#18292D
(24,41,45)
#101C21
(16,28,33)
#080F15
(8,15,21)
#000000
(0,0,0)

Tints of #58918D

#58918D
(88,145,141)
#679B97
(103,155,151)
#76A5A1
(118,165,161)
#85AFAB
(133,175,171)
#94B9B5
(148,185,181)
#A3C3BF
(163,195,191)
#B2CDC9
(178,205,201)
#C1D7D3
(193,215,211)
#D0E1DD
(208,225,221)
#DFEBE7
(223,235,231)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58918D color. Also use rgb(88,145,141) instead hex code.

Text Font Color

.myTextColor { color: #58918D; }

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

This text font color is #58918D.

Background Color

.myBgColor { background-color: #58918D; }

<div style="background-color:#58918D">Inner text</div>

This div background color is #58918D.

Border color

.myBorderColor { border: 1px solid #58918D; }

<div style="border:3px solid #58918D">Div</div>

This div border color is #58918D.

Opacity

.myOpacity80 { color: #58918D; opacity: 0.8; }

<p style="color:#58918D;opacity:0.8;">80%</p>

Text with #58918D 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 #58918D;}

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

This text has shadow with #58918D color.


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

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

This text has shadow with #58918D primary color and red secondary color.


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

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

This text has shadow with #58918D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58918D.

Preview

Color preview on black background

This text has color #58918D on black background.


Color preview on white background

This text has color #58918D on white background.


Black color preview on #58918D background

This text has black color on #58918D background.


White color preview on #58918D background

This text has white color on #58918D background.


Related colors

Complementary color

Complementary color for #hex is #A76E72.


I love getcolorcode.com

Triadic colors

1 #8D5891 and #918D58 with #58918D are triadic colors.

2 #8D9158 and #91588D with #58918D are triadic colors.