COLOR #58371B

HEX: #58371B
RGB: (88,55,27)

Color info

#58371B contains mainly red and green colors. Web safe color of #58371B is #663333 (or #633).

RGB color model

#58371B color RGB value is (88,55,27).

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

RGB channels and saturation

R 88 of 255 = 35%
G 55 of 255 = 22%
B 27 of 255 = 11%

88
55
27

R + G + B ~ 23%. #58371B is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 55 + 27 = 170 (100%)
R 88 of 170 ~ 51.76%
G 55 of 170 ~ 32.35%
B 27 of 170 ~ 15.88%

%51.76
%32.35
%15.88

CMYK color model

#58371B color CMYK value is (0,38,69,65).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 69.32%
  • key color value is 65.49%
CMYK:
(0,38,69,65)
C0M38Y69K65 
(0%,38%,69%,65%)
(0.00/0.38/0.69/0.65)	

CMYK percentages

%0
%37.5
%69.32
%65.49

Codes

Color #58371B in popluar color models

58371B
RGB885527
HSL28°53.04%22.55%
HSB/HSV28°69.32%34.51%
CMYK0.00%37.50%69.32%
65.49%

Color #58371B in popluar number systems.

HEX58371B
Decimal885527
Binary101100011011111011
Octal1306733

Shades and tints

Shades of #58371B

#58371B
(88,55,27)
#503219
(80,50,25)
#482D17
(72,45,23)
#402815
(64,40,21)
#382313
(56,35,19)
#301E11
(48,30,17)
#28190F
(40,25,15)
#20140D
(32,20,13)
#180F0B
(24,15,11)
#100A09
(16,10,9)
#080507
(8,5,7)
#000000
(0,0,0)

Tints of #58371B

#58371B
(88,55,27)
#67492F
(103,73,47)
#765B43
(118,91,67)
#856D57
(133,109,87)
#947F6B
(148,127,107)
#A3917F
(163,145,127)
#B2A393
(178,163,147)
#C1B5A7
(193,181,167)
#D0C7BB
(208,199,187)
#DFD9CF
(223,217,207)
#EEEBE3
(238,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58371B color. Also use rgb(88,55,27) instead hex code.

Text Font Color

.myTextColor { color: #58371B; }

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

This text font color is #58371B.


Background Color

.myBgColor { background-color: #58371B; }

<div style="background-color:#58371B">Inner text</div>

This div background color is #58371B.


Border color

.myBorderColor { border: 1px solid #58371B; }

<div style="border:3px solid #58371B">Div</div>

This div border color is #58371B.


Opacity

.myOpacity80 { color: #58371B; opacity: 0.8; }

<p style="color:#58371B;opacity:0.8;">80%</p>

Text with #58371B 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 #58371B;}

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

This text has shadow with #58371B color.

.textShadow {text-shadow: 3px 3px 1px #58371B, 3px 3px 1px red;}

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

This text has shadow with #58371B primary color and red secondary color.


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

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

This text has shadow with #58371B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58371B on black background.


Color preview on white background

This text has color #58371B on white background.



Black color preview on #58371B background

This text has black color on #58371B background.


White color preview on #58371B background

This text has white color on #58371B background.