COLOR #58A589

HEX: #58A589
RGB: (88,165,137)

Renk bilgisi

#58A589 contains mainly green and blue colors. #58A589 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#58A589 color RGB value is (88,165,137).

  • kırmız ton 88;
  • yeşil ton 165;
  • mavi ton 137.
RGB:
(88,165,137)
(35%,65%,54%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 165 of 255 = 65%
B 137 of 255 = 54%

88
165
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 165 + 137 = 390 (100%)
R 88 of 390 ~ 22.56%
G 165 of 390 ~ 42.31%
B 137 of 390 ~ 35.13%

%22.56
%42.31
%35.13

CMYK RENK MODELİ

#58A589 rengi CMYK tonu (47,0,17,35).

  • camgöbeği tonu 46.67%
  • eflatun tonu 0.00%
  • sarı tonu 16.97%
  • ana renk tonu 35.29%
CMYK:
(47,0,17,35)
C47M0Y17K35 
(47%,0%,17%,35%)
(0.47/0.00/0.17/0.35)	

CMYK yüzdeleri

%46.67
%0
%16.97
%35.29

Codes

Color #58A589 in popluar color models

58A589
RGB88165137
HSL158°30.43%49.61%
HSB/HSV158°46.67%64.71%
CMYK46.67%0.00%16.97%
35.29%

Color #58A589 in popluar number systems.

HEX58A589
Decimal88165137
Binary10110001010010110001001
Octal130245211

Shades and tints

Shades of #58A589

#58A589
(88,165,137)
#50967D
(80,150,125)
#488771
(72,135,113)
#407865
(64,120,101)
#386959
(56,105,89)
#305A4D
(48,90,77)
#284B41
(40,75,65)
#203C35
(32,60,53)
#182D29
(24,45,41)
#101E1D
(16,30,29)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #58A589

#58A589
(88,165,137)
#67AD93
(103,173,147)
#76B59D
(118,181,157)
#85BDA7
(133,189,167)
#94C5B1
(148,197,177)
#A3CDBB
(163,205,187)
#B2D5C5
(178,213,197)
#C1DDCF
(193,221,207)
#D0E5D9
(208,229,217)
#DFEDE3
(223,237,227)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A589 color. Also use rgb(88,165,137) instead hex code.

Text Font Color

.myTextColor { color: #58A589; }

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

This text font color is #58A589.


Background Color

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

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

This div background color is #58A589.


Border color

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

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

This div border color is #58A589.


Opacity

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

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

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

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

This text has shadow with #58A589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A589 on black background.


Color preview on white background

This text has color #58A589 on white background.



Black color preview on #58A589 background

This text has black color on #58A589 background.


White color preview on #58A589 background

This text has white color on #58A589 background.