COLOR #593512

HEX: #593512 RGB: (89,53,18)

Color info

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

RGB color model

#593512 color RGB value is (89,53,18).

RGB: (89,53,18) (35%, 21%, 7%)

RGB channels and saturation

R 89 of 255 = 35%
G 53 of 255 = 21%
B 18 of 255 = 7%

89
53
18

R + G + B ~ 21%. #593512 is dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 53 + 18 = 160 (100%)
R 89 of 160 ~ 55.63%
G 53 of 160 ~ 33.13%
B 18 of 160 ~ 11.25'%

%55.63
%33.13
%11.25

CMYK color model

#593512 color CMYK value is (0,40,80,65).

  • cyan value is 0.00%
  • magenta value is 40.45%
  • yellow value is 79.78%
  • key color value is 65.10%

CMYK: (0,40,80,65)
C0M40Y80K65 (0%, 40%, 80%, 65%)
(0.00 / 0.40 / 0.80 / 0.65)

CMYK percentages

%0
%40.45
%79.78
%65.1

Codes

Color #593512 in popluar color models

59 35 12
RGB 89 53 18
HSL 30° 66.36% 20.98%
HSB/HSV 30° 79.78% 34.90%
CMYK 0.00% 40.45% 79.78%
65.10%

Color #593512 in popluar number systems.

HEX 59 35 12
Decimal 89 53 18
Binary 1011001 110101 10010
Octal 131 65 22

Shades and tints

Shades of #593512

#593512
(89,53,18)
#513111
(81,49,17)
#492D10
(73,45,16)
#41290F
(65,41,15)
#39250E
(57,37,14)
#31210D
(49,33,13)
#291D0C
(41,29,12)
#21190B
(33,25,11)
#19150A
(25,21,10)
#111109
(17,17,9)
#090D08
(9,13,8)
#000000
(0,0,0)

Tints of #593512

#593512
(89,53,18)
#684727
(104,71,39)
#77593C
(119,89,60)
#866B51
(134,107,81)
#957D66
(149,125,102)
#A48F7B
(164,143,123)
#B3A190
(179,161,144)
#C2B3A5
(194,179,165)
#D1C5BA
(209,197,186)
#E0D7CF
(224,215,207)
#EFE9E4
(239,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593512 color. Also use rgb(89,53,18) instead hex code.

Text Font Color

.myTextColor { color: #593512; }

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

This text font color is #593512.

Background Color

.myBgColor { background-color: #593512; }

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

This div background color is #593512.

Border color

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

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

This div border color is #593512.

Opacity

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

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

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

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

This text has shadow with #593512 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #593512.

Preview

Color preview on black background

This text has color #593512 on black background.


Color preview on white background

This text has color #593512 on white background.


Black color preview on #593512 background

This text has black color on #593512 background.


White color preview on #593512 background

This text has white color on #593512 background.


Related colors

Complementary color

Complementary color for #hex is #A6CAED.


I love getcolorcode.com

Triadic colors

1 #125935 and #351259 with #593512 are triadic colors.

2 #123559 and #355912 with #593512 are triadic colors.