COLOR #593D3D

HEX: #593D3D RGB: (89,61,61)

Color info

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

RGB color model

#593D3D color RGB value is (89,61,61).

RGB: (89,61,61) (35%, 24%, 24%)

RGB channels and saturation

R 89 of 255 = 35%
G 61 of 255 = 24%
B 61 of 255 = 24%

89
61
61

R + G + B ~ 28%. #593D3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 61 + 61 = 211 (100%)
R 89 of 211 ~ 42.18%
G 61 of 211 ~ 28.91%
B 61 of 211 ~ 28.91'%

%42.18
%28.91
%28.91

CMYK color model

#593D3D color CMYK value is (0,31,31,65).

  • cyan value is 0.00%
  • magenta value is 31.46%
  • yellow value is 31.46%
  • key color value is 65.10%

CMYK: (0,31,31,65)
C0M31Y31K65 (0%, 31%, 31%, 65%)
(0.00 / 0.31 / 0.31 / 0.65)

CMYK percentages

%0
%31.46
%31.46
%65.1

Codes

Color #593D3D in popluar color models

59 3D 3D
RGB 89 61 61
HSL 18.67% 29.41%
HSB/HSV 31.46% 34.90%
CMYK 0.00% 31.46% 31.46%
65.10%

Color #593D3D in popluar number systems.

HEX 59 3D 3D
Decimal 89 61 61
Binary 1011001 111101 111101
Octal 131 75 75

Shades and tints

Shades of #593D3D

#593D3D
(89,61,61)
#513838
(81,56,56)
#493333
(73,51,51)
#412E2E
(65,46,46)
#392929
(57,41,41)
#312424
(49,36,36)
#291F1F
(41,31,31)
#211A1A
(33,26,26)
#191515
(25,21,21)
#111010
(17,16,16)
#090B0B
(9,11,11)
#000000
(0,0,0)

Tints of #593D3D

#593D3D
(89,61,61)
#684E4E
(104,78,78)
#775F5F
(119,95,95)
#867070
(134,112,112)
#958181
(149,129,129)
#A49292
(164,146,146)
#B3A3A3
(179,163,163)
#C2B4B4
(194,180,180)
#D1C5C5
(209,197,197)
#E0D6D6
(224,214,214)
#EFE7E7
(239,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593D3D; }

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

This text font color is #593D3D.

Background Color

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

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

This div background color is #593D3D.

Border color

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

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

This div border color is #593D3D.

Opacity

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

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

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

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

This text has shadow with #593D3D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #593D3D.

Preview

Color preview on black background

This text has color #593D3D on black background.


Color preview on white background

This text has color #593D3D on white background.


Black color preview on #593D3D background

This text has black color on #593D3D background.


White color preview on #593D3D background

This text has white color on #593D3D background.


Related colors

Complementary color

Complementary color for #hex is #A6C2C2.


I love getcolorcode.com