COLOR #58AB7C

HEX: #58AB7C
RGB: (88,171,124)

Renk bilgisi

#58AB7C contains mainly green and blue colors. #58AB7C ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#58AB7C color RGB value is (88,171,124).

  • kırmız ton 88;
  • yeşil ton 171;
  • mavi ton 124.
RGB:
(88,171,124)
(35%,67%,49%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 171 of 255 = 67%
B 124 of 255 = 49%

88
171
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 171 + 124 = 383 (100%)
R 88 of 383 ~ 22.98%
G 171 of 383 ~ 44.65%
B 124 of 383 ~ 32.38%

%22.98
%44.65
%32.38

CMYK RENK MODELİ

#58AB7C rengi CMYK tonu (49,0,27,33).

  • camgöbeği tonu 48.54%
  • eflatun tonu 0.00%
  • sarı tonu 27.49%
  • ana renk tonu 32.94%
CMYK:
(49,0,27,33)
C49M0Y27K33 
(49%,0%,27%,33%)
(0.49/0.00/0.27/0.33)	

CMYK yüzdeleri

%48.54
%0
%27.49
%32.94

Codes

Color #58AB7C in popluar color models

58AB7C
RGB88171124
HSL146°33.07%50.78%
HSB/HSV146°48.54%67.06%
CMYK48.54%0.00%27.49%
32.94%

Color #58AB7C in popluar number systems.

HEX58AB7C
Decimal88171124
Binary1011000101010111111100
Octal130253174

Shades and tints

Shades of #58AB7C

#58AB7C
(88,171,124)
#509C71
(80,156,113)
#488D66
(72,141,102)
#407E5B
(64,126,91)
#386F50
(56,111,80)
#306045
(48,96,69)
#28513A
(40,81,58)
#20422F
(32,66,47)
#183324
(24,51,36)
#102419
(16,36,25)
#08150E
(8,21,14)
#000000
(0,0,0)

Tints of #58AB7C

#58AB7C
(88,171,124)
#67B287
(103,178,135)
#76B992
(118,185,146)
#85C09D
(133,192,157)
#94C7A8
(148,199,168)
#A3CEB3
(163,206,179)
#B2D5BE
(178,213,190)
#C1DCC9
(193,220,201)
#D0E3D4
(208,227,212)
#DFEADF
(223,234,223)
#EEF1EA
(238,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58AB7C; }

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

This text font color is #58AB7C.


Background Color

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

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

This div background color is #58AB7C.


Border color

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

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

This div border color is #58AB7C.


Opacity

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

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

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

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

This text has shadow with #58AB7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58AB7C on black background.


Color preview on white background

This text has color #58AB7C on white background.



Black color preview on #58AB7C background

This text has black color on #58AB7C background.


White color preview on #58AB7C background

This text has white color on #58AB7C background.