COLOR #59380C

HEX: #59380C
RGB: (89,56,12)

Color info

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

RGB color model

#59380C color RGB value is (89,56,12).

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

RGB channels and saturation

R 89 of 255 = 35%
G 56 of 255 = 22%
B 12 of 255 = 5%

89
56
12

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

Portions of RGB colors in percentages

R + G + B =
89 + 56 + 12 = 157 (100%)
R 89 of 157 ~ 56.69%
G 56 of 157 ~ 35.67%
B 12 of 157 ~ 7.64%

%56.69
%35.67

CMYK color model

#59380C color CMYK value is (0,37,87,65).

  • cyan value is 0.00%
  • magenta value is 37.08%
  • yellow value is 86.52%
  • key color value is 65.10%
CMYK:
(0,37,87,65)
C0M37Y87K65 
(0%,37%,87%,65%)
(0.00/0.37/0.87/0.65)	

CMYK percentages

%0
%37.08
%86.52
%65.1

Codes

Color #59380C in popluar color models

59380C
RGB895612
HSL34°76.24%19.80%
HSB/HSV34°86.52%34.90%
CMYK0.00%37.08%86.52%
65.10%

Color #59380C in popluar number systems.

HEX59380C
Decimal895612
Binary10110011110001100
Octal1317014

Shades and tints

Shades of #59380C

#59380C
(89,56,12)
#51330B
(81,51,11)
#492E0A
(73,46,10)
#412909
(65,41,9)
#392408
(57,36,8)
#311F07
(49,31,7)
#291A06
(41,26,6)
#211505
(33,21,5)
#191004
(25,16,4)
#110B03
(17,11,3)
#090602
(9,6,2)
#000000
(0,0,0)

Tints of #59380C

#59380C
(89,56,12)
#684A22
(104,74,34)
#775C38
(119,92,56)
#866E4E
(134,110,78)
#958064
(149,128,100)
#A4927A
(164,146,122)
#B3A490
(179,164,144)
#C2B6A6
(194,182,166)
#D1C8BC
(209,200,188)
#E0DAD2
(224,218,210)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59380C color. Also use rgb(89,56,12) instead hex code.

Text Font Color

.myTextColor { color: #59380C; }

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

This text font color is #59380C.


Background Color

.myBgColor { background-color: #59380C; }

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

This div background color is #59380C.


Border color

.myBorderColor { border: 1px solid #59380C; }

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

This div border color is #59380C.


Opacity

.myOpacity80 { color: #59380C; opacity: 0.8; }

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

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

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

This text has shadow with #59380C color.

.textShadow {text-shadow: 3px 3px 1px #59380C, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59380C on black background.


Color preview on white background

This text has color #59380C on white background.



Black color preview on #59380C background

This text has black color on #59380C background.


White color preview on #59380C background

This text has white color on #59380C background.