COLOR #595C26

HEX: #595C26
RGB: (89,92,38)

Color info

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

RGB color model

#595C26 color RGB value is (89,92,38).

  • red value is 89;
  • green value is 92;
  • blue value is 38.
RGB:
(89,92,38)
(35%,36%,15%)

RGB channels and saturation

R 89 of 255 = 35%
G 92 of 255 = 36%
B 38 of 255 = 15%

89
92
38

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

Portions of RGB colors in percentages

R + G + B =
89 + 92 + 38 = 219 (100%)
R 89 of 219 ~ 40.64%
G 92 of 219 ~ 42.01%
B 38 of 219 ~ 17.35%

%40.64
%42.01
%17.35

CMYK color model

#595C26 color CMYK value is (3,0,59,64).

  • cyan value is 3.26%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 63.92%
CMYK:
(3,0,59,64)
C3M0Y59K64 
(3%,0%,59%,64%)
(0.03/0.00/0.59/0.64)	

CMYK percentages

%3.26
%0
%58.7
%63.92

Codes

Color #595C26 in popluar color models

595C26
RGB899238
HSL63°41.54%25.49%
HSB/HSV63°58.70%36.08%
CMYK3.26%0.00%58.70%
63.92%

Color #595C26 in popluar number systems.

HEX595C26
Decimal899238
Binary10110011011100100110
Octal13113446

Shades and tints

Shades of #595C26

#595C26
(89,92,38)
#515423
(81,84,35)
#494C20
(73,76,32)
#41441D
(65,68,29)
#393C1A
(57,60,26)
#313417
(49,52,23)
#292C14
(41,44,20)
#212411
(33,36,17)
#191C0E
(25,28,14)
#11140B
(17,20,11)
#090C08
(9,12,8)
#000000
(0,0,0)

Tints of #595C26

#595C26
(89,92,38)
#686A39
(104,106,57)
#77784C
(119,120,76)
#86865F
(134,134,95)
#959472
(149,148,114)
#A4A285
(164,162,133)
#B3B098
(179,176,152)
#C2BEAB
(194,190,171)
#D1CCBE
(209,204,190)
#E0DAD1
(224,218,209)
#EFE8E4
(239,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #595C26 color. Also use rgb(89,92,38) instead hex code.

Text Font Color

.myTextColor { color: #595C26; }

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

This text font color is #595C26.


Background Color

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

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

This div background color is #595C26.


Border color

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

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

This div border color is #595C26.


Opacity

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

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

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

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

This text has shadow with #595C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #595C26 on black background.


Color preview on white background

This text has color #595C26 on white background.



Black color preview on #595C26 background

This text has black color on #595C26 background.


White color preview on #595C26 background

This text has white color on #595C26 background.