COLOR #58A07A

HEX: #58A07A
RGB: (88,160,122)

Color info

#58A07A contains mainly green and blue colors. Web safe color of #58A07A is #669966 (or #696).

RGB color model

#58A07A color RGB value is (88,160,122).

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

RGB channels and saturation

R 88 of 255 = 35%
G 160 of 255 = 63%
B 122 of 255 = 48%

88
160
122

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

Portions of RGB colors in percentages

R + G + B =
88 + 160 + 122 = 370 (100%)
R 88 of 370 ~ 23.78%
G 160 of 370 ~ 43.24%
B 122 of 370 ~ 32.97%

%23.78
%43.24
%32.97

CMYK color model

#58A07A color CMYK value is (45,0,24,37).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 23.75%
  • key color value is 37.25%
CMYK:
(45,0,24,37)
C45M0Y24K37 
(45%,0%,24%,37%)
(0.45/0.00/0.24/0.37)	

CMYK percentages

%45
%0
%23.75
%37.25

Codes

Color #58A07A in popluar color models

58A07A
RGB88160122
HSL148°29.03%48.63%
HSB/HSV148°45.00%62.75%
CMYK45.00%0.00%23.75%
37.25%

Color #58A07A in popluar number systems.

HEX58A07A
Decimal88160122
Binary1011000101000001111010
Octal130240172

Shades and tints

Shades of #58A07A

#58A07A
(88,160,122)
#50926F
(80,146,111)
#488464
(72,132,100)
#407659
(64,118,89)
#38684E
(56,104,78)
#305A43
(48,90,67)
#284C38
(40,76,56)
#203E2D
(32,62,45)
#183022
(24,48,34)
#102217
(16,34,23)
#08140C
(8,20,12)
#000000
(0,0,0)

Tints of #58A07A

#58A07A
(88,160,122)
#67A886
(103,168,134)
#76B092
(118,176,146)
#85B89E
(133,184,158)
#94C0AA
(148,192,170)
#A3C8B6
(163,200,182)
#B2D0C2
(178,208,194)
#C1D8CE
(193,216,206)
#D0E0DA
(208,224,218)
#DFE8E6
(223,232,230)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58A07A; }

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

This text font color is #58A07A.


Background Color

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

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

This div background color is #58A07A.


Border color

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

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

This div border color is #58A07A.


Opacity

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

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

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

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

This text has shadow with #58A07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A07A on black background.


Color preview on white background

This text has color #58A07A on white background.



Black color preview on #58A07A background

This text has black color on #58A07A background.


White color preview on #58A07A background

This text has white color on #58A07A background.