COLOR #58AB7B

HEX: #58AB7B
RGB: (88,171,123)

Renk bilgisi

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

RGB renk modeli

#58AB7B color RGB value is (88,171,123).

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

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 171 of 255 = 67%
B 123 of 255 = 48%

88
171
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 171 + 123 = 382 (100%)
R 88 of 382 ~ 23.04%
G 171 of 382 ~ 44.76%
B 123 of 382 ~ 32.2%

%23.04
%44.76
%32.2

CMYK RENK MODELİ

#58AB7B rengi CMYK tonu (49,0,28,33).

  • camgöbeği tonu 48.54%
  • eflatun tonu 0.00%
  • sarı tonu 28.07%
  • ana renk tonu 32.94%
CMYK:
(49,0,28,33)
C49M0Y28K33 
(49%,0%,28%,33%)
(0.49/0.00/0.28/0.33)	

CMYK yüzdeleri

%48.54
%0
%28.07
%32.94

Codes

Color #58AB7B in popluar color models

58AB7B
RGB88171123
HSL145°33.07%50.78%
HSB/HSV145°48.54%67.06%
CMYK48.54%0.00%28.07%
32.94%

Color #58AB7B in popluar number systems.

HEX58AB7B
Decimal88171123
Binary1011000101010111111011
Octal130253173

Shades and tints

Shades of #58AB7B

#58AB7B
(88,171,123)
#509C70
(80,156,112)
#488D65
(72,141,101)
#407E5A
(64,126,90)
#386F4F
(56,111,79)
#306044
(48,96,68)
#285139
(40,81,57)
#20422E
(32,66,46)
#183323
(24,51,35)
#102418
(16,36,24)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #58AB7B

#58AB7B
(88,171,123)
#67B287
(103,178,135)
#76B993
(118,185,147)
#85C09F
(133,192,159)
#94C7AB
(148,199,171)
#A3CEB7
(163,206,183)
#B2D5C3
(178,213,195)
#C1DCCF
(193,220,207)
#D0E3DB
(208,227,219)
#DFEAE7
(223,234,231)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58AB7B; }

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

This text font color is #58AB7B.


Background Color

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

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

This div background color is #58AB7B.


Border color

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

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

This div border color is #58AB7B.


Opacity

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

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

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

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

This text has shadow with #58AB7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58AB7B on black background.


Color preview on white background

This text has color #58AB7B on white background.



Black color preview on #58AB7B background

This text has black color on #58AB7B background.


White color preview on #58AB7B background

This text has white color on #58AB7B background.