COLOR #595F3F

HEX: #595F3F RGB: (89,95,63)

Color info

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

RGB color model

#595F3F color RGB value is (89,95,63).

RGB: (89,95,63) (35%, 37%, 25%)

RGB channels and saturation

R 89 of 255 = 35%
G 95 of 255 = 37%
B 63 of 255 = 25%

89
95
63

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

Portions of RGB colors in percentages

R + G + B = 89 + 95 + 63 = 247 (100%)
R 89 of 247 ~ 36.03%
G 95 of 247 ~ 38.46%
B 63 of 247 ~ 25.51'%

%36.03
%38.46
%25.51

CMYK color model

#595F3F color CMYK value is (6,0,34,63).

  • cyan value is 6.32%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 62.75%

CMYK: (6,0,34,63)
C6M0Y34K63 (6%, 0%, 34%, 63%)
(0.06 / 0.00 / 0.34 / 0.63)

CMYK percentages

%6.32
%0
%33.68
%62.75

Codes

Color #595F3F in popluar color models

59 5F 3F
RGB 89 95 63
HSL 71° 20.25% 30.98%
HSB/HSV 71° 33.68% 37.25%
CMYK 6.32% 0.00% 33.68%
62.75%

Color #595F3F in popluar number systems.

HEX 59 5F 3F
Decimal 89 95 63
Binary 1011001 1011111 111111
Octal 131 137 77

Shades and tints

Shades of #595F3F

#595F3F
(89,95,63)
#51573A
(81,87,58)
#494F35
(73,79,53)
#414730
(65,71,48)
#393F2B
(57,63,43)
#313726
(49,55,38)
#292F21
(41,47,33)
#21271C
(33,39,28)
#191F17
(25,31,23)
#111712
(17,23,18)
#090F0D
(9,15,13)
#000000
(0,0,0)

Tints of #595F3F

#595F3F
(89,95,63)
#686D50
(104,109,80)
#777B61
(119,123,97)
#868972
(134,137,114)
#959783
(149,151,131)
#A4A594
(164,165,148)
#B3B3A5
(179,179,165)
#C2C1B6
(194,193,182)
#D1CFC7
(209,207,199)
#E0DDD8
(224,221,216)
#EFEBE9
(239,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595F3F; }

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

This text font color is #595F3F.

Background Color

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

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

This div background color is #595F3F.

Border color

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

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

This div border color is #595F3F.

Opacity

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

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

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

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

This text has shadow with #595F3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595F3F.

Preview

Color preview on black background

This text has color #595F3F on black background.


Color preview on white background

This text has color #595F3F on white background.


Black color preview on #595F3F background

This text has black color on #595F3F background.


White color preview on #595F3F background

This text has white color on #595F3F background.


Related colors

Complementary color

Complementary color for #hex is #A6A0C0.


I love getcolorcode.com

Triadic colors

1 #3F595F and #5F3F59 with #595F3F are triadic colors.

2 #3F5F59 and #5F593F with #595F3F are triadic colors.