COLOR #59681B

HEX: #59681B
RGB: (89,104,27)

Color info

#59681B contains mainly red and green colors. Web safe color of #59681B is #666633 (or #663).

RGB color model

#59681B color RGB value is (89,104,27).

  • red value is 89;
  • green value is 104;
  • blue value is 27.
RGB:
(89,104,27)
(35%,41%,11%)

RGB channels and saturation

R 89 of 255 = 35%
G 104 of 255 = 41%
B 27 of 255 = 11%

89
104
27

R + G + B ~ 29%. #59681B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 104 + 27 = 220 (100%)
R 89 of 220 ~ 40.45%
G 104 of 220 ~ 47.27%
B 27 of 220 ~ 12.27%

%40.45
%47.27
%12.27

CMYK color model

#59681B color CMYK value is (14,0,74,59).

  • cyan value is 14.42%
  • magenta value is 0.00%
  • yellow value is 74.04%
  • key color value is 59.22%
CMYK:
(14,0,74,59)
C14M0Y74K59 
(14%,0%,74%,59%)
(0.14/0.00/0.74/0.59)	

CMYK percentages

%14.42
%0
%74.04
%59.22

Codes

Color #59681B in popluar color models

59681B
RGB8910427
HSL72°58.78%25.69%
HSB/HSV72°74.04%40.78%
CMYK14.42%0.00%74.04%
59.22%

Color #59681B in popluar number systems.

HEX59681B
Decimal8910427
Binary1011001110100011011
Octal13115033

Shades and tints

Shades of #59681B

#59681B
(89,104,27)
#515F19
(81,95,25)
#495617
(73,86,23)
#414D15
(65,77,21)
#394413
(57,68,19)
#313B11
(49,59,17)
#29320F
(41,50,15)
#21290D
(33,41,13)
#19200B
(25,32,11)
#111709
(17,23,9)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #59681B

#59681B
(89,104,27)
#68752F
(104,117,47)
#778243
(119,130,67)
#868F57
(134,143,87)
#959C6B
(149,156,107)
#A4A97F
(164,169,127)
#B3B693
(179,182,147)
#C2C3A7
(194,195,167)
#D1D0BB
(209,208,187)
#E0DDCF
(224,221,207)
#EFEAE3
(239,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59681B color. Also use rgb(89,104,27) instead hex code.

Text Font Color

.myTextColor { color: #59681B; }

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

This text font color is #59681B.


Background Color

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

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

This div background color is #59681B.


Border color

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

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

This div border color is #59681B.


Opacity

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

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

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

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

This text has shadow with #59681B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59681B on black background.


Color preview on white background

This text has color #59681B on white background.



Black color preview on #59681B background

This text has black color on #59681B background.


White color preview on #59681B background

This text has white color on #59681B background.