COLOR #59A383

HEX: #59A383
RGB: (89,163,131)

Renk bilgisi

#59A383 contains mainly green and blue colors. #59A383 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#59A383 color RGB value is (89,163,131).

  • kırmız ton 89;
  • yeşil ton 163;
  • mavi ton 131.
RGB:
(89,163,131)
(35%,64%,51%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 163 of 255 = 64%
B 131 of 255 = 51%

89
163
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 163 + 131 = 383 (100%)
R 89 of 383 ~ 23.24%
G 163 of 383 ~ 42.56%
B 131 of 383 ~ 34.2%

%23.24
%42.56
%34.2

CMYK RENK MODELİ

#59A383 rengi CMYK tonu (45,0,20,36).

  • camgöbeği tonu 45.40%
  • eflatun tonu 0.00%
  • sarı tonu 19.63%
  • ana renk tonu 36.08%
CMYK:
(45,0,20,36)
C45M0Y20K36 
(45%,0%,20%,36%)
(0.45/0.00/0.20/0.36)	

CMYK yüzdeleri

%45.4
%0
%19.63
%36.08

Codes

Color #59A383 in popluar color models

59A383
RGB89163131
HSL154°29.37%49.41%
HSB/HSV154°45.40%63.92%
CMYK45.40%0.00%19.63%
36.08%

Color #59A383 in popluar number systems.

HEX59A383
Decimal89163131
Binary10110011010001110000011
Octal131243203

Shades and tints

Shades of #59A383

#59A383
(89,163,131)
#519578
(81,149,120)
#49876D
(73,135,109)
#417962
(65,121,98)
#396B57
(57,107,87)
#315D4C
(49,93,76)
#294F41
(41,79,65)
#214136
(33,65,54)
#19332B
(25,51,43)
#112520
(17,37,32)
#091715
(9,23,21)
#000000
(0,0,0)

Tints of #59A383

#59A383
(89,163,131)
#68AB8E
(104,171,142)
#77B399
(119,179,153)
#86BBA4
(134,187,164)
#95C3AF
(149,195,175)
#A4CBBA
(164,203,186)
#B3D3C5
(179,211,197)
#C2DBD0
(194,219,208)
#D1E3DB
(209,227,219)
#E0EBE6
(224,235,230)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A383 color. Also use rgb(89,163,131) instead hex code.

Text Font Color

.myTextColor { color: #59A383; }

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

This text font color is #59A383.


Background Color

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

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

This div background color is #59A383.


Border color

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

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

This div border color is #59A383.


Opacity

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

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

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

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

This text has shadow with #59A383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A383 on black background.


Color preview on white background

This text has color #59A383 on white background.



Black color preview on #59A383 background

This text has black color on #59A383 background.


White color preview on #59A383 background

This text has white color on #59A383 background.