COLOR #596454

HEX: #596454
RGB: (89,100,84)

Color info

#596454 contains red, green and blue colors in about the same proportion. Web safe color of #596454 is #666666 (or #666).

RGB color model

#596454 color RGB value is (89,100,84).

  • red value is 89;
  • green value is 100;
  • blue value is 84.
RGB:
(89,100,84)
(35%,39%,33%)

RGB channels and saturation

R 89 of 255 = 35%
G 100 of 255 = 39%
B 84 of 255 = 33%

89
100
84

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

Portions of RGB colors in percentages

R + G + B =
89 + 100 + 84 = 273 (100%)
R 89 of 273 ~ 32.6%
G 100 of 273 ~ 36.63%
B 84 of 273 ~ 30.77%

%32.6
%36.63
%30.77

CMYK color model

#596454 color CMYK value is (11,0,16,61).

  • cyan value is 11.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 60.78%
CMYK:
(11,0,16,61)
C11M0Y16K61 
(11%,0%,16%,61%)
(0.11/0.00/0.16/0.61)	

CMYK percentages

%11
%0
%16
%60.78

Codes

Color #596454 in popluar color models

596454
RGB8910084
HSL101°8.70%36.08%
HSB/HSV101°16.00%39.22%
CMYK11.00%0.00%16.00%
60.78%

Color #596454 in popluar number systems.

HEX596454
Decimal8910084
Binary101100111001001010100
Octal131144124

Shades and tints

Shades of #596454

#596454
(89,100,84)
#515B4D
(81,91,77)
#495246
(73,82,70)
#41493F
(65,73,63)
#394038
(57,64,56)
#313731
(49,55,49)
#292E2A
(41,46,42)
#212523
(33,37,35)
#191C1C
(25,28,28)
#111315
(17,19,21)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #596454

#596454
(89,100,84)
#687263
(104,114,99)
#778072
(119,128,114)
#868E81
(134,142,129)
#959C90
(149,156,144)
#A4AA9F
(164,170,159)
#B3B8AE
(179,184,174)
#C2C6BD
(194,198,189)
#D1D4CC
(209,212,204)
#E0E2DB
(224,226,219)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596454 color. Also use rgb(89,100,84) instead hex code.

Text Font Color

.myTextColor { color: #596454; }

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

This text font color is #596454.


Background Color

.myBgColor { background-color: #596454; }

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

This div background color is #596454.


Border color

.myBorderColor { border: 1px solid #596454; }

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

This div border color is #596454.


Opacity

.myOpacity80 { color: #596454; opacity: 0.8; }

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

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

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

This text has shadow with #596454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596454 on black background.


Color preview on white background

This text has color #596454 on white background.



Black color preview on #596454 background

This text has black color on #596454 background.


White color preview on #596454 background

This text has white color on #596454 background.