COLOR #58B779

HEX: #58B779
RGB: (88,183,121)

Renk bilgisi

#58B779 contains mainly green color. #58B779 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#58B779 color RGB value is (88,183,121).

  • kırmız ton 88;
  • yeşil ton 183;
  • mavi ton 121.
RGB:
(88,183,121)
(35%,72%,47%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 183 of 255 = 72%
B 121 of 255 = 47%

88
183
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 183 + 121 = 392 (100%)
R 88 of 392 ~ 22.45%
G 183 of 392 ~ 46.68%
B 121 of 392 ~ 30.87%

%22.45
%46.68
%30.87

CMYK RENK MODELİ

#58B779 rengi CMYK tonu (52,0,34,28).

  • camgöbeği tonu 51.91%
  • eflatun tonu 0.00%
  • sarı tonu 33.88%
  • ana renk tonu 28.24%
CMYK:
(52,0,34,28)
C52M0Y34K28 
(52%,0%,34%,28%)
(0.52/0.00/0.34/0.28)	

CMYK yüzdeleri

%51.91
%0
%33.88
%28.24

Codes

Color #58B779 in popluar color models

58B779
RGB88183121
HSL141°39.75%53.14%
HSB/HSV141°51.91%71.76%
CMYK51.91%0.00%33.88%
28.24%

Color #58B779 in popluar number systems.

HEX58B779
Decimal88183121
Binary1011000101101111111001
Octal130267171

Shades and tints

Shades of #58B779

#58B779
(88,183,121)
#50A76E
(80,167,110)
#489763
(72,151,99)
#408758
(64,135,88)
#38774D
(56,119,77)
#306742
(48,103,66)
#285737
(40,87,55)
#20472C
(32,71,44)
#183721
(24,55,33)
#102716
(16,39,22)
#08170B
(8,23,11)
#000000
(0,0,0)

Tints of #58B779

#58B779
(88,183,121)
#67BD85
(103,189,133)
#76C391
(118,195,145)
#85C99D
(133,201,157)
#94CFA9
(148,207,169)
#A3D5B5
(163,213,181)
#B2DBC1
(178,219,193)
#C1E1CD
(193,225,205)
#D0E7D9
(208,231,217)
#DFEDE5
(223,237,229)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58B779 color. Also use rgb(88,183,121) instead hex code.

Text Font Color

.myTextColor { color: #58B779; }

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

This text font color is #58B779.


Background Color

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

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

This div background color is #58B779.


Border color

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

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

This div border color is #58B779.


Opacity

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

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

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

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

This text has shadow with #58B779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58B779 on black background.


Color preview on white background

This text has color #58B779 on white background.



Black color preview on #58B779 background

This text has black color on #58B779 background.


White color preview on #58B779 background

This text has white color on #58B779 background.