COLOR #59A26B

HEX: #59A26B
RGB: (89,162,107)

Color info

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

RGB color model

#59A26B color RGB value is (89,162,107).

  • red value is 89;
  • green value is 162;
  • blue value is 107.
RGB:
(89,162,107)
(35%,64%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 162 of 255 = 64%
B 107 of 255 = 42%

89
162
107

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

Portions of RGB colors in percentages

R + G + B =
89 + 162 + 107 = 358 (100%)
R 89 of 358 ~ 24.86%
G 162 of 358 ~ 45.25%
B 107 of 358 ~ 29.89%

%24.86
%45.25
%29.89

CMYK color model

#59A26B color CMYK value is (45,0,34,36).

  • cyan value is 45.06%
  • magenta value is 0.00%
  • yellow value is 33.95%
  • key color value is 36.47%
CMYK:
(45,0,34,36)
C45M0Y34K36 
(45%,0%,34%,36%)
(0.45/0.00/0.34/0.36)	

CMYK percentages

%45.06
%0
%33.95
%36.47

Codes

Color #59A26B in popluar color models

59A26B
RGB89162107
HSL135°29.08%49.22%
HSB/HSV135°45.06%63.53%
CMYK45.06%0.00%33.95%
36.47%

Color #59A26B in popluar number systems.

HEX59A26B
Decimal89162107
Binary1011001101000101101011
Octal131242153

Shades and tints

Shades of #59A26B

#59A26B
(89,162,107)
#519462
(81,148,98)
#498659
(73,134,89)
#417850
(65,120,80)
#396A47
(57,106,71)
#315C3E
(49,92,62)
#294E35
(41,78,53)
#21402C
(33,64,44)
#193223
(25,50,35)
#11241A
(17,36,26)
#091611
(9,22,17)
#000000
(0,0,0)

Tints of #59A26B

#59A26B
(89,162,107)
#68AA78
(104,170,120)
#77B285
(119,178,133)
#86BA92
(134,186,146)
#95C29F
(149,194,159)
#A4CAAC
(164,202,172)
#B3D2B9
(179,210,185)
#C2DAC6
(194,218,198)
#D1E2D3
(209,226,211)
#E0EAE0
(224,234,224)
#EFF2ED
(239,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59A26B color. Also use rgb(89,162,107) instead hex code.

Text Font Color

.myTextColor { color: #59A26B; }

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

This text font color is #59A26B.


Background Color

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

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

This div background color is #59A26B.


Border color

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

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

This div border color is #59A26B.


Opacity

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

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

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

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

This text has shadow with #59A26B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A26B on black background.


Color preview on white background

This text has color #59A26B on white background.



Black color preview on #59A26B background

This text has black color on #59A26B background.


White color preview on #59A26B background

This text has white color on #59A26B background.