COLOR #58B3A7

HEX: #58B3A7
RGB: (88,179,167)

Color info

#58B3A7 contains mainly green and blue colors. Web safe color of #58B3A7 is #669999 (or #699).

RGB color model

#58B3A7 color RGB value is (88,179,167).

  • red value is 88;
  • green value is 179;
  • blue value is 167.
RGB:
(88,179,167)
(35%,70%,65%)

RGB channels and saturation

R 88 of 255 = 35%
G 179 of 255 = 70%
B 167 of 255 = 65%

88
179
167

R + G + B ~ 57%. #58B3A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 179 + 167 = 434 (100%)
R 88 of 434 ~ 20.28%
G 179 of 434 ~ 41.24%
B 167 of 434 ~ 38.48%

%20.28
%41.24
%38.48

CMYK color model

#58B3A7 color CMYK value is (51,0,7,30).

  • cyan value is 50.84%
  • magenta value is 0.00%
  • yellow value is 6.70%
  • key color value is 29.80%
CMYK:
(51,0,7,30)
C51M0Y7K30 
(51%,0%,7%,30%)
(0.51/0.00/0.07/0.30)	

CMYK percentages

%50.84
%0
%6.7
%29.8

Codes

Color #58B3A7 in popluar color models

58B3A7
RGB88179167
HSL172°37.45%52.35%
HSB/HSV172°50.84%70.20%
CMYK50.84%0.00%6.70%
29.80%

Color #58B3A7 in popluar number systems.

HEX58B3A7
Decimal88179167
Binary10110001011001110100111
Octal130263247

Shades and tints

Shades of #58B3A7

#58B3A7
(88,179,167)
#50A398
(80,163,152)
#489389
(72,147,137)
#40837A
(64,131,122)
#38736B
(56,115,107)
#30635C
(48,99,92)
#28534D
(40,83,77)
#20433E
(32,67,62)
#18332F
(24,51,47)
#102320
(16,35,32)
#081311
(8,19,17)
#000000
(0,0,0)

Tints of #58B3A7

#58B3A7
(88,179,167)
#67B9AF
(103,185,175)
#76BFB7
(118,191,183)
#85C5BF
(133,197,191)
#94CBC7
(148,203,199)
#A3D1CF
(163,209,207)
#B2D7D7
(178,215,215)
#C1DDDF
(193,221,223)
#D0E3E7
(208,227,231)
#DFE9EF
(223,233,239)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B3A7 color. Also use rgb(88,179,167) instead hex code.

Text Font Color

.myTextColor { color: #58B3A7; }

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

This text font color is #58B3A7.


Background Color

.myBgColor { background-color: #58B3A7; }

<div style="background-color:#58B3A7">Inner text</div>

This div background color is #58B3A7.


Border color

.myBorderColor { border: 1px solid #58B3A7; }

<div style="border:3px solid #58B3A7">Div</div>

This div border color is #58B3A7.


Opacity

.myOpacity80 { color: #58B3A7; opacity: 0.8; }

<p style="color:#58B3A7;opacity:0.8;">80%</p>

Text with #58B3A7 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 #58B3A7;}

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

This text has shadow with #58B3A7 color.

.textShadow {text-shadow: 3px 3px 1px #58B3A7, 3px 3px 1px red;}

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

This text has shadow with #58B3A7 primary color and red secondary color.


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

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

This text has shadow with #58B3A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B3A7 on black background.


Color preview on white background

This text has color #58B3A7 on white background.



Black color preview on #58B3A7 background

This text has black color on #58B3A7 background.


White color preview on #58B3A7 background

This text has white color on #58B3A7 background.