COLOR #58818D

HEX: #58818D
RGB: (88,129,141)

Color info

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

RGB color model

#58818D color RGB value is (88,129,141).

  • red value is 88;
  • green value is 129;
  • blue value is 141.
RGB:
(88,129,141)
(35%,51%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 129 of 255 = 51%
B 141 of 255 = 55%

88
129
141

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

Portions of RGB colors in percentages

R + G + B =
88 + 129 + 141 = 358 (100%)
R 88 of 358 ~ 24.58%
G 129 of 358 ~ 36.03%
B 141 of 358 ~ 39.39%

%24.58
%36.03
%39.39

CMYK color model

#58818D color CMYK value is (38,9,0,45).

  • cyan value is 37.59%
  • magenta value is 8.51%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(38,9,0,45)
C38M9Y0K45 
(38%,9%,0%,45%)
(0.38/0.09/0.00/0.45)	

CMYK percentages

%37.59
%8.51
%0
%44.71

Codes

Color #58818D in popluar color models

58818D
RGB88129141
HSL194°23.14%44.90%
HSB/HSV194°37.59%55.29%
CMYK37.59%8.51%0.00%
44.71%

Color #58818D in popluar number systems.

HEX58818D
Decimal88129141
Binary10110001000000110001101
Octal130201215

Shades and tints

Shades of #58818D

#58818D
(88,129,141)
#507681
(80,118,129)
#486B75
(72,107,117)
#406069
(64,96,105)
#38555D
(56,85,93)
#304A51
(48,74,81)
#283F45
(40,63,69)
#203439
(32,52,57)
#18292D
(24,41,45)
#101E21
(16,30,33)
#081315
(8,19,21)
#000000
(0,0,0)

Tints of #58818D

#58818D
(88,129,141)
#678C97
(103,140,151)
#7697A1
(118,151,161)
#85A2AB
(133,162,171)
#94ADB5
(148,173,181)
#A3B8BF
(163,184,191)
#B2C3C9
(178,195,201)
#C1CED3
(193,206,211)
#D0D9DD
(208,217,221)
#DFE4E7
(223,228,231)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58818D; }

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

This text font color is #58818D.


Background Color

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

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

This div background color is #58818D.


Border color

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

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

This div border color is #58818D.


Opacity

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

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

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

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

This text has shadow with #58818D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58818D on black background.


Color preview on white background

This text has color #58818D on white background.



Black color preview on #58818D background

This text has black color on #58818D background.


White color preview on #58818D background

This text has white color on #58818D background.