COLOR #58729D

HEX: #58729D
RGB: (88,114,157)

Color info

#58729D contains mainly green and blue colors. Web safe color of #58729D is #666699 (or #669).

RGB color model

#58729D color RGB value is (88,114,157).

  • red value is 88;
  • green value is 114;
  • blue value is 157.
RGB:
(88,114,157)
(35%,45%,62%)

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 157 of 255 = 62%

88
114
157

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

Portions of RGB colors in percentages

R + G + B =
88 + 114 + 157 = 359 (100%)
R 88 of 359 ~ 24.51%
G 114 of 359 ~ 31.75%
B 157 of 359 ~ 43.73%

%24.51
%31.75
%43.73

CMYK color model

#58729D color CMYK value is (44,27,0,38).

  • cyan value is 43.95%
  • magenta value is 27.39%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(44,27,0,38)
C44M27Y0K38 
(44%,27%,0%,38%)
(0.44/0.27/0.00/0.38)	

CMYK percentages

%43.95
%27.39
%0
%38.43

Codes

Color #58729D in popluar color models

58729D
RGB88114157
HSL217°28.16%48.04%
HSB/HSV217°43.95%61.57%
CMYK43.95%27.39%0.00%
38.43%

Color #58729D in popluar number systems.

HEX58729D
Decimal88114157
Binary1011000111001010011101
Octal130162235

Shades and tints

Shades of #58729D

#58729D
(88,114,157)
#50688F
(80,104,143)
#485E81
(72,94,129)
#405473
(64,84,115)
#384A65
(56,74,101)
#304057
(48,64,87)
#283649
(40,54,73)
#202C3B
(32,44,59)
#18222D
(24,34,45)
#10181F
(16,24,31)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #58729D

#58729D
(88,114,157)
#677EA5
(103,126,165)
#768AAD
(118,138,173)
#8596B5
(133,150,181)
#94A2BD
(148,162,189)
#A3AEC5
(163,174,197)
#B2BACD
(178,186,205)
#C1C6D5
(193,198,213)
#D0D2DD
(208,210,221)
#DFDEE5
(223,222,229)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58729D color. Also use rgb(88,114,157) instead hex code.

Text Font Color

.myTextColor { color: #58729D; }

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

This text font color is #58729D.


Background Color

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

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

This div background color is #58729D.


Border color

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

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

This div border color is #58729D.


Opacity

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

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

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

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

This text has shadow with #58729D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58729D on black background.


Color preview on white background

This text has color #58729D on white background.



Black color preview on #58729D background

This text has black color on #58729D background.


White color preview on #58729D background

This text has white color on #58729D background.