COLOR #581C23

HEX: #581C23
RGB: (88,28,35)

Color info

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

RGB color model

#581C23 color RGB value is (88,28,35).

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

RGB channels and saturation

R 88 of 255 = 35%
G 28 of 255 = 11%
B 35 of 255 = 14%

88
28
35

R + G + B ~ 20%. #581C23 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 28 + 35 = 151 (100%)
R 88 of 151 ~ 58.28%
G 28 of 151 ~ 18.54%
B 35 of 151 ~ 23.18%

%58.28
%18.54
%23.18

CMYK color model

#581C23 color CMYK value is (0,68,60,65).

  • cyan value is 0.00%
  • magenta value is 68.18%
  • yellow value is 60.23%
  • key color value is 65.49%
CMYK:
(0,68,60,65)
C0M68Y60K65 
(0%,68%,60%,65%)
(0.00/0.68/0.60/0.65)	

CMYK percentages

%0
%68.18
%60.23
%65.49

Codes

Color #581C23 in popluar color models

581C23
RGB882835
HSL353°51.72%22.75%
HSB/HSV353°68.18%34.51%
CMYK0.00%68.18%60.23%
65.49%

Color #581C23 in popluar number systems.

HEX581C23
Decimal882835
Binary101100011100100011
Octal1303443

Shades and tints

Shades of #581C23

#581C23
(88,28,35)
#501A20
(80,26,32)
#48181D
(72,24,29)
#40161A
(64,22,26)
#381417
(56,20,23)
#301214
(48,18,20)
#281011
(40,16,17)
#200E0E
(32,14,14)
#180C0B
(24,12,11)
#100A08
(16,10,8)
#080805
(8,8,5)
#000000
(0,0,0)

Tints of #581C23

#581C23
(88,28,35)
#673037
(103,48,55)
#76444B
(118,68,75)
#85585F
(133,88,95)
#946C73
(148,108,115)
#A38087
(163,128,135)
#B2949B
(178,148,155)
#C1A8AF
(193,168,175)
#D0BCC3
(208,188,195)
#DFD0D7
(223,208,215)
#EEE4EB
(238,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #581C23; }

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

This text font color is #581C23.


Background Color

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

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

This div background color is #581C23.


Border color

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

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

This div border color is #581C23.


Opacity

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

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

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

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

This text has shadow with #581C23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581C23 on black background.


Color preview on white background

This text has color #581C23 on white background.



Black color preview on #581C23 background

This text has black color on #581C23 background.


White color preview on #581C23 background

This text has white color on #581C23 background.