COLOR #581D2E

HEX: #581D2E RGB: (88,29,46)

Color info

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

RGB color model

#581D2E color RGB value is (88,29,46).

RGB: (88,29,46) (35%, 11%, 18%)

RGB channels and saturation

R 88 of 255 = 35%
G 29 of 255 = 11%
B 46 of 255 = 18%

88
29
46

R + G + B ~ 21%. #581D2E is dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 29 + 46 = 163 (100%)
R 88 of 163 ~ 53.99%
G 29 of 163 ~ 17.79%
B 46 of 163 ~ 28.22'%

%53.99
%17.79
%28.22

CMYK color model

#581D2E color CMYK value is (0,67,48,65).

  • cyan value is 0.00%
  • magenta value is 67.05%
  • yellow value is 47.73%
  • key color value is 65.49%

CMYK: (0,67,48,65)
C0M67Y48K65 (0%, 67%, 48%, 65%)
(0.00 / 0.67 / 0.48 / 0.65)

CMYK percentages

%0
%67.05
%47.73
%65.49

Codes

Color #581D2E in popluar color models

58 1D 2E
RGB 88 29 46
HSL 343° 50.43% 22.94%
HSB/HSV 343° 67.05% 34.51%
CMYK 0.00% 67.05% 47.73%
65.49%

Color #581D2E in popluar number systems.

HEX 58 1D 2E
Decimal 88 29 46
Binary 1011000 11101 101110
Octal 130 35 56

Shades and tints

Shades of #581D2E

#581D2E
(88,29,46)
#501B2A
(80,27,42)
#481926
(72,25,38)
#401722
(64,23,34)
#38151E
(56,21,30)
#30131A
(48,19,26)
#281116
(40,17,22)
#200F12
(32,15,18)
#180D0E
(24,13,14)
#100B0A
(16,11,10)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #581D2E

#581D2E
(88,29,46)
#673141
(103,49,65)
#764554
(118,69,84)
#855967
(133,89,103)
#946D7A
(148,109,122)
#A3818D
(163,129,141)
#B295A0
(178,149,160)
#C1A9B3
(193,169,179)
#D0BDC6
(208,189,198)
#DFD1D9
(223,209,217)
#EEE5EC
(238,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581D2E; }

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

This text font color is #581D2E.

Background Color

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

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

This div background color is #581D2E.

Border color

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

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

This div border color is #581D2E.

Opacity

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

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

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

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

This text has shadow with #581D2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #581D2E.

Preview

Color preview on black background

This text has color #581D2E on black background.


Color preview on white background

This text has color #581D2E on white background.


Black color preview on #581D2E background

This text has black color on #581D2E background.


White color preview on #581D2E background

This text has white color on #581D2E background.


Related colors

Complementary color

Complementary color for #hex is #A7E2D1.


I love getcolorcode.com

Triadic colors

1 #2E581D and #1D2E58 with #581D2E are triadic colors.

2 #2E1D58 and #1D582E with #581D2E are triadic colors.