COLOR #59B276

HEX: #59B276
RGB: (89,178,118)

Renk bilgisi

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

RGB renk modeli

#59B276 color RGB value is (89,178,118).

  • kırmız ton 89;
  • yeşil ton 178;
  • mavi ton 118.
RGB:
(89,178,118)
(35%,70%,46%)

RGB bağlantıları ve doygunluk

R 89 of 255 = 35%
G 178 of 255 = 70%
B 118 of 255 = 46%

89
178
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
89 + 178 + 118 = 385 (100%)
R 89 of 385 ~ 23.12%
G 178 of 385 ~ 46.23%
B 118 of 385 ~ 30.65%

%23.12
%46.23
%30.65

CMYK RENK MODELİ

#59B276 rengi CMYK tonu (50,0,34,30).

  • camgöbeği tonu 50.00%
  • eflatun tonu 0.00%
  • sarı tonu 33.71%
  • ana renk tonu 30.20%
CMYK:
(50,0,34,30)
C50M0Y34K30 
(50%,0%,34%,30%)
(0.50/0.00/0.34/0.30)	

CMYK yüzdeleri

%50
%0
%33.71
%30.2

Codes

Color #59B276 in popluar color models

59B276
RGB89178118
HSL140°36.63%52.35%
HSB/HSV140°50.00%69.80%
CMYK50.00%0.00%33.71%
30.20%

Color #59B276 in popluar number systems.

HEX59B276
Decimal89178118
Binary1011001101100101110110
Octal131262166

Shades and tints

Shades of #59B276

#59B276
(89,178,118)
#51A26C
(81,162,108)
#499262
(73,146,98)
#418258
(65,130,88)
#39724E
(57,114,78)
#316244
(49,98,68)
#29523A
(41,82,58)
#214230
(33,66,48)
#193226
(25,50,38)
#11221C
(17,34,28)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #59B276

#59B276
(89,178,118)
#68B982
(104,185,130)
#77C08E
(119,192,142)
#86C79A
(134,199,154)
#95CEA6
(149,206,166)
#A4D5B2
(164,213,178)
#B3DCBE
(179,220,190)
#C2E3CA
(194,227,202)
#D1EAD6
(209,234,214)
#E0F1E2
(224,241,226)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B276 color. Also use rgb(89,178,118) instead hex code.

Text Font Color

.myTextColor { color: #59B276; }

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

This text font color is #59B276.


Background Color

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

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

This div background color is #59B276.


Border color

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

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

This div border color is #59B276.


Opacity

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

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

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

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

This text has shadow with #59B276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B276 on black background.


Color preview on white background

This text has color #59B276 on white background.



Black color preview on #59B276 background

This text has black color on #59B276 background.


White color preview on #59B276 background

This text has white color on #59B276 background.