COLOR #581912

HEX: #581912 RGB: (88,25,18)

Color info

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

RGB color model

#581912 color RGB value is (88,25,18).

RGB: (88,25,18) (35%, 10%, 7%)

RGB channels and saturation

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

88
25
18

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

Portions of RGB colors in percentages

R + G + B = 88 + 25 + 18 = 131 (100%)
R 88 of 131 ~ 67.18%
G 25 of 131 ~ 19.08%
B 18 of 131 ~ 13.74'%

%67.18
%19.08
%13.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 71.59%
  • yellow value is 79.55%
  • key color value is 65.49%

CMYK: (0,72,80,65)
C0M72Y80K65 (0%, 72%, 80%, 65%)
(0.00 / 0.72 / 0.80 / 0.65)

CMYK percentages

%0
%71.59
%79.55
%65.49

Codes

Color #581912 in popluar color models

58 19 12
RGB 88 25 18
HSL 66.04% 20.78%
HSB/HSV 79.55% 34.51%
CMYK 0.00% 71.59% 79.55%
65.49%

Color #581912 in popluar number systems.

HEX 58 19 12
Decimal 88 25 18
Binary 1011000 11001 10010
Octal 130 31 22

Shades and tints

Shades of #581912

#581912
(88,25,18)
#501711
(80,23,17)
#481510
(72,21,16)
#40130F
(64,19,15)
#38110E
(56,17,14)
#300F0D
(48,15,13)
#280D0C
(40,13,12)
#200B0B
(32,11,11)
#18090A
(24,9,10)
#100709
(16,7,9)
#080508
(8,5,8)
#000000
(0,0,0)

Tints of #581912

#581912
(88,25,18)
#672D27
(103,45,39)
#76413C
(118,65,60)
#855551
(133,85,81)
#946966
(148,105,102)
#A37D7B
(163,125,123)
#B29190
(178,145,144)
#C1A5A5
(193,165,165)
#D0B9BA
(208,185,186)
#DFCDCF
(223,205,207)
#EEE1E4
(238,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581912; }

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

This text font color is #581912.

Background Color

.myBgColor { background-color: #581912; }

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

This div background color is #581912.

Border color

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

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

This div border color is #581912.

Opacity

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

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

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

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

This text has shadow with #581912 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #581912.

Preview

Color preview on black background

This text has color #581912 on black background.


Color preview on white background

This text has color #581912 on white background.


Black color preview on #581912 background

This text has black color on #581912 background.


White color preview on #581912 background

This text has white color on #581912 background.


Related colors

Complementary color

Complementary color for #hex is #A7E6ED.


I love getcolorcode.com

Triadic colors

1 #125819 and #191258 with #581912 are triadic colors.

2 #121958 and #195812 with #581912 are triadic colors.