COLOR #591C0A

HEX: #591C0A
RGB: (89,28,10)

Color info

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

RGB color model

#591C0A color RGB value is (89,28,10).

  • red value is 89;
  • green value is 28;
  • blue value is 10.
RGB:
(89,28,10)
(35%,11%,4%)

RGB channels and saturation

R 89 of 255 = 35%
G 28 of 255 = 11%
B 10 of 255 = 4%

89
28
10

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

Portions of RGB colors in percentages

R + G + B =
89 + 28 + 10 = 127 (100%)
R 89 of 127 ~ 70.08%
G 28 of 127 ~ 22.05%
B 10 of 127 ~ 7.87%

%70.08
%22.05

CMYK color model

#591C0A color CMYK value is (0,69,89,65).

  • cyan value is 0.00%
  • magenta value is 68.54%
  • yellow value is 88.76%
  • key color value is 65.10%
CMYK:
(0,69,89,65)
C0M69Y89K65 
(0%,69%,89%,65%)
(0.00/0.69/0.89/0.65)	

CMYK percentages

%0
%68.54
%88.76
%65.1

Codes

Color #591C0A in popluar color models

591C0A
RGB892810
HSL14°79.80%19.41%
HSB/HSV14°88.76%34.90%
CMYK0.00%68.54%88.76%
65.10%

Color #591C0A in popluar number systems.

HEX591C0A
Decimal892810
Binary1011001111001010
Octal1313412

Shades and tints

Shades of #591C0A

#591C0A
(89,28,10)
#511A0A
(81,26,10)
#49180A
(73,24,10)
#41160A
(65,22,10)
#39140A
(57,20,10)
#31120A
(49,18,10)
#29100A
(41,16,10)
#210E0A
(33,14,10)
#190C0A
(25,12,10)
#110A0A
(17,10,10)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #591C0A

#591C0A
(89,28,10)
#683020
(104,48,32)
#774436
(119,68,54)
#86584C
(134,88,76)
#956C62
(149,108,98)
#A48078
(164,128,120)
#B3948E
(179,148,142)
#C2A8A4
(194,168,164)
#D1BCBA
(209,188,186)
#E0D0D0
(224,208,208)
#EFE4E6
(239,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #591C0A; }

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

This text font color is #591C0A.


Background Color

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

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

This div background color is #591C0A.


Border color

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

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

This div border color is #591C0A.


Opacity

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

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

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

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

This text has shadow with #591C0A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591C0A on black background.


Color preview on white background

This text has color #591C0A on white background.



Black color preview on #591C0A background

This text has black color on #591C0A background.


White color preview on #591C0A background

This text has white color on #591C0A background.