COLOR #58AB84

HEX: #58AB84
RGB: (88,171,132)

Renk bilgisi

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

RGB renk modeli

#58AB84 color RGB value is (88,171,132).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 171 of 255 = 67%
B 132 of 255 = 52%

88
171
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 171 + 132 = 391 (100%)
R 88 of 391 ~ 22.51%
G 171 of 391 ~ 43.73%
B 132 of 391 ~ 33.76%

%22.51
%43.73
%33.76

CMYK RENK MODELİ

#58AB84 rengi CMYK tonu (49,0,23,33).

  • camgöbeği tonu 48.54%
  • eflatun tonu 0.00%
  • sarı tonu 22.81%
  • ana renk tonu 32.94%
CMYK:
(49,0,23,33)
C49M0Y23K33 
(49%,0%,23%,33%)
(0.49/0.00/0.23/0.33)	

CMYK yüzdeleri

%48.54
%0
%22.81
%32.94

Codes

Color #58AB84 in popluar color models

58AB84
RGB88171132
HSL152°33.07%50.78%
HSB/HSV152°48.54%67.06%
CMYK48.54%0.00%22.81%
32.94%

Color #58AB84 in popluar number systems.

HEX58AB84
Decimal88171132
Binary10110001010101110000100
Octal130253204

Shades and tints

Shades of #58AB84

#58AB84
(88,171,132)
#509C78
(80,156,120)
#488D6C
(72,141,108)
#407E60
(64,126,96)
#386F54
(56,111,84)
#306048
(48,96,72)
#28513C
(40,81,60)
#204230
(32,66,48)
#183324
(24,51,36)
#102418
(16,36,24)
#08150C
(8,21,12)
#000000
(0,0,0)

Tints of #58AB84

#58AB84
(88,171,132)
#67B28F
(103,178,143)
#76B99A
(118,185,154)
#85C0A5
(133,192,165)
#94C7B0
(148,199,176)
#A3CEBB
(163,206,187)
#B2D5C6
(178,213,198)
#C1DCD1
(193,220,209)
#D0E3DC
(208,227,220)
#DFEAE7
(223,234,231)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58AB84; }

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

This text font color is #58AB84.


Background Color

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

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

This div background color is #58AB84.


Border color

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

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

This div border color is #58AB84.


Opacity

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

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

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

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

This text has shadow with #58AB84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58AB84 on black background.


Color preview on white background

This text has color #58AB84 on white background.



Black color preview on #58AB84 background

This text has black color on #58AB84 background.


White color preview on #58AB84 background

This text has white color on #58AB84 background.