COLOR #580E2B

HEX: #580E2B
RGB: (88,14,43)

Color info

#580E2B contains mainly red and blue colors. Web safe color of #580E2B is #660033 (or #603).

RGB color model

#580E2B color RGB value is (88,14,43).

  • red value is 88;
  • green value is 14;
  • blue value is 43.
RGB:
(88,14,43)
(35%,5%,17%)

RGB channels and saturation

R 88 of 255 = 35%
G 14 of 255 = 5%
B 43 of 255 = 17%

88
14
43

R + G + B ~ 19%. #580E2B is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 14 + 43 = 145 (100%)
R 88 of 145 ~ 60.69%
G 14 of 145 ~ 9.66%
B 43 of 145 ~ 29.66%

%60.69
%9.66
%29.66

CMYK color model

#580E2B color CMYK value is (0,84,51,65).

  • cyan value is 0.00%
  • magenta value is 84.09%
  • yellow value is 51.14%
  • key color value is 65.49%
CMYK:
(0,84,51,65)
C0M84Y51K65 
(0%,84%,51%,65%)
(0.00/0.84/0.51/0.65)	

CMYK percentages

%0
%84.09
%51.14
%65.49

Codes

Color #580E2B in popluar color models

580E2B
RGB881443
HSL336°72.55%20.00%
HSB/HSV336°84.09%34.51%
CMYK0.00%84.09%51.14%
65.49%

Color #580E2B in popluar number systems.

HEX580E2B
Decimal881443
Binary10110001110101011
Octal1301653

Shades and tints

Shades of #580E2B

#580E2B
(88,14,43)
#500D28
(80,13,40)
#480C25
(72,12,37)
#400B22
(64,11,34)
#380A1F
(56,10,31)
#30091C
(48,9,28)
#280819
(40,8,25)
#200716
(32,7,22)
#180613
(24,6,19)
#100510
(16,5,16)
#08040D
(8,4,13)
#000000
(0,0,0)

Tints of #580E2B

#580E2B
(88,14,43)
#67233E
(103,35,62)
#763851
(118,56,81)
#854D64
(133,77,100)
#946277
(148,98,119)
#A3778A
(163,119,138)
#B28C9D
(178,140,157)
#C1A1B0
(193,161,176)
#D0B6C3
(208,182,195)
#DFCBD6
(223,203,214)
#EEE0E9
(238,224,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #580E2B color. Also use rgb(88,14,43) instead hex code.

Text Font Color

.myTextColor { color: #580E2B; }

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

This text font color is #580E2B.


Background Color

.myBgColor { background-color: #580E2B; }

<div style="background-color:#580E2B">Inner text</div>

This div background color is #580E2B.


Border color

.myBorderColor { border: 1px solid #580E2B; }

<div style="border:3px solid #580E2B">Div</div>

This div border color is #580E2B.


Opacity

.myOpacity80 { color: #580E2B; opacity: 0.8; }

<p style="color:#580E2B;opacity:0.8;">80%</p>

Text with #580E2B 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 #580E2B;}

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

This text has shadow with #580E2B color.

.textShadow {text-shadow: 3px 3px 1px #580E2B, 3px 3px 1px red;}

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

This text has shadow with #580E2B primary color and red secondary color.


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

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

This text has shadow with #580E2B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #580E2B on black background.


Color preview on white background

This text has color #580E2B on white background.



Black color preview on #580E2B background

This text has black color on #580E2B background.


White color preview on #580E2B background

This text has white color on #580E2B background.