COLOR #593101

HEX: #593101 RGB: (89,49,1)

Color info

#593101 contains mainly red and green colors. Web safe color of #593101 is #663300 (or #630).

RGB color model

#593101 color RGB value is (89,49,1).

RGB: (89,49,1) (35%, 19%, 0%)

RGB channels and saturation

R 89 of 255 = 35%
G 49 of 255 = 19%
B 1 of 255 = 0%

89
49
1

R + G + B ~ 18%. #593101 is dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 49 + 1 = 139 (100%)
R 89 of 139 ~ 64.03%
G 49 of 139 ~ 35.25%
B 1 of 139 ~ 0.72'%

%64.03
%35.25

CMYK color model

#593101 color CMYK value is (0,45,99,65).

  • cyan value is 0.00%
  • magenta value is 44.94%
  • yellow value is 98.88%
  • key color value is 65.10%

CMYK: (0,45,99,65)
C0M45Y99K65 (0%, 45%, 99%, 65%)
(0.00 / 0.45 / 0.99 / 0.65)

CMYK percentages

%0
%44.94
%98.88
%65.1

Codes

Color #593101 in popluar color models

59 31 01
RGB 89 49 1
HSL 33° 97.78% 17.65%
HSB/HSV 33° 98.88% 34.90%
CMYK 0.00% 44.94% 98.88%
65.10%

Color #593101 in popluar number systems.

HEX 59 31 01
Decimal 89 49 1
Binary 1011001 110001 1
Octal 131 61 1

Shades and tints

Shades of #593101

#593101
(89,49,1)
#512D01
(81,45,1)
#492901
(73,41,1)
#412501
(65,37,1)
#392101
(57,33,1)
#311D01
(49,29,1)
#291901
(41,25,1)
#211501
(33,21,1)
#191101
(25,17,1)
#110D01
(17,13,1)
#090901
(9,9,1)
#000000
(0,0,0)

Tints of #593101

#593101
(89,49,1)
#684318
(104,67,24)
#77552F
(119,85,47)
#866746
(134,103,70)
#95795D
(149,121,93)
#A48B74
(164,139,116)
#B39D8B
(179,157,139)
#C2AFA2
(194,175,162)
#D1C1B9
(209,193,185)
#E0D3D0
(224,211,208)
#EFE5E7
(239,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #593101; }

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

This text font color is #593101.

Background Color

.myBgColor { background-color: #593101; }

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

This div background color is #593101.

Border color

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

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

This div border color is #593101.

Opacity

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

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

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

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

This text has shadow with #593101 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #593101.

Preview

Color preview on black background

This text has color #593101 on black background.


Color preview on white background

This text has color #593101 on white background.


Black color preview on #593101 background

This text has black color on #593101 background.


White color preview on #593101 background

This text has white color on #593101 background.


Related colors

Complementary color

Complementary color for #hex is #A6CEFE.


I love getcolorcode.com

Triadic colors

1 #015931 and #310159 with #593101 are triadic colors.

2 #013159 and #315901 with #593101 are triadic colors.