COLOR #59631A

HEX: #59631A
RGB: (89,99,26)

Color info

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

RGB color model

#59631A color RGB value is (89,99,26).

  • red value is 89;
  • green value is 99;
  • blue value is 26.
RGB:
(89,99,26)
(35%,39%,10%)

RGB channels and saturation

R 89 of 255 = 35%
G 99 of 255 = 39%
B 26 of 255 = 10%

89
99
26

R + G + B ~ 28%. #59631A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 99 + 26 = 214 (100%)
R 89 of 214 ~ 41.59%
G 99 of 214 ~ 46.26%
B 26 of 214 ~ 12.15%

%41.59
%46.26
%12.15

CMYK color model

#59631A color CMYK value is (10,0,74,61).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 73.74%
  • key color value is 61.18%
CMYK:
(10,0,74,61)
C10M0Y74K61 
(10%,0%,74%,61%)
(0.10/0.00/0.74/0.61)	

CMYK percentages

%10.1
%0
%73.74
%61.18

Codes

Color #59631A in popluar color models

59631A
RGB899926
HSL68°58.40%24.51%
HSB/HSV68°73.74%38.82%
CMYK10.10%0.00%73.74%
61.18%

Color #59631A in popluar number systems.

HEX59631A
Decimal899926
Binary1011001110001111010
Octal13114332

Shades and tints

Shades of #59631A

#59631A
(89,99,26)
#515A18
(81,90,24)
#495116
(73,81,22)
#414814
(65,72,20)
#393F12
(57,63,18)
#313610
(49,54,16)
#292D0E
(41,45,14)
#21240C
(33,36,12)
#191B0A
(25,27,10)
#111208
(17,18,8)
#090906
(9,9,6)
#000000
(0,0,0)

Tints of #59631A

#59631A
(89,99,26)
#68712E
(104,113,46)
#777F42
(119,127,66)
#868D56
(134,141,86)
#959B6A
(149,155,106)
#A4A97E
(164,169,126)
#B3B792
(179,183,146)
#C2C5A6
(194,197,166)
#D1D3BA
(209,211,186)
#E0E1CE
(224,225,206)
#EFEFE2
(239,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59631A color. Also use rgb(89,99,26) instead hex code.

Text Font Color

.myTextColor { color: #59631A; }

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

This text font color is #59631A.


Background Color

.myBgColor { background-color: #59631A; }

<div style="background-color:#59631A">Inner text</div>

This div background color is #59631A.


Border color

.myBorderColor { border: 1px solid #59631A; }

<div style="border:3px solid #59631A">Div</div>

This div border color is #59631A.


Opacity

.myOpacity80 { color: #59631A; opacity: 0.8; }

<p style="color:#59631A;opacity:0.8;">80%</p>

Text with #59631A 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 #59631A;}

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

This text has shadow with #59631A color.

.textShadow {text-shadow: 3px 3px 1px #59631A, 3px 3px 1px red;}

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

This text has shadow with #59631A primary color and red secondary color.


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

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

This text has shadow with #59631A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59631A on black background.


Color preview on white background

This text has color #59631A on white background.



Black color preview on #59631A background

This text has black color on #59631A background.


White color preview on #59631A background

This text has white color on #59631A background.