COLOR #59612D

HEX: #59612D
RGB: (89,97,45)

Color info

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

RGB color model

#59612D color RGB value is (89,97,45).

  • red value is 89;
  • green value is 97;
  • blue value is 45.
RGB:
(89,97,45)
(35%,38%,18%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 45 of 255 = 18%

89
97
45

R + G + B ~ 30%. #59612D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 97 + 45 = 231 (100%)
R 89 of 231 ~ 38.53%
G 97 of 231 ~ 41.99%
B 45 of 231 ~ 19.48%

%38.53
%41.99
%19.48

CMYK color model

#59612D color CMYK value is (8,0,54,62).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 53.61%
  • key color value is 61.96%
CMYK:
(8,0,54,62)
C8M0Y54K62 
(8%,0%,54%,62%)
(0.08/0.00/0.54/0.62)	

CMYK percentages

%8.25
%0
%53.61
%61.96

Codes

Color #59612D in popluar color models

59612D
RGB899745
HSL69°36.62%27.84%
HSB/HSV69°53.61%38.04%
CMYK8.25%0.00%53.61%
61.96%

Color #59612D in popluar number systems.

HEX59612D
Decimal899745
Binary10110011100001101101
Octal13114155

Shades and tints

Shades of #59612D

#59612D
(89,97,45)
#515929
(81,89,41)
#495125
(73,81,37)
#414921
(65,73,33)
#39411D
(57,65,29)
#313919
(49,57,25)
#293115
(41,49,21)
#212911
(33,41,17)
#19210D
(25,33,13)
#111909
(17,25,9)
#091105
(9,17,5)
#000000
(0,0,0)

Tints of #59612D

#59612D
(89,97,45)
#686F40
(104,111,64)
#777D53
(119,125,83)
#868B66
(134,139,102)
#959979
(149,153,121)
#A4A78C
(164,167,140)
#B3B59F
(179,181,159)
#C2C3B2
(194,195,178)
#D1D1C5
(209,209,197)
#E0DFD8
(224,223,216)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59612D color. Also use rgb(89,97,45) instead hex code.

Text Font Color

.myTextColor { color: #59612D; }

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

This text font color is #59612D.


Background Color

.myBgColor { background-color: #59612D; }

<div style="background-color:#59612D">Inner text</div>

This div background color is #59612D.


Border color

.myBorderColor { border: 1px solid #59612D; }

<div style="border:3px solid #59612D">Div</div>

This div border color is #59612D.


Opacity

.myOpacity80 { color: #59612D; opacity: 0.8; }

<p style="color:#59612D;opacity:0.8;">80%</p>

Text with #59612D 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 #59612D;}

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

This text has shadow with #59612D color.

.textShadow {text-shadow: 3px 3px 1px #59612D, 3px 3px 1px red;}

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

This text has shadow with #59612D primary color and red secondary color.


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

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

This text has shadow with #59612D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59612D on black background.


Color preview on white background

This text has color #59612D on white background.



Black color preview on #59612D background

This text has black color on #59612D background.


White color preview on #59612D background

This text has white color on #59612D background.