COLOR #59B361

HEX: #59B361
RGB: (89,179,97)

Renk bilgisi

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

RGB renk modeli

#59B361 color RGB value is (89,179,97).

  • kırmız ton 89;
  • yeşil ton 179;
  • mavi ton 97.
RGB:
(89,179,97)
(35%,70%,38%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 179 of 255 = 70%
B 97 of 255 = 38%

89
179
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 179 + 97 = 365 (100%)
R 89 of 365 ~ 24.38%
G 179 of 365 ~ 49.04%
B 97 of 365 ~ 26.58%

%24.38
%49.04
%26.58

CMYK RENK MODELİ

#59B361 rengi CMYK tonu (50,0,46,30).

  • camgöbeği tonu 50.28%
  • eflatun tonu 0.00%
  • sarı tonu 45.81%
  • ana renk tonu 29.80%
CMYK:
(50,0,46,30)
C50M0Y46K30 
(50%,0%,46%,30%)
(0.50/0.00/0.46/0.30)	

CMYK yüzdeleri

%50.28
%0
%45.81
%29.8

Codes

Color #59B361 in popluar color models

59B361
RGB8917997
HSL125°37.19%52.55%
HSB/HSV125°50.28%70.20%
CMYK50.28%0.00%45.81%
29.80%

Color #59B361 in popluar number systems.

HEX59B361
Decimal8917997
Binary1011001101100111100001
Octal131263141

Shades and tints

Shades of #59B361

#59B361
(89,179,97)
#51A359
(81,163,89)
#499351
(73,147,81)
#418349
(65,131,73)
#397341
(57,115,65)
#316339
(49,99,57)
#295331
(41,83,49)
#214329
(33,67,41)
#193321
(25,51,33)
#112319
(17,35,25)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #59B361

#59B361
(89,179,97)
#68B96F
(104,185,111)
#77BF7D
(119,191,125)
#86C58B
(134,197,139)
#95CB99
(149,203,153)
#A4D1A7
(164,209,167)
#B3D7B5
(179,215,181)
#C2DDC3
(194,221,195)
#D1E3D1
(209,227,209)
#E0E9DF
(224,233,223)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B361 color. Also use rgb(89,179,97) instead hex code.

Text Font Color

.myTextColor { color: #59B361; }

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

This text font color is #59B361.


Background Color

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

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

This div background color is #59B361.


Border color

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

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

This div border color is #59B361.


Opacity

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

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

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

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

This text has shadow with #59B361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B361 on black background.


Color preview on white background

This text has color #59B361 on white background.



Black color preview on #59B361 background

This text has black color on #59B361 background.


White color preview on #59B361 background

This text has white color on #59B361 background.