COLOR #59A35B

HEX: #59A35B
RGB: (89,163,91)

Color info

#59A35B contains mainly green color. Web safe color of #59A35B is #669966 (or #696).

RGB color model

#59A35B color RGB value is (89,163,91).

  • red value is 89;
  • green value is 163;
  • blue value is 91.
RGB:
(89,163,91)
(35%,64%,36%)

RGB channels and saturation

R 89 of 255 = 35%
G 163 of 255 = 64%
B 91 of 255 = 36%

89
163
91

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

Portions of RGB colors in percentages

R + G + B =
89 + 163 + 91 = 343 (100%)
R 89 of 343 ~ 25.95%
G 163 of 343 ~ 47.52%
B 91 of 343 ~ 26.53%

%25.95
%47.52
%26.53

CMYK color model

#59A35B color CMYK value is (45,0,44,36).

  • cyan value is 45.40%
  • magenta value is 0.00%
  • yellow value is 44.17%
  • key color value is 36.08%
CMYK:
(45,0,44,36)
C45M0Y44K36 
(45%,0%,44%,36%)
(0.45/0.00/0.44/0.36)	

CMYK percentages

%45.4
%0
%44.17
%36.08

Codes

Color #59A35B in popluar color models

59A35B
RGB8916391
HSL122°29.37%49.41%
HSB/HSV122°45.40%63.92%
CMYK45.40%0.00%44.17%
36.08%

Color #59A35B in popluar number systems.

HEX59A35B
Decimal8916391
Binary1011001101000111011011
Octal131243133

Shades and tints

Shades of #59A35B

#59A35B
(89,163,91)
#519553
(81,149,83)
#49874B
(73,135,75)
#417943
(65,121,67)
#396B3B
(57,107,59)
#315D33
(49,93,51)
#294F2B
(41,79,43)
#214123
(33,65,35)
#19331B
(25,51,27)
#112513
(17,37,19)
#09170B
(9,23,11)
#000000
(0,0,0)

Tints of #59A35B

#59A35B
(89,163,91)
#68AB69
(104,171,105)
#77B377
(119,179,119)
#86BB85
(134,187,133)
#95C393
(149,195,147)
#A4CBA1
(164,203,161)
#B3D3AF
(179,211,175)
#C2DBBD
(194,219,189)
#D1E3CB
(209,227,203)
#E0EBD9
(224,235,217)
#EFF3E7
(239,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59A35B; }

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

This text font color is #59A35B.


Background Color

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

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

This div background color is #59A35B.


Border color

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

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

This div border color is #59A35B.


Opacity

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

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

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

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

This text has shadow with #59A35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59A35B on black background.


Color preview on white background

This text has color #59A35B on white background.



Black color preview on #59A35B background

This text has black color on #59A35B background.


White color preview on #59A35B background

This text has white color on #59A35B background.