COLOR #59926B

HEX: #59926B
RGB: (89,146,107)

Color info

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

RGB color model

#59926B color RGB value is (89,146,107).

  • red value is 89;
  • green value is 146;
  • blue value is 107.
RGB:
(89,146,107)
(35%,57%,42%)

RGB channels and saturation

R 89 of 255 = 35%
G 146 of 255 = 57%
B 107 of 255 = 42%

89
146
107

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

Portions of RGB colors in percentages

R + G + B =
89 + 146 + 107 = 342 (100%)
R 89 of 342 ~ 26.02%
G 146 of 342 ~ 42.69%
B 107 of 342 ~ 31.29%

%26.02
%42.69
%31.29

CMYK color model

#59926B color CMYK value is (39,0,27,43).

  • cyan value is 39.04%
  • magenta value is 0.00%
  • yellow value is 26.71%
  • key color value is 42.75%
CMYK:
(39,0,27,43)
C39M0Y27K43 
(39%,0%,27%,43%)
(0.39/0.00/0.27/0.43)	

CMYK percentages

%39.04
%0
%26.71
%42.75

Codes

Color #59926B in popluar color models

59926B
RGB89146107
HSL139°24.26%46.08%
HSB/HSV139°39.04%57.25%
CMYK39.04%0.00%26.71%
42.75%

Color #59926B in popluar number systems.

HEX59926B
Decimal89146107
Binary1011001100100101101011
Octal131222153

Shades and tints

Shades of #59926B

#59926B
(89,146,107)
#518562
(81,133,98)
#497859
(73,120,89)
#416B50
(65,107,80)
#395E47
(57,94,71)
#31513E
(49,81,62)
#294435
(41,68,53)
#21372C
(33,55,44)
#192A23
(25,42,35)
#111D1A
(17,29,26)
#091011
(9,16,17)
#000000
(0,0,0)

Tints of #59926B

#59926B
(89,146,107)
#689B78
(104,155,120)
#77A485
(119,164,133)
#86AD92
(134,173,146)
#95B69F
(149,182,159)
#A4BFAC
(164,191,172)
#B3C8B9
(179,200,185)
#C2D1C6
(194,209,198)
#D1DAD3
(209,218,211)
#E0E3E0
(224,227,224)
#EFECED
(239,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59926B color. Also use rgb(89,146,107) instead hex code.

Text Font Color

.myTextColor { color: #59926B; }

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

This text font color is #59926B.


Background Color

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

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

This div background color is #59926B.


Border color

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

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

This div border color is #59926B.


Opacity

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

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

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

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

This text has shadow with #59926B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59926B on black background.


Color preview on white background

This text has color #59926B on white background.



Black color preview on #59926B background

This text has black color on #59926B background.


White color preview on #59926B background

This text has white color on #59926B background.