COLOR #593E0C

HEX: #593E0C RGB: (89,62,12)

Color info

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

RGB color model

#593E0C color RGB value is (89,62,12).

RGB: (89,62,12) (35%, 24%, 5%)

RGB channels and saturation

R 89 of 255 = 35%
G 62 of 255 = 24%
B 12 of 255 = 5%

89
62
12

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

Portions of RGB colors in percentages

R + G + B = 89 + 62 + 12 = 163 (100%)
R 89 of 163 ~ 54.6%
G 62 of 163 ~ 38.04%
B 12 of 163 ~ 7.36'%

%54.6
%38.04

CMYK color model

#593E0C color CMYK value is (0,30,87,65).

  • cyan value is 0.00%
  • magenta value is 30.34%
  • yellow value is 86.52%
  • key color value is 65.10%

CMYK: (0,30,87,65)
C0M30Y87K65 (0%, 30%, 87%, 65%)
(0.00 / 0.30 / 0.87 / 0.65)

CMYK percentages

%0
%30.34
%86.52
%65.1

Codes

Color #593E0C in popluar color models

59 3E 0C
RGB 89 62 12
HSL 39° 76.24% 19.80%
HSB/HSV 39° 86.52% 34.90%
CMYK 0.00% 30.34% 86.52%
65.10%

Color #593E0C in popluar number systems.

HEX 59 3E 0C
Decimal 89 62 12
Binary 1011001 111110 1100
Octal 131 76 14

Shades and tints

Shades of #593E0C

#593E0C
(89,62,12)
#51390B
(81,57,11)
#49340A
(73,52,10)
#412F09
(65,47,9)
#392A08
(57,42,8)
#312507
(49,37,7)
#292006
(41,32,6)
#211B05
(33,27,5)
#191604
(25,22,4)
#111103
(17,17,3)
#090C02
(9,12,2)
#000000
(0,0,0)

Tints of #593E0C

#593E0C
(89,62,12)
#684F22
(104,79,34)
#776038
(119,96,56)
#86714E
(134,113,78)
#958264
(149,130,100)
#A4937A
(164,147,122)
#B3A490
(179,164,144)
#C2B5A6
(194,181,166)
#D1C6BC
(209,198,188)
#E0D7D2
(224,215,210)
#EFE8E8
(239,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #593E0C color. Also use rgb(89,62,12) instead hex code.

Text Font Color

.myTextColor { color: #593E0C; }

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

This text font color is #593E0C.

Background Color

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

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

This div background color is #593E0C.

Border color

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

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

This div border color is #593E0C.

Opacity

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

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

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

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

This text has shadow with #593E0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #593E0C.

Preview

Color preview on black background

This text has color #593E0C on black background.


Color preview on white background

This text has color #593E0C on white background.


Black color preview on #593E0C background

This text has black color on #593E0C background.


White color preview on #593E0C background

This text has white color on #593E0C background.


Related colors

Complementary color

Complementary color for #hex is #A6C1F3.


I love getcolorcode.com

Triadic colors

1 #0C593E and #3E0C59 with #593E0C are triadic colors.

2 #0C3E59 and #3E590C with #593E0C are triadic colors.