COLOR #59906C

HEX: #59906C
RGB: (89,144,108)

Color info

#59906C contains red, green and blue colors in about the same proportion. Web safe color of #59906C is #669966 (or #696).

RGB color model

#59906C color RGB value is (89,144,108).

  • red value is 89;
  • green value is 144;
  • blue value is 108.
RGB:
(89,144,108)
(35%,56%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 144 of 255 = 56%
B 108 of 255 = 42%

89
144
108

R + G + B ~ 44%. #59906C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 144 + 108 = 341 (100%)
R 89 of 341 ~ 26.1%
G 144 of 341 ~ 42.23%
B 108 of 341 ~ 31.67%

%26.1
%42.23
%31.67

CMYK color model

#59906C color CMYK value is (38,0,25,44).

  • cyan value is 38.19%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 43.53%
CMYK:
(38,0,25,44)
C38M0Y25K44 
(38%,0%,25%,44%)
(0.38/0.00/0.25/0.44)	

CMYK percentages

%38.19
%0
%25
%43.53

Codes

Color #59906C in popluar color models

59906C
RGB89144108
HSL141°23.61%45.69%
HSB/HSV141°38.19%56.47%
CMYK38.19%0.00%25.00%
43.53%

Color #59906C in popluar number systems.

HEX59906C
Decimal89144108
Binary1011001100100001101100
Octal131220154

Shades and tints

Shades of #59906C

#59906C
(89,144,108)
#518363
(81,131,99)
#49765A
(73,118,90)
#416951
(65,105,81)
#395C48
(57,92,72)
#314F3F
(49,79,63)
#294236
(41,66,54)
#21352D
(33,53,45)
#192824
(25,40,36)
#111B1B
(17,27,27)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #59906C

#59906C
(89,144,108)
#689A79
(104,154,121)
#77A486
(119,164,134)
#86AE93
(134,174,147)
#95B8A0
(149,184,160)
#A4C2AD
(164,194,173)
#B3CCBA
(179,204,186)
#C2D6C7
(194,214,199)
#D1E0D4
(209,224,212)
#E0EAE1
(224,234,225)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59906C color. Also use rgb(89,144,108) instead hex code.

Text Font Color

.myTextColor { color: #59906C; }

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

This text font color is #59906C.


Background Color

.myBgColor { background-color: #59906C; }

<div style="background-color:#59906C">Inner text</div>

This div background color is #59906C.


Border color

.myBorderColor { border: 1px solid #59906C; }

<div style="border:3px solid #59906C">Div</div>

This div border color is #59906C.


Opacity

.myOpacity80 { color: #59906C; opacity: 0.8; }

<p style="color:#59906C;opacity:0.8;">80%</p>

Text with #59906C 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 #59906C;}

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

This text has shadow with #59906C color.

.textShadow {text-shadow: 3px 3px 1px #59906C, 3px 3px 1px red;}

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

This text has shadow with #59906C primary color and red secondary color.


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

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

This text has shadow with #59906C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59906C on black background.


Color preview on white background

This text has color #59906C on white background.



Black color preview on #59906C background

This text has black color on #59906C background.


White color preview on #59906C background

This text has white color on #59906C background.