COLOR #59958B

HEX: #59958B
RGB: (89,149,139)

Color info

#59958B contains mainly green and blue colors. Web safe color of #59958B is #669999 (or #699).

RGB color model

#59958B color RGB value is (89,149,139).

  • red value is 89;
  • green value is 149;
  • blue value is 139.
RGB:
(89,149,139)
(35%,58%,55%)

RGB channels and saturation

R 89 of 255 = 35%
G 149 of 255 = 58%
B 139 of 255 = 55%

89
149
139

R + G + B ~ 49%. #59958B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 149 + 139 = 377 (100%)
R 89 of 377 ~ 23.61%
G 149 of 377 ~ 39.52%
B 139 of 377 ~ 36.87%

%23.61
%39.52
%36.87

CMYK color model

#59958B color CMYK value is (40,0,7,42).

  • cyan value is 40.27%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 41.57%
CMYK:
(40,0,7,42)
C40M0Y7K42 
(40%,0%,7%,42%)
(0.40/0.00/0.07/0.42)	

CMYK percentages

%40.27
%0
%6.71
%41.57

Codes

Color #59958B in popluar color models

59958B
RGB89149139
HSL170°25.21%46.67%
HSB/HSV170°40.27%58.43%
CMYK40.27%0.00%6.71%
41.57%

Color #59958B in popluar number systems.

HEX59958B
Decimal89149139
Binary10110011001010110001011
Octal131225213

Shades and tints

Shades of #59958B

#59958B
(89,149,139)
#51887F
(81,136,127)
#497B73
(73,123,115)
#416E67
(65,110,103)
#39615B
(57,97,91)
#31544F
(49,84,79)
#294743
(41,71,67)
#213A37
(33,58,55)
#192D2B
(25,45,43)
#11201F
(17,32,31)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #59958B

#59958B
(89,149,139)
#689E95
(104,158,149)
#77A79F
(119,167,159)
#86B0A9
(134,176,169)
#95B9B3
(149,185,179)
#A4C2BD
(164,194,189)
#B3CBC7
(179,203,199)
#C2D4D1
(194,212,209)
#D1DDDB
(209,221,219)
#E0E6E5
(224,230,229)
#EFEFEF
(239,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59958B color. Also use rgb(89,149,139) instead hex code.

Text Font Color

.myTextColor { color: #59958B; }

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

This text font color is #59958B.


Background Color

.myBgColor { background-color: #59958B; }

<div style="background-color:#59958B">Inner text</div>

This div background color is #59958B.


Border color

.myBorderColor { border: 1px solid #59958B; }

<div style="border:3px solid #59958B">Div</div>

This div border color is #59958B.


Opacity

.myOpacity80 { color: #59958B; opacity: 0.8; }

<p style="color:#59958B;opacity:0.8;">80%</p>

Text with #59958B 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 #59958B;}

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

This text has shadow with #59958B color.

.textShadow {text-shadow: 3px 3px 1px #59958B, 3px 3px 1px red;}

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

This text has shadow with #59958B primary color and red secondary color.


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

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

This text has shadow with #59958B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59958B on black background.


Color preview on white background

This text has color #59958B on white background.



Black color preview on #59958B background

This text has black color on #59958B background.


White color preview on #59958B background

This text has white color on #59958B background.