COLOR #581C38

HEX: #581C38
RGB: (88,28,56)

Color info

#581C38 contains mainly red and blue colors. Web safe color of #581C38 is #663333 (or #633).

RGB color model

#581C38 color RGB value is (88,28,56).

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

RGB channels and saturation

R 88 of 255 = 35%
G 28 of 255 = 11%
B 56 of 255 = 22%

88
28
56

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

Portions of RGB colors in percentages

R + G + B =
88 + 28 + 56 = 172 (100%)
R 88 of 172 ~ 51.16%
G 28 of 172 ~ 16.28%
B 56 of 172 ~ 32.56%

%51.16
%16.28
%32.56

CMYK color model

#581C38 color CMYK value is (0,68,36,65).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 36.36%
  • key color value is 65.49%
CMYK:
(0,68,36,65)
C0M68Y36K65 
(0%,68%,36%,65%)
(0.00/0.68/0.36/0.65)	

CMYK percentages

%0
%68.18
%36.36
%65.49

Codes

Color #581C38 in popluar color models

581C38
RGB882856
HSL332°51.72%22.75%
HSB/HSV332°68.18%34.51%
CMYK0.00%68.18%36.36%
65.49%

Color #581C38 in popluar number systems.

HEX581C38
Decimal882856
Binary101100011100111000
Octal1303470

Shades and tints

Shades of #581C38

#581C38
(88,28,56)
#501A33
(80,26,51)
#48182E
(72,24,46)
#401629
(64,22,41)
#381424
(56,20,36)
#30121F
(48,18,31)
#28101A
(40,16,26)
#200E15
(32,14,21)
#180C10
(24,12,16)
#100A0B
(16,10,11)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #581C38

#581C38
(88,28,56)
#67304A
(103,48,74)
#76445C
(118,68,92)
#85586E
(133,88,110)
#946C80
(148,108,128)
#A38092
(163,128,146)
#B294A4
(178,148,164)
#C1A8B6
(193,168,182)
#D0BCC8
(208,188,200)
#DFD0DA
(223,208,218)
#EEE4EC
(238,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581C38; }

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

This text font color is #581C38.


Background Color

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

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

This div background color is #581C38.


Border color

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

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

This div border color is #581C38.


Opacity

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

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

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

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

This text has shadow with #581C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581C38 on black background.


Color preview on white background

This text has color #581C38 on white background.



Black color preview on #581C38 background

This text has black color on #581C38 background.


White color preview on #581C38 background

This text has white color on #581C38 background.