COLOR #595F27

HEX: #595F27 RGB: (89,95,39)

Color info

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

RGB color model

#595F27 color RGB value is (89,95,39).

RGB: (89,95,39) (35%, 37%, 15%)

RGB channels and saturation

R 89 of 255 = 35%
G 95 of 255 = 37%
B 39 of 255 = 15%

89
95
39

R + G + B ~ 29%. #595F27 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 95 + 39 = 223 (100%)
R 89 of 223 ~ 39.91%
G 95 of 223 ~ 42.6%
B 39 of 223 ~ 17.49'%

%39.91
%42.6
%17.49

CMYK color model

#595F27 color CMYK value is (6,0,59,63).

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

CMYK: (6,0,59,63)
C6M0Y59K63 (6%, 0%, 59%, 63%)
(0.06 / 0.00 / 0.59 / 0.63)

CMYK percentages

%6.32
%0
%58.95
%62.75

Codes

Color #595F27 in popluar color models

59 5F 27
RGB 89 95 39
HSL 66° 41.79% 26.27%
HSB/HSV 66° 58.95% 37.25%
CMYK 6.32% 0.00% 58.95%
62.75%

Color #595F27 in popluar number systems.

HEX 59 5F 27
Decimal 89 95 39
Binary 1011001 1011111 100111
Octal 131 137 47

Shades and tints

Shades of #595F27

#595F27
(89,95,39)
#515724
(81,87,36)
#494F21
(73,79,33)
#41471E
(65,71,30)
#393F1B
(57,63,27)
#313718
(49,55,24)
#292F15
(41,47,21)
#212712
(33,39,18)
#191F0F
(25,31,15)
#11170C
(17,23,12)
#090F09
(9,15,9)
#000000
(0,0,0)

Tints of #595F27

#595F27
(89,95,39)
#686D3A
(104,109,58)
#777B4D
(119,123,77)
#868960
(134,137,96)
#959773
(149,151,115)
#A4A586
(164,165,134)
#B3B399
(179,179,153)
#C2C1AC
(194,193,172)
#D1CFBF
(209,207,191)
#E0DDD2
(224,221,210)
#EFEBE5
(239,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #595F27; }

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

This text font color is #595F27.

Background Color

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

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

This div background color is #595F27.

Border color

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

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

This div border color is #595F27.

Opacity

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

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

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

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

This text has shadow with #595F27 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595F27.

Preview

Color preview on black background

This text has color #595F27 on black background.


Color preview on white background

This text has color #595F27 on white background.


Black color preview on #595F27 background

This text has black color on #595F27 background.


White color preview on #595F27 background

This text has white color on #595F27 background.


Related colors

Complementary color

Complementary color for #hex is #A6A0D8.


I love getcolorcode.com

Triadic colors

1 #27595F and #5F2759 with #595F27 are triadic colors.

2 #275F59 and #5F5927 with #595F27 are triadic colors.