COLOR #595F3B

HEX: #595F3B
RGB: (89,95,59)

Color info

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

RGB color model

#595F3B color RGB value is (89,95,59).

  • red value is 89;
  • green value is 95;
  • blue value is 59.
RGB:
(89,95,59)
(35%,37%,23%)

RGB channels and saturation

R 89 of 255 = 35%
G 95 of 255 = 37%
B 59 of 255 = 23%

89
95
59

R + G + B ~ 32%. #595F3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 95 + 59 = 243 (100%)
R 89 of 243 ~ 36.63%
G 95 of 243 ~ 39.09%
B 59 of 243 ~ 24.28%

%36.63
%39.09
%24.28

CMYK color model

#595F3B color CMYK value is (6,0,38,63).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 37.89%
  • key color value is 62.75%
CMYK:
(6,0,38,63)
C6M0Y38K63 
(6%,0%,38%,63%)
(0.06/0.00/0.38/0.63)	

CMYK percentages

%6.32
%0
%37.89
%62.75

Codes

Color #595F3B in popluar color models

595F3B
RGB899559
HSL70°23.38%30.20%
HSB/HSV70°37.89%37.25%
CMYK6.32%0.00%37.89%
62.75%

Color #595F3B in popluar number systems.

HEX595F3B
Decimal899559
Binary10110011011111111011
Octal13113773

Shades and tints

Shades of #595F3B

#595F3B
(89,95,59)
#515736
(81,87,54)
#494F31
(73,79,49)
#41472C
(65,71,44)
#393F27
(57,63,39)
#313722
(49,55,34)
#292F1D
(41,47,29)
#212718
(33,39,24)
#191F13
(25,31,19)
#11170E
(17,23,14)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #595F3B

#595F3B
(89,95,59)
#686D4C
(104,109,76)
#777B5D
(119,123,93)
#86896E
(134,137,110)
#95977F
(149,151,127)
#A4A590
(164,165,144)
#B3B3A1
(179,179,161)
#C2C1B2
(194,193,178)
#D1CFC3
(209,207,195)
#E0DDD4
(224,221,212)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595F3B color. Also use rgb(89,95,59) instead hex code.

Text Font Color

.myTextColor { color: #595F3B; }

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

This text font color is #595F3B.


Background Color

.myBgColor { background-color: #595F3B; }

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

This div background color is #595F3B.


Border color

.myBorderColor { border: 1px solid #595F3B; }

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

This div border color is #595F3B.


Opacity

.myOpacity80 { color: #595F3B; opacity: 0.8; }

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

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

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

This text has shadow with #595F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595F3B on black background.


Color preview on white background

This text has color #595F3B on white background.



Black color preview on #595F3B background

This text has black color on #595F3B background.


White color preview on #595F3B background

This text has white color on #595F3B background.