COLOR #593133

HEX: #593133
RGB: (89,49,51)

Color info

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

RGB color model

#593133 color RGB value is (89,49,51).

  • red value is 89;
  • green value is 49;
  • blue value is 51.
RGB:
(89,49,51)
(35%,19%,20%)

RGB channels and saturation

R 89 of 255 = 35%
G 49 of 255 = 19%
B 51 of 255 = 20%

89
49
51

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

Portions of RGB colors in percentages

R + G + B =
89 + 49 + 51 = 189 (100%)
R 89 of 189 ~ 47.09%
G 49 of 189 ~ 25.93%
B 51 of 189 ~ 26.98%

%47.09
%25.93
%26.98

CMYK color model

#593133 color CMYK value is (0,45,43,65).

  • cyan value is 0.00%
  • magenta value is 44.94%
  • yellow value is 42.70%
  • key color value is 65.10%
CMYK:
(0,45,43,65)
C0M45Y43K65 
(0%,45%,43%,65%)
(0.00/0.45/0.43/0.65)	

CMYK percentages

%0
%44.94
%42.7
%65.1

Codes

Color #593133 in popluar color models

593133
RGB894951
HSL357°28.99%27.06%
HSB/HSV357°44.94%34.90%
CMYK0.00%44.94%42.70%
65.10%

Color #593133 in popluar number systems.

HEX593133
Decimal894951
Binary1011001110001110011
Octal1316163

Shades and tints

Shades of #593133

#593133
(89,49,51)
#512D2F
(81,45,47)
#49292B
(73,41,43)
#412527
(65,37,39)
#392123
(57,33,35)
#311D1F
(49,29,31)
#29191B
(41,25,27)
#211517
(33,21,23)
#191113
(25,17,19)
#110D0F
(17,13,15)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #593133

#593133
(89,49,51)
#684345
(104,67,69)
#775557
(119,85,87)
#866769
(134,103,105)
#95797B
(149,121,123)
#A48B8D
(164,139,141)
#B39D9F
(179,157,159)
#C2AFB1
(194,175,177)
#D1C1C3
(209,193,195)
#E0D3D5
(224,211,213)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593133 color. Also use rgb(89,49,51) instead hex code.

Text Font Color

.myTextColor { color: #593133; }

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

This text font color is #593133.


Background Color

.myBgColor { background-color: #593133; }

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

This div background color is #593133.


Border color

.myBorderColor { border: 1px solid #593133; }

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

This div border color is #593133.


Opacity

.myOpacity80 { color: #593133; opacity: 0.8; }

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

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

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

This text has shadow with #593133 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593133 on black background.


Color preview on white background

This text has color #593133 on white background.



Black color preview on #593133 background

This text has black color on #593133 background.


White color preview on #593133 background

This text has white color on #593133 background.