COLOR #58373F

HEX: #58373F
RGB: (88,55,63)

Color info

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

RGB color model

#58373F color RGB value is (88,55,63).

  • red value is 88;
  • green value is 55;
  • blue value is 63.
RGB:
(88,55,63)
(35%,22%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 55 of 255 = 22%
B 63 of 255 = 25%

88
55
63

R + G + B ~ 27%. #58373F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 55 + 63 = 206 (100%)
R 88 of 206 ~ 42.72%
G 55 of 206 ~ 26.7%
B 63 of 206 ~ 30.58%

%42.72
%26.7
%30.58

CMYK color model

#58373F color CMYK value is (0,38,28,65).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 28.41%
  • key color value is 65.49%
CMYK:
(0,38,28,65)
C0M38Y28K65 
(0%,38%,28%,65%)
(0.00/0.38/0.28/0.65)	

CMYK percentages

%0
%37.5
%28.41
%65.49

Codes

Color #58373F in popluar color models

58373F
RGB885563
HSL345°23.08%28.04%
HSB/HSV345°37.50%34.51%
CMYK0.00%37.50%28.41%
65.49%

Color #58373F in popluar number systems.

HEX58373F
Decimal885563
Binary1011000110111111111
Octal1306777

Shades and tints

Shades of #58373F

#58373F
(88,55,63)
#50323A
(80,50,58)
#482D35
(72,45,53)
#402830
(64,40,48)
#38232B
(56,35,43)
#301E26
(48,30,38)
#281921
(40,25,33)
#20141C
(32,20,28)
#180F17
(24,15,23)
#100A12
(16,10,18)
#08050D
(8,5,13)
#000000
(0,0,0)

Tints of #58373F

#58373F
(88,55,63)
#674950
(103,73,80)
#765B61
(118,91,97)
#856D72
(133,109,114)
#947F83
(148,127,131)
#A39194
(163,145,148)
#B2A3A5
(178,163,165)
#C1B5B6
(193,181,182)
#D0C7C7
(208,199,199)
#DFD9D8
(223,217,216)
#EEEBE9
(238,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58373F color. Also use rgb(88,55,63) instead hex code.

Text Font Color

.myTextColor { color: #58373F; }

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

This text font color is #58373F.


Background Color

.myBgColor { background-color: #58373F; }

<div style="background-color:#58373F">Inner text</div>

This div background color is #58373F.


Border color

.myBorderColor { border: 1px solid #58373F; }

<div style="border:3px solid #58373F">Div</div>

This div border color is #58373F.


Opacity

.myOpacity80 { color: #58373F; opacity: 0.8; }

<p style="color:#58373F;opacity:0.8;">80%</p>

Text with #58373F 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 #58373F;}

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

This text has shadow with #58373F color.

.textShadow {text-shadow: 3px 3px 1px #58373F, 3px 3px 1px red;}

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

This text has shadow with #58373F primary color and red secondary color.


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

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

This text has shadow with #58373F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58373F on black background.


Color preview on white background

This text has color #58373F on white background.



Black color preview on #58373F background

This text has black color on #58373F background.


White color preview on #58373F background

This text has white color on #58373F background.