COLOR #596253

HEX: #596253
RGB: (89,98,83)

Color info

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

RGB color model

#596253 color RGB value is (89,98,83).

  • red value is 89;
  • green value is 98;
  • blue value is 83.
RGB:
(89,98,83)
(35%,38%,33%)

RGB channels and saturation

R 89 of 255 = 35%
G 98 of 255 = 38%
B 83 of 255 = 33%

89
98
83

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

Portions of RGB colors in percentages

R + G + B =
89 + 98 + 83 = 270 (100%)
R 89 of 270 ~ 32.96%
G 98 of 270 ~ 36.3%
B 83 of 270 ~ 30.74%

%32.96
%36.3
%30.74

CMYK color model

#596253 color CMYK value is (9,0,15,62).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 15.31%
  • key color value is 61.57%
CMYK:
(9,0,15,62)
C9M0Y15K62 
(9%,0%,15%,62%)
(0.09/0.00/0.15/0.62)	

CMYK percentages

%9.18
%0
%15.31
%61.57

Codes

Color #596253 in popluar color models

596253
RGB899883
HSL96°8.29%35.49%
HSB/HSV96°15.31%38.43%
CMYK9.18%0.00%15.31%
61.57%

Color #596253 in popluar number systems.

HEX596253
Decimal899883
Binary101100111000101010011
Octal131142123

Shades and tints

Shades of #596253

#596253
(89,98,83)
#515A4C
(81,90,76)
#495245
(73,82,69)
#414A3E
(65,74,62)
#394237
(57,66,55)
#313A30
(49,58,48)
#293229
(41,50,41)
#212A22
(33,42,34)
#19221B
(25,34,27)
#111A14
(17,26,20)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #596253

#596253
(89,98,83)
#687062
(104,112,98)
#777E71
(119,126,113)
#868C80
(134,140,128)
#959A8F
(149,154,143)
#A4A89E
(164,168,158)
#B3B6AD
(179,182,173)
#C2C4BC
(194,196,188)
#D1D2CB
(209,210,203)
#E0E0DA
(224,224,218)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #596253 color. Also use rgb(89,98,83) instead hex code.

Text Font Color

.myTextColor { color: #596253; }

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

This text font color is #596253.


Background Color

.myBgColor { background-color: #596253; }

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

This div background color is #596253.


Border color

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

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

This div border color is #596253.


Opacity

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

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

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

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

This text has shadow with #596253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #596253 on black background.


Color preview on white background

This text has color #596253 on white background.



Black color preview on #596253 background

This text has black color on #596253 background.


White color preview on #596253 background

This text has white color on #596253 background.