COLOR #58312D

HEX: #58312D
RGB: (88,49,45)

Color info

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

RGB color model

#58312D color RGB value is (88,49,45).

  • red value is 88;
  • green value is 49;
  • blue value is 45.
RGB:
(88,49,45)
(35%,19%,18%)

RGB channels and saturation

R 88 of 255 = 35%
G 49 of 255 = 19%
B 45 of 255 = 18%

88
49
45

R + G + B ~ 24%. #58312D is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 49 + 45 = 182 (100%)
R 88 of 182 ~ 48.35%
G 49 of 182 ~ 26.92%
B 45 of 182 ~ 24.73%

%48.35
%26.92
%24.73

CMYK color model

#58312D color CMYK value is (0,44,49,65).

  • cyan value is 0.00%
  • magenta value is 44.32%
  • yellow value is 48.86%
  • key color value is 65.49%
CMYK:
(0,44,49,65)
C0M44Y49K65 
(0%,44%,49%,65%)
(0.00/0.44/0.49/0.65)	

CMYK percentages

%0
%44.32
%48.86
%65.49

Codes

Color #58312D in popluar color models

58312D
RGB884945
HSL32.33%26.08%
HSB/HSV48.86%34.51%
CMYK0.00%44.32%48.86%
65.49%

Color #58312D in popluar number systems.

HEX58312D
Decimal884945
Binary1011000110001101101
Octal1306155

Shades and tints

Shades of #58312D

#58312D
(88,49,45)
#502D29
(80,45,41)
#482925
(72,41,37)
#402521
(64,37,33)
#38211D
(56,33,29)
#301D19
(48,29,25)
#281915
(40,25,21)
#201511
(32,21,17)
#18110D
(24,17,13)
#100D09
(16,13,9)
#080905
(8,9,5)
#000000
(0,0,0)

Tints of #58312D

#58312D
(88,49,45)
#674340
(103,67,64)
#765553
(118,85,83)
#856766
(133,103,102)
#947979
(148,121,121)
#A38B8C
(163,139,140)
#B29D9F
(178,157,159)
#C1AFB2
(193,175,178)
#D0C1C5
(208,193,197)
#DFD3D8
(223,211,216)
#EEE5EB
(238,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58312D color. Also use rgb(88,49,45) instead hex code.

Text Font Color

.myTextColor { color: #58312D; }

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

This text font color is #58312D.


Background Color

.myBgColor { background-color: #58312D; }

<div style="background-color:#58312D">Inner text</div>

This div background color is #58312D.


Border color

.myBorderColor { border: 1px solid #58312D; }

<div style="border:3px solid #58312D">Div</div>

This div border color is #58312D.


Opacity

.myOpacity80 { color: #58312D; opacity: 0.8; }

<p style="color:#58312D;opacity:0.8;">80%</p>

Text with #58312D 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 #58312D;}

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

This text has shadow with #58312D color.

.textShadow {text-shadow: 3px 3px 1px #58312D, 3px 3px 1px red;}

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

This text has shadow with #58312D primary color and red secondary color.


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

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

This text has shadow with #58312D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58312D on black background.


Color preview on white background

This text has color #58312D on white background.



Black color preview on #58312D background

This text has black color on #58312D background.


White color preview on #58312D background

This text has white color on #58312D background.