COLOR #59B473

HEX: #59B473 RGB: (89,180,115)

Color info

#59B473 contains mainly green color. Web safe color of #59B473 is #66CC66 (or #6C6).

RGB color model

#59B473 color RGB value is (89,180,115).

RGB: (89,180,115) (35%, 71%, 45%)

RGB channels and saturation

R 89 of 255 = 35%
G 180 of 255 = 71%
B 115 of 255 = 45%

89
180
115

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

Portions of RGB colors in percentages

R + G + B = 89 + 180 + 115 = 384 (100%)
R 89 of 384 ~ 23.18%
G 180 of 384 ~ 46.88%
B 115 of 384 ~ 29.95'%

%23.18
%46.88
%29.95

CMYK color model

#59B473 color CMYK value is (51,0,36,29).

  • cyan value is 50.56%
  • magenta value is 0.00%
  • yellow value is 36.11%
  • key color value is 29.41%

CMYK: (51,0,36,29)
C51M0Y36K29 (51%, 0%, 36%, 29%)
(0.51 / 0.00 / 0.36 / 0.29)

CMYK percentages

%50.56
%0
%36.11
%29.41

Codes

Color #59B473 in popluar color models

59 B4 73
RGB 89 180 115
HSL 137° 37.76% 52.75%
HSB/HSV 137° 50.56% 70.59%
CMYK 50.56% 0.00% 36.11%
29.41%

Color #59B473 in popluar number systems.

HEX 59 B4 73
Decimal 89 180 115
Binary 1011001 10110100 1110011
Octal 131 264 163

Shades and tints

Shades of #59B473

#59B473
(89,180,115)
#51A469
(81,164,105)
#49945F
(73,148,95)
#418455
(65,132,85)
#39744B
(57,116,75)
#316441
(49,100,65)
#295437
(41,84,55)
#21442D
(33,68,45)
#193423
(25,52,35)
#112419
(17,36,25)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #59B473

#59B473
(89,180,115)
#68BA7F
(104,186,127)
#77C08B
(119,192,139)
#86C697
(134,198,151)
#95CCA3
(149,204,163)
#A4D2AF
(164,210,175)
#B3D8BB
(179,216,187)
#C2DEC7
(194,222,199)
#D1E4D3
(209,228,211)
#E0EADF
(224,234,223)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B473 color. Also use rgb(89,180,115) instead hex code.

Text Font Color

.myTextColor { color: #59B473; }

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

This text font color is #59B473.

Background Color

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

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

This div background color is #59B473.

Border color

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

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

This div border color is #59B473.

Opacity

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

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

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

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

This text has shadow with #59B473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #59B473.

Preview

Color preview on black background

This text has color #59B473 on black background.


Color preview on white background

This text has color #59B473 on white background.


Black color preview on #59B473 background

This text has black color on #59B473 background.


White color preview on #59B473 background

This text has white color on #59B473 background.


Related colors

Complementary color

Complementary color for #hex is #A64B8C.


I love getcolorcode.com

Triadic colors

1 #7359B4 and #B47359 with #59B473 are triadic colors.

2 #73B459 and #B45973 with #59B473 are triadic colors.