COLOR #593B2A

HEX: #593B2A RGB: (89,59,42)

Color info

#593B2A contains red, green and blue colors in about the same proportion. Web safe color of #593B2A is #663333 (or #633).

RGB color model

#593B2A color RGB value is (89,59,42).

RGB: (89,59,42) (35%, 23%, 16%)

RGB channels and saturation

R 89 of 255 = 35%
G 59 of 255 = 23%
B 42 of 255 = 16%

89
59
42

R + G + B ~ 25%. #593B2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 59 + 42 = 190 (100%)
R 89 of 190 ~ 46.84%
G 59 of 190 ~ 31.05%
B 42 of 190 ~ 22.11'%

%46.84
%31.05
%22.11

CMYK color model

#593B2A color CMYK value is (0,34,53,65).

  • cyan value is 0.00%
  • magenta value is 33.71%
  • yellow value is 52.81%
  • key color value is 65.10%
CMYK: (0,34,53,65) C0M34Y53K65 (0%,34%,53%,65%) (0.00/0.34/0.53/0.65) 

CMYK percentages

%0
%33.71
%52.81
%65.1

Codes

Color #593B2A in popluar color models

59 3B 2A
RGB 89 59 42
HSL 22° 35.88% 25.69%
HSB/HSV 22° 52.81% 34.90%
CMYK 0.00% 33.71% 52.81%
65.10%

Color #593B2A in popluar number systems.

HEX 59 3B 2A
Decimal 89 59 42
Binary 1011001 111011 101010
Octal 131 73 52

Shades and tints

Shades of #593B2A

#593B2A
(89,59,42)
#513627
(81,54,39)
#493124
(73,49,36)
#412C21
(65,44,33)
#39271E
(57,39,30)
#31221B
(49,34,27)
#291D18
(41,29,24)
#211815
(33,24,21)
#191312
(25,19,18)
#110E0F
(17,14,15)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #593B2A

#593B2A
(89,59,42)
#684C3D
(104,76,61)
#775D50
(119,93,80)
#866E63
(134,110,99)
#957F76
(149,127,118)
#A49089
(164,144,137)
#B3A19C
(179,161,156)
#C2B2AF
(194,178,175)
#D1C3C2
(209,195,194)
#E0D4D5
(224,212,213)
#EFE5E8
(239,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593B2A color. Also use rgb(89,59,42) instead hex code.

Text Font Color

.myTextColor { color: #593B2A; }

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

This text font color is #593B2A.

Background Color

.myBgColor { background-color: #593B2A; }

<div style="background-color:#593B2A">Inner text</div>

This div background color is #593B2A.

Border color

.myBorderColor { border: 1px solid #593B2A; }

<div style="border:3px solid #593B2A">Div</div>

This div border color is #593B2A.

Opacity

.myOpacity80 { color: #593B2A; opacity: 0.8; }

<p style="color:#593B2A;opacity:0.8;">80%</p>

Text with #593B2A 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 #593B2A;}

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

This text has shadow with #593B2A color.


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

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

This text has shadow with #593B2A primary color and red secondary color.


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

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

This text has shadow with #593B2A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #593B2A.

Preview

Color preview on black background

This text has color #593B2A on black background.


Color preview on white background

This text has color #593B2A on white background.


Black color preview on #593B2A background

This text has black color on #593B2A background.


White color preview on #593B2A background

This text has white color on #593B2A background.


Related colors

Complementary color

Complementary color for #hex is #A6C4D5.


I love getcolorcode.com

Triadic colors

1 #2A593B and #3B2A59 with #593B2A are triadic colors.

2 #2A3B59 and #3B592A with #593B2A are triadic colors.