COLOR #593F3D

HEX: #593F3D
RGB: (89,63,61)

Color info

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

RGB color model

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

  • red value is 89;
  • green value is 63;
  • blue value is 61.
RGB:
(89,63,61)
(35%,25%,24%)

RGB channels and saturation

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

89
63
61

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

Portions of RGB colors in percentages

R + G + B =
89 + 63 + 61 = 213 (100%)
R 89 of 213 ~ 41.78%
G 63 of 213 ~ 29.58%
B 61 of 213 ~ 28.64%

%41.78
%29.58
%28.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.21%
  • yellow value is 31.46%
  • key color value is 65.10%
CMYK:
(0,29,31,65)
C0M29Y31K65 
(0%,29%,31%,65%)
(0.00/0.29/0.31/0.65)	

CMYK percentages

%0
%29.21
%31.46
%65.1

Codes

Color #593F3D in popluar color models

593F3D
RGB896361
HSL18.67%29.41%
HSB/HSV31.46%34.90%
CMYK0.00%29.21%31.46%
65.10%

Color #593F3D in popluar number systems.

HEX593F3D
Decimal896361
Binary1011001111111111101
Octal1317775

Shades and tints

Shades of #593F3D

#593F3D
(89,63,61)
#513A38
(81,58,56)
#493533
(73,53,51)
#41302E
(65,48,46)
#392B29
(57,43,41)
#312624
(49,38,36)
#29211F
(41,33,31)
#211C1A
(33,28,26)
#191715
(25,23,21)
#111210
(17,18,16)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #593F3D

#593F3D
(89,63,61)
#68504E
(104,80,78)
#77615F
(119,97,95)
#867270
(134,114,112)
#958381
(149,131,129)
#A49492
(164,148,146)
#B3A5A3
(179,165,163)
#C2B6B4
(194,182,180)
#D1C7C5
(209,199,197)
#E0D8D6
(224,216,214)
#EFE9E7
(239,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593F3D; }

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

This text font color is #593F3D.


Background Color

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

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

This div background color is #593F3D.


Border color

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

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

This div border color is #593F3D.


Opacity

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

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

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

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

This text has shadow with #593F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593F3D on black background.


Color preview on white background

This text has color #593F3D on white background.



Black color preview on #593F3D background

This text has black color on #593F3D background.


White color preview on #593F3D background

This text has white color on #593F3D background.