COLOR #58928D

HEX: #58928D
RGB: (88,146,141)

Color info

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

RGB color model

#58928D color RGB value is (88,146,141).

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

RGB channels and saturation

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

88
146
141

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

Portions of RGB colors in percentages

R + G + B =
88 + 146 + 141 = 375 (100%)
R 88 of 375 ~ 23.47%
G 146 of 375 ~ 38.93%
B 141 of 375 ~ 37.6%

%23.47
%38.93
%37.6

CMYK color model

#58928D color CMYK value is (40,0,3,43).

  • cyan value is 39.73%
  • magenta value is 0.00%
  • yellow value is 3.42%
  • key color value is 42.75%
CMYK:
(40,0,3,43)
C40M0Y3K43 
(40%,0%,3%,43%)
(0.40/0.00/0.03/0.43)	

CMYK percentages

%39.73
%0
%3.42
%42.75

Codes

Color #58928D in popluar color models

58928D
RGB88146141
HSL175°24.79%45.88%
HSB/HSV175°39.73%57.25%
CMYK39.73%0.00%3.42%
42.75%

Color #58928D in popluar number systems.

HEX58928D
Decimal88146141
Binary10110001001001010001101
Octal130222215

Shades and tints

Shades of #58928D

#58928D
(88,146,141)
#508581
(80,133,129)
#487875
(72,120,117)
#406B69
(64,107,105)
#385E5D
(56,94,93)
#305151
(48,81,81)
#284445
(40,68,69)
#203739
(32,55,57)
#182A2D
(24,42,45)
#101D21
(16,29,33)
#081015
(8,16,21)
#000000
(0,0,0)

Tints of #58928D

#58928D
(88,146,141)
#679B97
(103,155,151)
#76A4A1
(118,164,161)
#85ADAB
(133,173,171)
#94B6B5
(148,182,181)
#A3BFBF
(163,191,191)
#B2C8C9
(178,200,201)
#C1D1D3
(193,209,211)
#D0DADD
(208,218,221)
#DFE3E7
(223,227,231)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58928D; }

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

This text font color is #58928D.


Background Color

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

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

This div background color is #58928D.


Border color

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

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

This div border color is #58928D.


Opacity

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

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

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

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

This text has shadow with #58928D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58928D on black background.


Color preview on white background

This text has color #58928D on white background.



Black color preview on #58928D background

This text has black color on #58928D background.


White color preview on #58928D background

This text has white color on #58928D background.