COLOR #58AC70

HEX: #58AC70
RGB: (88,172,112)

Renk bilgisi

#58AC70 contains mainly green color. #58AC70 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#58AC70 color RGB value is (88,172,112).

  • kırmız ton 88;
  • yeşil ton 172;
  • mavi ton 112.
RGB:
(88,172,112)
(35%,67%,44%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 172 of 255 = 67%
B 112 of 255 = 44%

88
172
112

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 172 + 112 = 372 (100%)
R 88 of 372 ~ 23.66%
G 172 of 372 ~ 46.24%
B 112 of 372 ~ 30.11%

%23.66
%46.24
%30.11

CMYK RENK MODELİ

#58AC70 rengi CMYK tonu (49,0,35,33).

  • camgöbeği tonu 48.84%
  • eflatun tonu 0.00%
  • sarı tonu 34.88%
  • ana renk tonu 32.55%
CMYK:
(49,0,35,33)
C49M0Y35K33 
(49%,0%,35%,33%)
(0.49/0.00/0.35/0.33)	

CMYK yüzdeleri

%48.84
%0
%34.88
%32.55

Codes

Color #58AC70 in popluar color models

58AC70
RGB88172112
HSL137°33.60%50.98%
HSB/HSV137°48.84%67.45%
CMYK48.84%0.00%34.88%
32.55%

Color #58AC70 in popluar number systems.

HEX58AC70
Decimal88172112
Binary1011000101011001110000
Octal130254160

Shades and tints

Shades of #58AC70

#58AC70
(88,172,112)
#509D66
(80,157,102)
#488E5C
(72,142,92)
#407F52
(64,127,82)
#387048
(56,112,72)
#30613E
(48,97,62)
#285234
(40,82,52)
#20432A
(32,67,42)
#183420
(24,52,32)
#102516
(16,37,22)
#08160C
(8,22,12)
#000000
(0,0,0)

Tints of #58AC70

#58AC70
(88,172,112)
#67B37D
(103,179,125)
#76BA8A
(118,186,138)
#85C197
(133,193,151)
#94C8A4
(148,200,164)
#A3CFB1
(163,207,177)
#B2D6BE
(178,214,190)
#C1DDCB
(193,221,203)
#D0E4D8
(208,228,216)
#DFEBE5
(223,235,229)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58AC70 color. Also use rgb(88,172,112) instead hex code.

Text Font Color

.myTextColor { color: #58AC70; }

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

This text font color is #58AC70.


Background Color

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

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

This div background color is #58AC70.


Border color

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

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

This div border color is #58AC70.


Opacity

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

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

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

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

This text has shadow with #58AC70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58AC70 on black background.


Color preview on white background

This text has color #58AC70 on white background.



Black color preview on #58AC70 background

This text has black color on #58AC70 background.


White color preview on #58AC70 background

This text has white color on #58AC70 background.