COLOR #59A53F

HEX: #59A53F
RGB: (89,165,63)

Renk bilgisi

#59A53F contains mainly green color. #59A53F ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#59A53F color RGB value is (89,165,63).

  • kırmız ton 89;
  • yeşil ton 165;
  • mavi ton 63.
RGB:
(89,165,63)
(35%,65%,25%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 165 of 255 = 65%
B 63 of 255 = 25%

89
165
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 165 + 63 = 317 (100%)
R 89 of 317 ~ 28.08%
G 165 of 317 ~ 52.05%
B 63 of 317 ~ 19.87%

%28.08
%52.05
%19.87

CMYK RENK MODELİ

#59A53F rengi CMYK tonu (46,0,62,35).

  • camgöbeği tonu 46.06%
  • eflatun tonu 0.00%
  • sarı tonu 61.82%
  • ana renk tonu 35.29%
CMYK:
(46,0,62,35)
C46M0Y62K35 
(46%,0%,62%,35%)
(0.46/0.00/0.62/0.35)	

CMYK yüzdeleri

%46.06
%0
%61.82
%35.29

Codes

Color #59A53F in popluar color models

59A53F
RGB8916563
HSL105°44.74%44.71%
HSB/HSV105°61.82%64.71%
CMYK46.06%0.00%61.82%
35.29%

Color #59A53F in popluar number systems.

HEX59A53F
Decimal8916563
Binary101100110100101111111
Octal13124577

Shades and tints

Shades of #59A53F

#59A53F
(89,165,63)
#51963A
(81,150,58)
#498735
(73,135,53)
#417830
(65,120,48)
#39692B
(57,105,43)
#315A26
(49,90,38)
#294B21
(41,75,33)
#213C1C
(33,60,28)
#192D17
(25,45,23)
#111E12
(17,30,18)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #59A53F

#59A53F
(89,165,63)
#68AD50
(104,173,80)
#77B561
(119,181,97)
#86BD72
(134,189,114)
#95C583
(149,197,131)
#A4CD94
(164,205,148)
#B3D5A5
(179,213,165)
#C2DDB6
(194,221,182)
#D1E5C7
(209,229,199)
#E0EDD8
(224,237,216)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A53F color. Also use rgb(89,165,63) instead hex code.

Text Font Color

.myTextColor { color: #59A53F; }

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

This text font color is #59A53F.


Background Color

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

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

This div background color is #59A53F.


Border color

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

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

This div border color is #59A53F.


Opacity

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

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

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

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

This text has shadow with #59A53F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A53F on black background.


Color preview on white background

This text has color #59A53F on white background.



Black color preview on #59A53F background

This text has black color on #59A53F background.


White color preview on #59A53F background

This text has white color on #59A53F background.