COLOR #58A0A3

HEX: #58A0A3
RGB: (88,160,163)

Color info

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

RGB color model

#58A0A3 color RGB value is (88,160,163).

  • red value is 88;
  • green value is 160;
  • blue value is 163.
RGB:
(88,160,163)
(35%,63%,64%)

RGB channels and saturation

R 88 of 255 = 35%
G 160 of 255 = 63%
B 163 of 255 = 64%

88
160
163

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

Portions of RGB colors in percentages

R + G + B =
88 + 160 + 163 = 411 (100%)
R 88 of 411 ~ 21.41%
G 160 of 411 ~ 38.93%
B 163 of 411 ~ 39.66%

%21.41
%38.93
%39.66

CMYK color model

#58A0A3 color CMYK value is (46,2,0,36).

  • cyan value is 46.01%
  • magenta value is 1.84%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(46,2,0,36)
C46M2Y0K36 
(46%,2%,0%,36%)
(0.46/0.02/0.00/0.36)	

CMYK percentages

%46.01
%1.84
%0
%36.08

Codes

Color #58A0A3 in popluar color models

58A0A3
RGB88160163
HSL182°29.88%49.22%
HSB/HSV182°46.01%63.92%
CMYK46.01%1.84%0.00%
36.08%

Color #58A0A3 in popluar number systems.

HEX58A0A3
Decimal88160163
Binary10110001010000010100011
Octal130240243

Shades and tints

Shades of #58A0A3

#58A0A3
(88,160,163)
#509295
(80,146,149)
#488487
(72,132,135)
#407679
(64,118,121)
#38686B
(56,104,107)
#305A5D
(48,90,93)
#284C4F
(40,76,79)
#203E41
(32,62,65)
#183033
(24,48,51)
#102225
(16,34,37)
#081417
(8,20,23)
#000000
(0,0,0)

Tints of #58A0A3

#58A0A3
(88,160,163)
#67A8AB
(103,168,171)
#76B0B3
(118,176,179)
#85B8BB
(133,184,187)
#94C0C3
(148,192,195)
#A3C8CB
(163,200,203)
#B2D0D3
(178,208,211)
#C1D8DB
(193,216,219)
#D0E0E3
(208,224,227)
#DFE8EB
(223,232,235)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A0A3 color. Also use rgb(88,160,163) instead hex code.

Text Font Color

.myTextColor { color: #58A0A3; }

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

This text font color is #58A0A3.


Background Color

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

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

This div background color is #58A0A3.


Border color

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

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

This div border color is #58A0A3.


Opacity

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

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

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

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

This text has shadow with #58A0A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A0A3 on black background.


Color preview on white background

This text has color #58A0A3 on white background.



Black color preview on #58A0A3 background

This text has black color on #58A0A3 background.


White color preview on #58A0A3 background

This text has white color on #58A0A3 background.