COLOR #58AF7C

HEX: #58AF7C
RGB: (88,175,124)

Color info

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

RGB color model

#58AF7C color RGB value is (88,175,124).

  • red value is 88;
  • green value is 175;
  • blue value is 124.
RGB:
(88,175,124)
(35%,69%,49%)

RGB channels and saturation

R 88 of 255 = 35%
G 175 of 255 = 69%
B 124 of 255 = 49%

88
175
124

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

Portions of RGB colors in percentages

R + G + B =
88 + 175 + 124 = 387 (100%)
R 88 of 387 ~ 22.74%
G 175 of 387 ~ 45.22%
B 124 of 387 ~ 32.04%

%22.74
%45.22
%32.04

CMYK color model

#58AF7C color CMYK value is (50,0,29,31).

  • cyan value is 49.71%
  • magenta value is 0.00%
  • yellow value is 29.14%
  • key color value is 31.37%
CMYK:
(50,0,29,31)
C50M0Y29K31 
(50%,0%,29%,31%)
(0.50/0.00/0.29/0.31)	

CMYK percentages

%49.71
%0
%29.14
%31.37

Codes

Color #58AF7C in popluar color models

58AF7C
RGB88175124
HSL145°35.22%51.57%
HSB/HSV145°49.71%68.63%
CMYK49.71%0.00%29.14%
31.37%

Color #58AF7C in popluar number systems.

HEX58AF7C
Decimal88175124
Binary1011000101011111111100
Octal130257174

Shades and tints

Shades of #58AF7C

#58AF7C
(88,175,124)
#50A071
(80,160,113)
#489166
(72,145,102)
#40825B
(64,130,91)
#387350
(56,115,80)
#306445
(48,100,69)
#28553A
(40,85,58)
#20462F
(32,70,47)
#183724
(24,55,36)
#102819
(16,40,25)
#08190E
(8,25,14)
#000000
(0,0,0)

Tints of #58AF7C

#58AF7C
(88,175,124)
#67B687
(103,182,135)
#76BD92
(118,189,146)
#85C49D
(133,196,157)
#94CBA8
(148,203,168)
#A3D2B3
(163,210,179)
#B2D9BE
(178,217,190)
#C1E0C9
(193,224,201)
#D0E7D4
(208,231,212)
#DFEEDF
(223,238,223)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58AF7C color. Also use rgb(88,175,124) instead hex code.

Text Font Color

.myTextColor { color: #58AF7C; }

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

This text font color is #58AF7C.


Background Color

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

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

This div background color is #58AF7C.


Border color

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

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

This div border color is #58AF7C.


Opacity

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

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

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

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

This text has shadow with #58AF7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58AF7C on black background.


Color preview on white background

This text has color #58AF7C on white background.



Black color preview on #58AF7C background

This text has black color on #58AF7C background.


White color preview on #58AF7C background

This text has white color on #58AF7C background.