COLOR #593B30

HEX: #593B30
RGB: (89,59,48)

Color info

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

RGB color model

#593B30 color RGB value is (89,59,48).

  • red value is 89;
  • green value is 59;
  • blue value is 48.
RGB:
(89,59,48)
(35%,23%,19%)

RGB channels and saturation

R 89 of 255 = 35%
G 59 of 255 = 23%
B 48 of 255 = 19%

89
59
48

R + G + B ~ 26%. #593B30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 59 + 48 = 196 (100%)
R 89 of 196 ~ 45.41%
G 59 of 196 ~ 30.1%
B 48 of 196 ~ 24.49%

%45.41
%30.1
%24.49

CMYK color model

#593B30 color CMYK value is (0,34,46,65).

  • cyan value is 0.00%
  • magenta value is 33.71%
  • yellow value is 46.07%
  • key color value is 65.10%
CMYK:
(0,34,46,65)
C0M34Y46K65 
(0%,34%,46%,65%)
(0.00/0.34/0.46/0.65)	

CMYK percentages

%0
%33.71
%46.07
%65.1

Codes

Color #593B30 in popluar color models

593B30
RGB895948
HSL16°29.93%26.86%
HSB/HSV16°46.07%34.90%
CMYK0.00%33.71%46.07%
65.10%

Color #593B30 in popluar number systems.

HEX593B30
Decimal895948
Binary1011001111011110000
Octal1317360

Shades and tints

Shades of #593B30

#593B30
(89,59,48)
#51362C
(81,54,44)
#493128
(73,49,40)
#412C24
(65,44,36)
#392720
(57,39,32)
#31221C
(49,34,28)
#291D18
(41,29,24)
#211814
(33,24,20)
#191310
(25,19,16)
#110E0C
(17,14,12)
#090908
(9,9,8)
#000000
(0,0,0)

Tints of #593B30

#593B30
(89,59,48)
#684C42
(104,76,66)
#775D54
(119,93,84)
#866E66
(134,110,102)
#957F78
(149,127,120)
#A4908A
(164,144,138)
#B3A19C
(179,161,156)
#C2B2AE
(194,178,174)
#D1C3C0
(209,195,192)
#E0D4D2
(224,212,210)
#EFE5E4
(239,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593B30; }

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

This text font color is #593B30.


Background Color

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

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

This div background color is #593B30.


Border color

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

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

This div border color is #593B30.


Opacity

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

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

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

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

This text has shadow with #593B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #593B30 on black background.


Color preview on white background

This text has color #593B30 on white background.



Black color preview on #593B30 background

This text has black color on #593B30 background.


White color preview on #593B30 background

This text has white color on #593B30 background.