COLOR #581F3E

HEX: #581F3E
RGB: (88,31,62)

Color info

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

RGB color model

#581F3E color RGB value is (88,31,62).

  • red value is 88;
  • green value is 31;
  • blue value is 62.
RGB:
(88,31,62)
(35%,12%,24%)

RGB channels and saturation

R 88 of 255 = 35%
G 31 of 255 = 12%
B 62 of 255 = 24%

88
31
62

R + G + B ~ 24%. #581F3E is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 31 + 62 = 181 (100%)
R 88 of 181 ~ 48.62%
G 31 of 181 ~ 17.13%
B 62 of 181 ~ 34.25%

%48.62
%17.13
%34.25

CMYK color model

#581F3E color CMYK value is (0,65,30,65).

  • cyan value is 0.00%
  • magenta value is 64.77%
  • yellow value is 29.55%
  • key color value is 65.49%
CMYK:
(0,65,30,65)
C0M65Y30K65 
(0%,65%,30%,65%)
(0.00/0.65/0.30/0.65)	

CMYK percentages

%0
%64.77
%29.55
%65.49

Codes

Color #581F3E in popluar color models

581F3E
RGB883162
HSL327°47.90%23.33%
HSB/HSV327°64.77%34.51%
CMYK0.00%64.77%29.55%
65.49%

Color #581F3E in popluar number systems.

HEX581F3E
Decimal883162
Binary101100011111111110
Octal1303776

Shades and tints

Shades of #581F3E

#581F3E
(88,31,62)
#501D39
(80,29,57)
#481B34
(72,27,52)
#40192F
(64,25,47)
#38172A
(56,23,42)
#301525
(48,21,37)
#281320
(40,19,32)
#20111B
(32,17,27)
#180F16
(24,15,22)
#100D11
(16,13,17)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #581F3E

#581F3E
(88,31,62)
#67334F
(103,51,79)
#764760
(118,71,96)
#855B71
(133,91,113)
#946F82
(148,111,130)
#A38393
(163,131,147)
#B297A4
(178,151,164)
#C1ABB5
(193,171,181)
#D0BFC6
(208,191,198)
#DFD3D7
(223,211,215)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #581F3E color. Also use rgb(88,31,62) instead hex code.

Text Font Color

.myTextColor { color: #581F3E; }

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

This text font color is #581F3E.


Background Color

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

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

This div background color is #581F3E.


Border color

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

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

This div border color is #581F3E.


Opacity

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

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

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

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

This text has shadow with #581F3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #581F3E on black background.


Color preview on white background

This text has color #581F3E on white background.



Black color preview on #581F3E background

This text has black color on #581F3E background.


White color preview on #581F3E background

This text has white color on #581F3E background.