COLOR #59682F

HEX: #59682F
RGB: (89,104,47)

Color info

#59682F contains red, green and blue colors in about the same proportion. Web safe color of #59682F is #666633 (or #663).

RGB color model

#59682F color RGB value is (89,104,47).

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

RGB channels and saturation

R 89 of 255 = 35%
G 104 of 255 = 41%
B 47 of 255 = 18%

89
104
47

R + G + B ~ 31%. #59682F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 104 + 47 = 240 (100%)
R 89 of 240 ~ 37.08%
G 104 of 240 ~ 43.33%
B 47 of 240 ~ 19.58%

%37.08
%43.33
%19.58

CMYK color model

#59682F color CMYK value is (14,0,55,59).

  • cyan value is 14.42%
  • magenta value is 0.00%
  • yellow value is 54.81%
  • key color value is 59.22%
CMYK: (14,0,55,59) C14M0Y55K59 (14%,0%,55%,59%) (0.14/0.00/0.55/0.59)

CMYK percentages

%14.42
%0
%54.81
%59.22

Codes

Color #59682F in popluar color models

59682F
RGB8910447
HSL76°37.75%29.61%
HSB/HSV76°54.81%40.78%
CMYK14.42%0.00%54.81%
59.22%

Color #59682F in popluar number systems.

HEX59682F
Decimal8910447
Binary10110011101000101111
Octal13115057

Shades and tints

Shades of #59682F

#59682F
(89,104,47)
#515F2B
(81,95,43)
#495627
(73,86,39)
#414D23
(65,77,35)
#39441F
(57,68,31)
#313B1B
(49,59,27)
#293217
(41,50,23)
#212913
(33,41,19)
#19200F
(25,32,15)
#11170B
(17,23,11)
#090E07
(9,14,7)
#000000
(0,0,0)

Tints of #59682F

#59682F
(89,104,47)
#687541
(104,117,65)
#778253
(119,130,83)
#868F65
(134,143,101)
#959C77
(149,156,119)
#A4A989
(164,169,137)
#B3B69B
(179,182,155)
#C2C3AD
(194,195,173)
#D1D0BF
(209,208,191)
#E0DDD1
(224,221,209)
#EFEAE3
(239,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59682F color. Also use rgb(89,104,47) instead hex code.

Text Font Color

.myTextColor { color: #59682F; }

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

This text font color is #59682F.


Background Color

.myBgColor { background-color: #59682F; }

<div style="background-color:#59682F">Inner text</div>

This div background color is #59682F.


Border color

.myBorderColor { border: 1px solid #59682F; }

<div style="border:3px solid #59682F">Div</div>

This div border color is #59682F.


Opacity

.myOpacity80 { color: #59682F; opacity: 0.8; }

<p style="color:#59682F;opacity:0.8;">80%</p>

Text with #59682F 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 #59682F;}

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

This text has shadow with #59682F color.

.textShadow {text-shadow: 3px 3px 1px #59682F, 3px 3px 1px red;}

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

This text has shadow with #59682F primary color and red secondary color.


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

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

This text has shadow with #59682F and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #59682F; -webkit-box-shadow:	1px 1px 3px 2px #59682F; box-shadow:	1px 1px 3px 2px #59682F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #59682F; -webkit-box-shadow: 1px 1px 3px 2px #59682F; box-shadow:1px 1px 3px 2px #59682F;">
Div content here</div>
This div box has shadow with color #59682F.

Preview

Color preview on black background

This text has color #59682F on black background.


Color preview on white background

This text has color #59682F on white background.



Black color preview on #59682F background

This text has black color on #59682F background.


White color preview on #59682F background

This text has white color on #59682F background.