COLOR #59600B

HEX: #59600B
RGB: (89,96,11)

Color info

#59600B contains mainly red and green colors. Web safe color of #59600B is #666600 (or #660).

RGB color model

#59600B color RGB value is (89,96,11).

  • red value is 89;
  • green value is 96;
  • blue value is 11.
RGB:
(89,96,11)
(35%,38%,4%)

RGB channels and saturation

R 89 of 255 = 35%
G 96 of 255 = 38%
B 11 of 255 = 4%

89
96
11

R + G + B ~ 26%. #59600B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 96 + 11 = 196 (100%)
R 89 of 196 ~ 45.41%
G 96 of 196 ~ 48.98%
B 11 of 196 ~ 5.61%

%45.41
%48.98

CMYK color model

#59600B color CMYK value is (7,0,89,62).

  • cyan value is 7.29%
  • magenta value is 0.00%
  • yellow value is 88.54%
  • key color value is 62.35%
CMYK:
(7,0,89,62)
C7M0Y89K62 
(7%,0%,89%,62%)
(0.07/0.00/0.89/0.62)	

CMYK percentages

%7.29
%0
%88.54
%62.35

Codes

Color #59600B in popluar color models

59600B
RGB899611
HSL65°79.44%20.98%
HSB/HSV65°88.54%37.65%
CMYK7.29%0.00%88.54%
62.35%

Color #59600B in popluar number systems.

HEX59600B
Decimal899611
Binary101100111000001011
Octal13114013

Shades and tints

Shades of #59600B

#59600B
(89,96,11)
#51580A
(81,88,10)
#495009
(73,80,9)
#414808
(65,72,8)
#394007
(57,64,7)
#313806
(49,56,6)
#293005
(41,48,5)
#212804
(33,40,4)
#192003
(25,32,3)
#111802
(17,24,2)
#091001
(9,16,1)
#000000
(0,0,0)

Tints of #59600B

#59600B
(89,96,11)
#686E21
(104,110,33)
#777C37
(119,124,55)
#868A4D
(134,138,77)
#959863
(149,152,99)
#A4A679
(164,166,121)
#B3B48F
(179,180,143)
#C2C2A5
(194,194,165)
#D1D0BB
(209,208,187)
#E0DED1
(224,222,209)
#EFECE7
(239,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59600B color. Also use rgb(89,96,11) instead hex code.

Text Font Color

.myTextColor { color: #59600B; }

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

This text font color is #59600B.


Background Color

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

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

This div background color is #59600B.


Border color

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

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

This div border color is #59600B.


Opacity

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

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

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

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

This text has shadow with #59600B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59600B on black background.


Color preview on white background

This text has color #59600B on white background.



Black color preview on #59600B background

This text has black color on #59600B background.


White color preview on #59600B background

This text has white color on #59600B background.