COLOR #58B489

HEX: #58B489
RGB: (88,180,137)

Renk bilgisi

#58B489 contains mainly green and blue colors. #58B489 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#58B489 color RGB value is (88,180,137).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 180 of 255 = 71%
B 137 of 255 = 54%

88
180
137

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 180 + 137 = 405 (100%)
R 88 of 405 ~ 21.73%
G 180 of 405 ~ 44.44%
B 137 of 405 ~ 33.83%

%21.73
%44.44
%33.83

CMYK RENK MODELİ

#58B489 rengi CMYK tonu (51,0,24,29).

  • camgöbeği tonu 51.11%
  • eflatun tonu 0.00%
  • sarı tonu 23.89%
  • ana renk tonu 29.41%
CMYK:
(51,0,24,29)
C51M0Y24K29 
(51%,0%,24%,29%)
(0.51/0.00/0.24/0.29)	

CMYK yüzdeleri

%51.11
%0
%23.89
%29.41

Codes

Color #58B489 in popluar color models

58B489
RGB88180137
HSL152°38.02%52.55%
HSB/HSV152°51.11%70.59%
CMYK51.11%0.00%23.89%
29.41%

Color #58B489 in popluar number systems.

HEX58B489
Decimal88180137
Binary10110001011010010001001
Octal130264211

Shades and tints

Shades of #58B489

#58B489
(88,180,137)
#50A47D
(80,164,125)
#489471
(72,148,113)
#408465
(64,132,101)
#387459
(56,116,89)
#30644D
(48,100,77)
#285441
(40,84,65)
#204435
(32,68,53)
#183429
(24,52,41)
#10241D
(16,36,29)
#081411
(8,20,17)
#000000
(0,0,0)

Tints of #58B489

#58B489
(88,180,137)
#67BA93
(103,186,147)
#76C09D
(118,192,157)
#85C6A7
(133,198,167)
#94CCB1
(148,204,177)
#A3D2BB
(163,210,187)
#B2D8C5
(178,216,197)
#C1DECF
(193,222,207)
#D0E4D9
(208,228,217)
#DFEAE3
(223,234,227)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58B489; }

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

This text font color is #58B489.


Background Color

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

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

This div background color is #58B489.


Border color

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

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

This div border color is #58B489.


Opacity

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

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

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

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

This text has shadow with #58B489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B489 on black background.


Color preview on white background

This text has color #58B489 on white background.



Black color preview on #58B489 background

This text has black color on #58B489 background.


White color preview on #58B489 background

This text has white color on #58B489 background.