COLOR #581D4D

HEX: #581D4D
RGB: (88,29,77)

Color info

#581D4D contains red, green and blue colors in about the same proportion. Web safe color of #581D4D is #663333 (or #633).

RGB color model

#581D4D color RGB value is (88,29,77).

  • red value is 88;
  • green value is 29;
  • blue value is 77.
RGB:
(88,29,77)
(35%,11%,30%)

RGB channels and saturation

R 88 of 255 = 35%
G 29 of 255 = 11%
B 77 of 255 = 30%

88
29
77

R + G + B ~ 25%. #581D4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 29 + 77 = 194 (100%)
R 88 of 194 ~ 45.36%
G 29 of 194 ~ 14.95%
B 77 of 194 ~ 39.69%

%45.36
%14.95
%39.69

CMYK color model

#581D4D color CMYK value is (0,67,13,65).

  • cyan value is 0.00%
  • magenta value is 67.05%
  • yellow value is 12.50%
  • key color value is 65.49%
CMYK:
(0,67,13,65)
C0M67Y13K65 
(0%,67%,13%,65%)
(0.00/0.67/0.13/0.65)	

CMYK percentages

%0
%67.05
%12.5
%65.49

Codes

Color #581D4D in popluar color models

581D4D
RGB882977
HSL311°50.43%22.94%
HSB/HSV311°67.05%34.51%
CMYK0.00%67.05%12.50%
65.49%

Color #581D4D in popluar number systems.

HEX581D4D
Decimal882977
Binary1011000111011001101
Octal13035115

Shades and tints

Shades of #581D4D

#581D4D
(88,29,77)
#501B46
(80,27,70)
#48193F
(72,25,63)
#401738
(64,23,56)
#381531
(56,21,49)
#30132A
(48,19,42)
#281123
(40,17,35)
#200F1C
(32,15,28)
#180D15
(24,13,21)
#100B0E
(16,11,14)
#080907
(8,9,7)
#000000
(0,0,0)

Tints of #581D4D

#581D4D
(88,29,77)
#67315D
(103,49,93)
#76456D
(118,69,109)
#85597D
(133,89,125)
#946D8D
(148,109,141)
#A3819D
(163,129,157)
#B295AD
(178,149,173)
#C1A9BD
(193,169,189)
#D0BDCD
(208,189,205)
#DFD1DD
(223,209,221)
#EEE5ED
(238,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581D4D color. Also use rgb(88,29,77) instead hex code.

Text Font Color

.myTextColor { color: #581D4D; }

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

This text font color is #581D4D.


Background Color

.myBgColor { background-color: #581D4D; }

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

This div background color is #581D4D.


Border color

.myBorderColor { border: 1px solid #581D4D; }

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

This div border color is #581D4D.


Opacity

.myOpacity80 { color: #581D4D; opacity: 0.8; }

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

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

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

This text has shadow with #581D4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581D4D on black background.


Color preview on white background

This text has color #581D4D on white background.



Black color preview on #581D4D background

This text has black color on #581D4D background.


White color preview on #581D4D background

This text has white color on #581D4D background.