COLOR #59B77F

HEX: #59B77F
RGB: (89,183,127)

Renk bilgisi

#59B77F contains mainly green and blue colors. #59B77F ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#59B77F color RGB value is (89,183,127).

  • kırmız ton 89;
  • yeşil ton 183;
  • mavi ton 127.
RGB:
(89,183,127)
(35%,72%,50%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 183 of 255 = 72%
B 127 of 255 = 50%

89
183
127

R + G + B ~ 52%. #59B77F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 183 + 127 = 399 (100%)
R 89 of 399 ~ 22.31%
G 183 of 399 ~ 45.86%
B 127 of 399 ~ 31.83%

%22.31
%45.86
%31.83

CMYK RENK MODELİ

#59B77F rengi CMYK tonu (51,0,31,28).

  • camgöbeği tonu 51.37%
  • eflatun tonu 0.00%
  • sarı tonu 30.60%
  • ana renk tonu 28.24%
CMYK:
(51,0,31,28)
C51M0Y31K28 
(51%,0%,31%,28%)
(0.51/0.00/0.31/0.28)	

CMYK yüzdeleri

%51.37
%0
%30.6
%28.24

Codes

Color #59B77F in popluar color models

59B77F
RGB89183127
HSL144°39.50%53.33%
HSB/HSV144°51.37%71.76%
CMYK51.37%0.00%30.60%
28.24%

Color #59B77F in popluar number systems.

HEX59B77F
Decimal89183127
Binary1011001101101111111111
Octal131267177

Shades and tints

Shades of #59B77F

#59B77F
(89,183,127)
#51A774
(81,167,116)
#499769
(73,151,105)
#41875E
(65,135,94)
#397753
(57,119,83)
#316748
(49,103,72)
#29573D
(41,87,61)
#214732
(33,71,50)
#193727
(25,55,39)
#11271C
(17,39,28)
#091711
(9,23,17)
#000000
(0,0,0)

Tints of #59B77F

#59B77F
(89,183,127)
#68BD8A
(104,189,138)
#77C395
(119,195,149)
#86C9A0
(134,201,160)
#95CFAB
(149,207,171)
#A4D5B6
(164,213,182)
#B3DBC1
(179,219,193)
#C2E1CC
(194,225,204)
#D1E7D7
(209,231,215)
#E0EDE2
(224,237,226)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B77F color. Also use rgb(89,183,127) instead hex code.

Text Font Color

.myTextColor { color: #59B77F; }

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

This text font color is #59B77F.


Background Color

.myBgColor { background-color: #59B77F; }

<div style="background-color:#59B77F">Inner text</div>

This div background color is #59B77F.


Border color

.myBorderColor { border: 1px solid #59B77F; }

<div style="border:3px solid #59B77F">Div</div>

This div border color is #59B77F.


Opacity

.myOpacity80 { color: #59B77F; opacity: 0.8; }

<p style="color:#59B77F;opacity:0.8;">80%</p>

Text with #59B77F 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 #59B77F;}

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

This text has shadow with #59B77F color.

.textShadow {text-shadow: 3px 3px 1px #59B77F, 3px 3px 1px red;}

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

This text has shadow with #59B77F primary color and red secondary color.


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

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

This text has shadow with #59B77F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B77F on black background.


Color preview on white background

This text has color #59B77F on white background.



Black color preview on #59B77F background

This text has black color on #59B77F background.


White color preview on #59B77F background

This text has white color on #59B77F background.