COLOR #591F0F

HEX: #591F0F
RGB: (89,31,15)

Color info

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

RGB color model

#591F0F color RGB value is (89,31,15).

  • red value is 89;
  • green value is 31;
  • blue value is 15.
RGB:
(89,31,15)
(35%,12%,6%)

RGB channels and saturation

R 89 of 255 = 35%
G 31 of 255 = 12%
B 15 of 255 = 6%

89
31
15

R + G + B ~ 18%. #591F0F is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 31 + 15 = 135 (100%)
R 89 of 135 ~ 65.93%
G 31 of 135 ~ 22.96%
B 15 of 135 ~ 11.11%

%65.93
%22.96
%11.11

CMYK color model

#591F0F color CMYK value is (0,65,83,65).

  • cyan value is 0.00%
  • magenta value is 65.17%
  • yellow value is 83.15%
  • key color value is 65.10%
CMYK:
(0,65,83,65)
C0M65Y83K65 
(0%,65%,83%,65%)
(0.00/0.65/0.83/0.65)	

CMYK percentages

%0
%65.17
%83.15
%65.1

Codes

Color #591F0F in popluar color models

591F0F
RGB893115
HSL13°71.15%20.39%
HSB/HSV13°83.15%34.90%
CMYK0.00%65.17%83.15%
65.10%

Color #591F0F in popluar number systems.

HEX591F0F
Decimal893115
Binary1011001111111111
Octal1313717

Shades and tints

Shades of #591F0F

#591F0F
(89,31,15)
#511D0E
(81,29,14)
#491B0D
(73,27,13)
#41190C
(65,25,12)
#39170B
(57,23,11)
#31150A
(49,21,10)
#291309
(41,19,9)
#211108
(33,17,8)
#190F07
(25,15,7)
#110D06
(17,13,6)
#090B05
(9,11,5)
#000000
(0,0,0)

Tints of #591F0F

#591F0F
(89,31,15)
#683324
(104,51,36)
#774739
(119,71,57)
#865B4E
(134,91,78)
#956F63
(149,111,99)
#A48378
(164,131,120)
#B3978D
(179,151,141)
#C2ABA2
(194,171,162)
#D1BFB7
(209,191,183)
#E0D3CC
(224,211,204)
#EFE7E1
(239,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591F0F color. Also use rgb(89,31,15) instead hex code.

Text Font Color

.myTextColor { color: #591F0F; }

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

This text font color is #591F0F.


Background Color

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

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

This div background color is #591F0F.


Border color

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

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

This div border color is #591F0F.


Opacity

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

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

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

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

This text has shadow with #591F0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591F0F on black background.


Color preview on white background

This text has color #591F0F on white background.



Black color preview on #591F0F background

This text has black color on #591F0F background.


White color preview on #591F0F background

This text has white color on #591F0F background.