COLOR #581919

HEX: #581919
RGB: (88,25,25)

Color info

#581919 contains mainly red color. Web safe color of #581919 is #660000 (or #600).

RGB color model

#581919 color RGB value is (88,25,25).

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

RGB channels and saturation

R 88 of 255 = 35%
G 25 of 255 = 10%
B 25 of 255 = 10%

88
25
25

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

Portions of RGB colors in percentages

R + G + B =
88 + 25 + 25 = 138 (100%)
R 88 of 138 ~ 63.77%
G 25 of 138 ~ 18.12%
B 25 of 138 ~ 18.12%

%63.77
%18.12
%18.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 71.59%
  • yellow value is 71.59%
  • key color value is 65.49%
CMYK:
(0,72,72,65)
C0M72Y72K65 
(0%,72%,72%,65%)
(0.00/0.72/0.72/0.65)	

CMYK percentages

%0
%71.59
%71.59
%65.49

Codes

Color #581919 in popluar color models

581919
RGB882525
HSL55.75%22.16%
HSB/HSV71.59%34.51%
CMYK0.00%71.59%71.59%
65.49%

Color #581919 in popluar number systems.

HEX581919
Decimal882525
Binary10110001100111001
Octal1303131

Shades and tints

Shades of #581919

#581919
(88,25,25)
#501717
(80,23,23)
#481515
(72,21,21)
#401313
(64,19,19)
#381111
(56,17,17)
#300F0F
(48,15,15)
#280D0D
(40,13,13)
#200B0B
(32,11,11)
#180909
(24,9,9)
#100707
(16,7,7)
#080505
(8,5,5)
#000000
(0,0,0)

Tints of #581919

#581919
(88,25,25)
#672D2D
(103,45,45)
#764141
(118,65,65)
#855555
(133,85,85)
#946969
(148,105,105)
#A37D7D
(163,125,125)
#B29191
(178,145,145)
#C1A5A5
(193,165,165)
#D0B9B9
(208,185,185)
#DFCDCD
(223,205,205)
#EEE1E1
(238,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581919; }

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

This text font color is #581919.


Background Color

.myBgColor { background-color: #581919; }

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

This div background color is #581919.


Border color

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

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

This div border color is #581919.


Opacity

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

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

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

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

This text has shadow with #581919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581919 on black background.


Color preview on white background

This text has color #581919 on white background.



Black color preview on #581919 background

This text has black color on #581919 background.


White color preview on #581919 background

This text has white color on #581919 background.