COLOR #59968B

HEX: #59968B
RGB: (89,150,139)

Color info

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

RGB color model

#59968B color RGB value is (89,150,139).

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

RGB channels and saturation

R 89 of 255 = 35%
G 150 of 255 = 59%
B 139 of 255 = 55%

89
150
139

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

Portions of RGB colors in percentages

R + G + B =
89 + 150 + 139 = 378 (100%)
R 89 of 378 ~ 23.54%
G 150 of 378 ~ 39.68%
B 139 of 378 ~ 36.77%

%23.54
%39.68
%36.77

CMYK color model

#59968B color CMYK value is (41,0,7,41).

  • cyan value is 40.67%
  • magenta value is 0.00%
  • yellow value is 7.33%
  • key color value is 41.18%
CMYK:
(41,0,7,41)
C41M0Y7K41 
(41%,0%,7%,41%)
(0.41/0.00/0.07/0.41)	

CMYK percentages

%40.67
%0
%7.33
%41.18

Codes

Color #59968B in popluar color models

59968B
RGB89150139
HSL169°25.52%46.86%
HSB/HSV169°40.67%58.82%
CMYK40.67%0.00%7.33%
41.18%

Color #59968B in popluar number systems.

HEX59968B
Decimal89150139
Binary10110011001011010001011
Octal131226213

Shades and tints

Shades of #59968B

#59968B
(89,150,139)
#51897F
(81,137,127)
#497C73
(73,124,115)
#416F67
(65,111,103)
#39625B
(57,98,91)
#31554F
(49,85,79)
#294843
(41,72,67)
#213B37
(33,59,55)
#192E2B
(25,46,43)
#11211F
(17,33,31)
#091413
(9,20,19)
#000000
(0,0,0)

Tints of #59968B

#59968B
(89,150,139)
#689F95
(104,159,149)
#77A89F
(119,168,159)
#86B1A9
(134,177,169)
#95BAB3
(149,186,179)
#A4C3BD
(164,195,189)
#B3CCC7
(179,204,199)
#C2D5D1
(194,213,209)
#D1DEDB
(209,222,219)
#E0E7E5
(224,231,229)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #59968B; }

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

This text font color is #59968B.


Background Color

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

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

This div background color is #59968B.


Border color

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

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

This div border color is #59968B.


Opacity

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

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

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

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

This text has shadow with #59968B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59968B on black background.


Color preview on white background

This text has color #59968B on white background.



Black color preview on #59968B background

This text has black color on #59968B background.


White color preview on #59968B background

This text has white color on #59968B background.