COLOR #591933

HEX: #591933
RGB: (89,25,51)

Color info

#591933 contains mainly red and blue colors. Web safe color of #591933 is #660033 (or #603).

RGB color model

#591933 color RGB value is (89,25,51).

  • red value is 89;
  • green value is 25;
  • blue value is 51.
RGB:
(89,25,51)
(35%,10%,20%)

RGB channels and saturation

R 89 of 255 = 35%
G 25 of 255 = 10%
B 51 of 255 = 20%

89
25
51

R + G + B ~ 22%. #591933 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 25 + 51 = 165 (100%)
R 89 of 165 ~ 53.94%
G 25 of 165 ~ 15.15%
B 51 of 165 ~ 30.91%

%53.94
%15.15
%30.91

CMYK color model

#591933 color CMYK value is (0,72,43,65).

  • cyan value is 0.00%
  • magenta value is 71.91%
  • yellow value is 42.70%
  • key color value is 65.10%
CMYK:
(0,72,43,65)
C0M72Y43K65 
(0%,72%,43%,65%)
(0.00/0.72/0.43/0.65)	

CMYK percentages

%0
%71.91
%42.7
%65.1

Codes

Color #591933 in popluar color models

591933
RGB892551
HSL336°56.14%22.35%
HSB/HSV336°71.91%34.90%
CMYK0.00%71.91%42.70%
65.10%

Color #591933 in popluar number systems.

HEX591933
Decimal892551
Binary101100111001110011
Octal1313163

Shades and tints

Shades of #591933

#591933
(89,25,51)
#51172F
(81,23,47)
#49152B
(73,21,43)
#411327
(65,19,39)
#391123
(57,17,35)
#310F1F
(49,15,31)
#290D1B
(41,13,27)
#210B17
(33,11,23)
#190913
(25,9,19)
#11070F
(17,7,15)
#09050B
(9,5,11)
#000000
(0,0,0)

Tints of #591933

#591933
(89,25,51)
#682D45
(104,45,69)
#774157
(119,65,87)
#865569
(134,85,105)
#95697B
(149,105,123)
#A47D8D
(164,125,141)
#B3919F
(179,145,159)
#C2A5B1
(194,165,177)
#D1B9C3
(209,185,195)
#E0CDD5
(224,205,213)
#EFE1E7
(239,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591933 color. Also use rgb(89,25,51) instead hex code.

Text Font Color

.myTextColor { color: #591933; }

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

This text font color is #591933.


Background Color

.myBgColor { background-color: #591933; }

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

This div background color is #591933.


Border color

.myBorderColor { border: 1px solid #591933; }

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

This div border color is #591933.


Opacity

.myOpacity80 { color: #591933; opacity: 0.8; }

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

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

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

This text has shadow with #591933 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591933 on black background.


Color preview on white background

This text has color #591933 on white background.



Black color preview on #591933 background

This text has black color on #591933 background.


White color preview on #591933 background

This text has white color on #591933 background.