COLOR #59AE77

HEX: #59AE77
RGB: (89,174,119)

Renk bilgisi

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

RGB renk modeli

#59AE77 color RGB value is (89,174,119).

  • kırmız ton 89;
  • yeşil ton 174;
  • mavi ton 119.
RGB:
(89,174,119)
(35%,68%,47%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 174 of 255 = 68%
B 119 of 255 = 47%

89
174
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 174 + 119 = 382 (100%)
R 89 of 382 ~ 23.3%
G 174 of 382 ~ 45.55%
B 119 of 382 ~ 31.15%

%23.3
%45.55
%31.15

CMYK RENK MODELİ

#59AE77 rengi CMYK tonu (49,0,32,32).

  • camgöbeği tonu 48.85%
  • eflatun tonu 0.00%
  • sarı tonu 31.61%
  • ana renk tonu 31.76%
CMYK:
(49,0,32,32)
C49M0Y32K32 
(49%,0%,32%,32%)
(0.49/0.00/0.32/0.32)	

CMYK yüzdeleri

%48.85
%0
%31.61
%31.76

Codes

Color #59AE77 in popluar color models

59AE77
RGB89174119
HSL141°34.41%51.57%
HSB/HSV141°48.85%68.24%
CMYK48.85%0.00%31.61%
31.76%

Color #59AE77 in popluar number systems.

HEX59AE77
Decimal89174119
Binary1011001101011101110111
Octal131256167

Shades and tints

Shades of #59AE77

#59AE77
(89,174,119)
#519F6D
(81,159,109)
#499063
(73,144,99)
#418159
(65,129,89)
#39724F
(57,114,79)
#316345
(49,99,69)
#29543B
(41,84,59)
#214531
(33,69,49)
#193627
(25,54,39)
#11271D
(17,39,29)
#091813
(9,24,19)
#000000
(0,0,0)

Tints of #59AE77

#59AE77
(89,174,119)
#68B583
(104,181,131)
#77BC8F
(119,188,143)
#86C39B
(134,195,155)
#95CAA7
(149,202,167)
#A4D1B3
(164,209,179)
#B3D8BF
(179,216,191)
#C2DFCB
(194,223,203)
#D1E6D7
(209,230,215)
#E0EDE3
(224,237,227)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59AE77 color. Also use rgb(89,174,119) instead hex code.

Text Font Color

.myTextColor { color: #59AE77; }

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

This text font color is #59AE77.


Background Color

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

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

This div background color is #59AE77.


Border color

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

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

This div border color is #59AE77.


Opacity

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

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

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

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

This text has shadow with #59AE77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59AE77 on black background.


Color preview on white background

This text has color #59AE77 on white background.



Black color preview on #59AE77 background

This text has black color on #59AE77 background.


White color preview on #59AE77 background

This text has white color on #59AE77 background.