COLOR #59383E

HEX: #59383E
RGB: (89,56,62)

Color info

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

RGB color model

#59383E color RGB value is (89,56,62).

  • red value is 89;
  • green value is 56;
  • blue value is 62.
RGB:
(89,56,62)
(35%,22%,24%)

RGB channels and saturation

R 89 of 255 = 35%
G 56 of 255 = 22%
B 62 of 255 = 24%

89
56
62

R + G + B ~ 27%. #59383E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 56 + 62 = 207 (100%)
R 89 of 207 ~ 43%
G 56 of 207 ~ 27.05%
B 62 of 207 ~ 29.95%

%43
%27.05
%29.95

CMYK color model

#59383E color CMYK value is (0,37,30,65).

  • cyan value is 0.00%
  • magenta value is 37.08%
  • yellow value is 30.34%
  • key color value is 65.10%
CMYK:
(0,37,30,65)
C0M37Y30K65 
(0%,37%,30%,65%)
(0.00/0.37/0.30/0.65)	

CMYK percentages

%0
%37.08
%30.34
%65.1

Codes

Color #59383E in popluar color models

59383E
RGB895662
HSL349°22.76%28.43%
HSB/HSV349°37.08%34.90%
CMYK0.00%37.08%30.34%
65.10%

Color #59383E in popluar number systems.

HEX59383E
Decimal895662
Binary1011001111000111110
Octal1317076

Shades and tints

Shades of #59383E

#59383E
(89,56,62)
#513339
(81,51,57)
#492E34
(73,46,52)
#41292F
(65,41,47)
#39242A
(57,36,42)
#311F25
(49,31,37)
#291A20
(41,26,32)
#21151B
(33,21,27)
#191016
(25,16,22)
#110B11
(17,11,17)
#09060C
(9,6,12)
#000000
(0,0,0)

Tints of #59383E

#59383E
(89,56,62)
#684A4F
(104,74,79)
#775C60
(119,92,96)
#866E71
(134,110,113)
#958082
(149,128,130)
#A49293
(164,146,147)
#B3A4A4
(179,164,164)
#C2B6B5
(194,182,181)
#D1C8C6
(209,200,198)
#E0DAD7
(224,218,215)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59383E color. Also use rgb(89,56,62) instead hex code.

Text Font Color

.myTextColor { color: #59383E; }

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

This text font color is #59383E.


Background Color

.myBgColor { background-color: #59383E; }

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

This div background color is #59383E.


Border color

.myBorderColor { border: 1px solid #59383E; }

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

This div border color is #59383E.


Opacity

.myOpacity80 { color: #59383E; opacity: 0.8; }

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

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

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

This text has shadow with #59383E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59383E on black background.


Color preview on white background

This text has color #59383E on white background.



Black color preview on #59383E background

This text has black color on #59383E background.


White color preview on #59383E background

This text has white color on #59383E background.