COLOR #59744A

HEX: #59744A
RGB: (89,116,74)

Color info

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

RGB color model

#59744A color RGB value is (89,116,74).

  • red value is 89;
  • green value is 116;
  • blue value is 74.
RGB:
(89,116,74)
(35%,45%,29%)

RGB channels and saturation

R 89 of 255 = 35%
G 116 of 255 = 45%
B 74 of 255 = 29%

89
116
74

R + G + B ~ 36%. #59744A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 116 + 74 = 279 (100%)
R 89 of 279 ~ 31.9%
G 116 of 279 ~ 41.58%
B 74 of 279 ~ 26.52%

%31.9
%41.58
%26.52

CMYK color model

#59744A color CMYK value is (23,0,36,55).

  • cyan value is 23.28%
  • magenta value is 0.00%
  • yellow value is 36.21%
  • key color value is 54.51%
CMYK:
(23,0,36,55)
C23M0Y36K55 
(23%,0%,36%,55%)
(0.23/0.00/0.36/0.55)	

CMYK percentages

%23.28
%0
%36.21
%54.51

Codes

Color #59744A in popluar color models

59744A
RGB8911674
HSL99°22.11%37.25%
HSB/HSV99°36.21%45.49%
CMYK23.28%0.00%36.21%
54.51%

Color #59744A in popluar number systems.

HEX59744A
Decimal8911674
Binary101100111101001001010
Octal131164112

Shades and tints

Shades of #59744A

#59744A
(89,116,74)
#516A44
(81,106,68)
#49603E
(73,96,62)
#415638
(65,86,56)
#394C32
(57,76,50)
#31422C
(49,66,44)
#293826
(41,56,38)
#212E20
(33,46,32)
#19241A
(25,36,26)
#111A14
(17,26,20)
#09100E
(9,16,14)
#000000
(0,0,0)

Tints of #59744A

#59744A
(89,116,74)
#68805A
(104,128,90)
#778C6A
(119,140,106)
#86987A
(134,152,122)
#95A48A
(149,164,138)
#A4B09A
(164,176,154)
#B3BCAA
(179,188,170)
#C2C8BA
(194,200,186)
#D1D4CA
(209,212,202)
#E0E0DA
(224,224,218)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59744A color. Also use rgb(89,116,74) instead hex code.

Text Font Color

.myTextColor { color: #59744A; }

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

This text font color is #59744A.


Background Color

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

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

This div background color is #59744A.


Border color

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

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

This div border color is #59744A.


Opacity

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

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

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

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

This text has shadow with #59744A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59744A on black background.


Color preview on white background

This text has color #59744A on white background.



Black color preview on #59744A background

This text has black color on #59744A background.


White color preview on #59744A background

This text has white color on #59744A background.