COLOR #59B279

HEX: #59B279
RGB: (89,178,121)

Color info

#59B279 contains mainly green and blue colors. Web safe color of #59B279 is #669966 (or #696).

RGB color model

#59B279 color RGB value is (89,178,121).

  • red value is 89;
  • green value is 178;
  • blue value is 121.
RGB:
(89,178,121)
(35%,70%,47%)

RGB channels and saturation

R 89 of 255 = 35%
G 178 of 255 = 70%
B 121 of 255 = 47%

89
178
121

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

Portions of RGB colors in percentages

R + G + B =
89 + 178 + 121 = 388 (100%)
R 89 of 388 ~ 22.94%
G 178 of 388 ~ 45.88%
B 121 of 388 ~ 31.19%

%22.94
%45.88
%31.19

CMYK color model

#59B279 color CMYK value is (50,0,32,30).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 32.02%
  • key color value is 30.20%
CMYK:
(50,0,32,30)
C50M0Y32K30 
(50%,0%,32%,30%)
(0.50/0.00/0.32/0.30)	

CMYK percentages

%50
%0
%32.02
%30.2

Codes

Color #59B279 in popluar color models

59B279
RGB89178121
HSL142°36.63%52.35%
HSB/HSV142°50.00%69.80%
CMYK50.00%0.00%32.02%
30.20%

Color #59B279 in popluar number systems.

HEX59B279
Decimal89178121
Binary1011001101100101111001
Octal131262171

Shades and tints

Shades of #59B279

#59B279
(89,178,121)
#51A26E
(81,162,110)
#499263
(73,146,99)
#418258
(65,130,88)
#39724D
(57,114,77)
#316242
(49,98,66)
#295237
(41,82,55)
#21422C
(33,66,44)
#193221
(25,50,33)
#112216
(17,34,22)
#09120B
(9,18,11)
#000000
(0,0,0)

Tints of #59B279

#59B279
(89,178,121)
#68B985
(104,185,133)
#77C091
(119,192,145)
#86C79D
(134,199,157)
#95CEA9
(149,206,169)
#A4D5B5
(164,213,181)
#B3DCC1
(179,220,193)
#C2E3CD
(194,227,205)
#D1EAD9
(209,234,217)
#E0F1E5
(224,241,229)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59B279; }

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

This text font color is #59B279.


Background Color

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

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

This div background color is #59B279.


Border color

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

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

This div border color is #59B279.


Opacity

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

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

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

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

This text has shadow with #59B279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59B279 on black background.


Color preview on white background

This text has color #59B279 on white background.



Black color preview on #59B279 background

This text has black color on #59B279 background.


White color preview on #59B279 background

This text has white color on #59B279 background.