COLOR #591C0C

HEX: #591C0C RGB: (89,28,12)

Color info

#591C0C contains mainly red color. Web safe color of #591C0C is #663300 (or #630).

RGB color model

#591C0C color RGB value is (89,28,12).

RGB: (89,28,12) (35%, 11%, 5%)

RGB channels and saturation

R 89 of 255 = 35%
G 28 of 255 = 11%
B 12 of 255 = 5%

89
28
12

R + G + B ~ 17%. #591C0C is dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 28 + 12 = 129 (100%)
R 89 of 129 ~ 68.99%
G 28 of 129 ~ 21.71%
B 12 of 129 ~ 9.3'%

%68.99
%21.71

CMYK color model

#591C0C color CMYK value is (0,69,87,65).

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

CMYK: (0,69,87,65)
C0M69Y87K65 (0%, 69%, 87%, 65%)
(0.00 / 0.69 / 0.87 / 0.65)

CMYK percentages

%0
%68.54
%86.52
%65.1

Codes

Color #591C0C in popluar color models

59 1C 0C
RGB 89 28 12
HSL 12° 76.24% 19.80%
HSB/HSV 12° 86.52% 34.90%
CMYK 0.00% 68.54% 86.52%
65.10%

Color #591C0C in popluar number systems.

HEX 59 1C 0C
Decimal 89 28 12
Binary 1011001 11100 1100
Octal 131 34 14

Shades and tints

Shades of #591C0C

#591C0C
(89,28,12)
#511A0B
(81,26,11)
#49180A
(73,24,10)
#411609
(65,22,9)
#391408
(57,20,8)
#311207
(49,18,7)
#291006
(41,16,6)
#210E05
(33,14,5)
#190C04
(25,12,4)
#110A03
(17,10,3)
#090802
(9,8,2)
#000000
(0,0,0)

Tints of #591C0C

#591C0C
(89,28,12)
#683022
(104,48,34)
#774438
(119,68,56)
#86584E
(134,88,78)
#956C64
(149,108,100)
#A4807A
(164,128,122)
#B39490
(179,148,144)
#C2A8A6
(194,168,166)
#D1BCBC
(209,188,188)
#E0D0D2
(224,208,210)
#EFE4E8
(239,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591C0C color. Also use rgb(89,28,12) instead hex code.

Text Font Color

.myTextColor { color: #591C0C; }

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

This text font color is #591C0C.

Background Color

.myBgColor { background-color: #591C0C; }

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

This div background color is #591C0C.

Border color

.myBorderColor { border: 1px solid #591C0C; }

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

This div border color is #591C0C.

Opacity

.myOpacity80 { color: #591C0C; opacity: 0.8; }

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

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

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

This text has shadow with #591C0C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #591C0C.

Preview

Color preview on black background

This text has color #591C0C on black background.


Color preview on white background

This text has color #591C0C on white background.


Black color preview on #591C0C background

This text has black color on #591C0C background.


White color preview on #591C0C background

This text has white color on #591C0C background.


Related colors

Complementary color

Complementary color for #hex is #A6E3F3.


I love getcolorcode.com

Triadic colors

1 #0C591C and #1C0C59 with #591C0C are triadic colors.

2 #0C1C59 and #1C590C with #591C0C are triadic colors.