COLOR #595B1B

HEX: #595B1B RGB: (89,91,27)

Color info

#595B1B contains mainly red and green colors. Web safe color of #595B1B is #666633 (or #663).

RGB color model

#595B1B color RGB value is (89,91,27).

RGB: (89,91,27) (35%, 36%, 11%)

RGB channels and saturation

R 89 of 255 = 35%
G 91 of 255 = 36%
B 27 of 255 = 11%

89
91
27

R + G + B ~ 27%. #595B1B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 91 + 27 = 207 (100%)
R 89 of 207 ~ 43%
G 91 of 207 ~ 43.96%
B 27 of 207 ~ 13.04'%

%43
%43.96
%13.04

CMYK color model

#595B1B color CMYK value is (2,0,70,64).

  • cyan value is 2.20%
  • magenta value is 0.00%
  • yellow value is 70.33%
  • key color value is 64.31%

CMYK: (2,0,70,64)
C2M0Y70K64 (2%, 0%, 70%, 64%)
(0.02 / 0.00 / 0.70 / 0.64)

CMYK percentages

%2.2
%0
%70.33
%64.31

Codes

Color #595B1B in popluar color models

59 5B 1B
RGB 89 91 27
HSL 62° 54.24% 23.14%
HSB/HSV 62° 70.33% 35.69%
CMYK 2.20% 0.00% 70.33%
64.31%

Color #595B1B in popluar number systems.

HEX 59 5B 1B
Decimal 89 91 27
Binary 1011001 1011011 11011
Octal 131 133 33

Shades and tints

Shades of #595B1B

#595B1B
(89,91,27)
#515319
(81,83,25)
#494B17
(73,75,23)
#414315
(65,67,21)
#393B13
(57,59,19)
#313311
(49,51,17)
#292B0F
(41,43,15)
#21230D
(33,35,13)
#191B0B
(25,27,11)
#111309
(17,19,9)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #595B1B

#595B1B
(89,91,27)
#68692F
(104,105,47)
#777743
(119,119,67)
#868557
(134,133,87)
#95936B
(149,147,107)
#A4A17F
(164,161,127)
#B3AF93
(179,175,147)
#C2BDA7
(194,189,167)
#D1CBBB
(209,203,187)
#E0D9CF
(224,217,207)
#EFE7E3
(239,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595B1B color. Also use rgb(89,91,27) instead hex code.

Text Font Color

.myTextColor { color: #595B1B; }

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

This text font color is #595B1B.

Background Color

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

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

This div background color is #595B1B.

Border color

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

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

This div border color is #595B1B.

Opacity

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

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

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

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

This text has shadow with #595B1B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #595B1B.

Preview

Color preview on black background

This text has color #595B1B on black background.


Color preview on white background

This text has color #595B1B on white background.


Black color preview on #595B1B background

This text has black color on #595B1B background.


White color preview on #595B1B background

This text has white color on #595B1B background.


Related colors

Complementary color

Complementary color for #hex is #A6A4E4.


I love getcolorcode.com

Triadic colors

1 #1B595B and #5B1B59 with #595B1B are triadic colors.

2 #1B5B59 and #5B591B with #595B1B are triadic colors.