COLOR #596154

HEX: #596154 RGB: (89,97,84)

Color info

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

RGB color model

#596154 color RGB value is (89,97,84).

RGB: (89,97,84) (35%, 38%, 33%)

RGB channels and saturation

R 89 of 255 = 35%
G 97 of 255 = 38%
B 84 of 255 = 33%

89
97
84

R + G + B ~ 35%. #596154 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 97 + 84 = 270 (100%)
R 89 of 270 ~ 32.96%
G 97 of 270 ~ 35.93%
B 84 of 270 ~ 31.11'%

%32.96
%35.93
%31.11

CMYK color model

#596154 color CMYK value is (8,0,13,62).

  • cyan value is 8.25%
  • magenta value is 0.00%
  • yellow value is 13.40%
  • key color value is 61.96%

CMYK: (8,0,13,62)
C8M0Y13K62 (8%, 0%, 13%, 62%)
(0.08 / 0.00 / 0.13 / 0.62)

CMYK percentages

%8.25
%0
%13.4
%61.96

Codes

Color #596154 in popluar color models

59 61 54
RGB 89 97 84
HSL 97° 7.18% 35.49%
HSB/HSV 97° 13.40% 38.04%
CMYK 8.25% 0.00% 13.40%
61.96%

Color #596154 in popluar number systems.

HEX 59 61 54
Decimal 89 97 84
Binary 1011001 1100001 1010100
Octal 131 141 124

Shades and tints

Shades of #596154

#596154
(89,97,84)
#51594D
(81,89,77)
#495146
(73,81,70)
#41493F
(65,73,63)
#394138
(57,65,56)
#313931
(49,57,49)
#29312A
(41,49,42)
#212923
(33,41,35)
#19211C
(25,33,28)
#111915
(17,25,21)
#09110E
(9,17,14)
#000000
(0,0,0)

Tints of #596154

#596154
(89,97,84)
#686F63
(104,111,99)
#777D72
(119,125,114)
#868B81
(134,139,129)
#959990
(149,153,144)
#A4A79F
(164,167,159)
#B3B5AE
(179,181,174)
#C2C3BD
(194,195,189)
#D1D1CC
(209,209,204)
#E0DFDB
(224,223,219)
#EFEDEA
(239,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #596154; }

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

This text font color is #596154.

Background Color

.myBgColor { background-color: #596154; }

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

This div background color is #596154.

Border color

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

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

This div border color is #596154.

Opacity

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

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

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

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

This text has shadow with #596154 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #596154.

Preview

Color preview on black background

This text has color #596154 on black background.


Color preview on white background

This text has color #596154 on white background.


Black color preview on #596154 background

This text has black color on #596154 background.


White color preview on #596154 background

This text has white color on #596154 background.


Related colors

Complementary color

Complementary color for #hex is #A69EAB.


I love getcolorcode.com

Triadic colors

1 #545961 and #615459 with #596154 are triadic colors.

2 #546159 and #615954 with #596154 are triadic colors.