COLOR #581E38

HEX: #581E38
RGB: (88,30,56)

Color info

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

RGB color model

#581E38 color RGB value is (88,30,56).

  • red value is 88;
  • green value is 30;
  • blue value is 56.
RGB:
(88,30,56)
(35%,12%,22%)

RGB channels and saturation

R 88 of 255 = 35%
G 30 of 255 = 12%
B 56 of 255 = 22%

88
30
56

R + G + B ~ 23%. #581E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 30 + 56 = 174 (100%)
R 88 of 174 ~ 50.57%
G 30 of 174 ~ 17.24%
B 56 of 174 ~ 32.18%

%50.57
%17.24
%32.18

CMYK color model

#581E38 color CMYK value is (0,66,36,65).

  • cyan value is 0.00%
  • magenta value is 65.91%
  • yellow value is 36.36%
  • key color value is 65.49%
CMYK:
(0,66,36,65)
C0M66Y36K65 
(0%,66%,36%,65%)
(0.00/0.66/0.36/0.65)	

CMYK percentages

%0
%65.91
%36.36
%65.49

Codes

Color #581E38 in popluar color models

581E38
RGB883056
HSL333°49.15%23.14%
HSB/HSV333°65.91%34.51%
CMYK0.00%65.91%36.36%
65.49%

Color #581E38 in popluar number systems.

HEX581E38
Decimal883056
Binary101100011110111000
Octal1303670

Shades and tints

Shades of #581E38

#581E38
(88,30,56)
#501C33
(80,28,51)
#481A2E
(72,26,46)
#401829
(64,24,41)
#381624
(56,22,36)
#30141F
(48,20,31)
#28121A
(40,18,26)
#201015
(32,16,21)
#180E10
(24,14,16)
#100C0B
(16,12,11)
#080A06
(8,10,6)
#000000
(0,0,0)

Tints of #581E38

#581E38
(88,30,56)
#67324A
(103,50,74)
#76465C
(118,70,92)
#855A6E
(133,90,110)
#946E80
(148,110,128)
#A38292
(163,130,146)
#B296A4
(178,150,164)
#C1AAB6
(193,170,182)
#D0BEC8
(208,190,200)
#DFD2DA
(223,210,218)
#EEE6EC
(238,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581E38 color. Also use rgb(88,30,56) instead hex code.

Text Font Color

.myTextColor { color: #581E38; }

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

This text font color is #581E38.


Background Color

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

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

This div background color is #581E38.


Border color

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

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

This div border color is #581E38.


Opacity

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

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

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

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

This text has shadow with #581E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581E38 on black background.


Color preview on white background

This text has color #581E38 on white background.



Black color preview on #581E38 background

This text has black color on #581E38 background.


White color preview on #581E38 background

This text has white color on #581E38 background.