COLOR #58363B

HEX: #58363B
RGB: (88,54,59)

Color info

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

RGB color model

#58363B color RGB value is (88,54,59).

  • red value is 88;
  • green value is 54;
  • blue value is 59.
RGB:
(88,54,59)
(35%,21%,23%)

RGB channels and saturation

R 88 of 255 = 35%
G 54 of 255 = 21%
B 59 of 255 = 23%

88
54
59

R + G + B ~ 26%. #58363B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 54 + 59 = 201 (100%)
R 88 of 201 ~ 43.78%
G 54 of 201 ~ 26.87%
B 59 of 201 ~ 29.35%

%43.78
%26.87
%29.35

CMYK color model

#58363B color CMYK value is (0,39,33,65).

  • cyan value is 0.00%
  • magenta value is 38.64%
  • yellow value is 32.95%
  • key color value is 65.49%
CMYK:
(0,39,33,65)
C0M39Y33K65 
(0%,39%,33%,65%)
(0.00/0.39/0.33/0.65)	

CMYK percentages

%0
%38.64
%32.95
%65.49

Codes

Color #58363B in popluar color models

58363B
RGB885459
HSL351°23.94%27.84%
HSB/HSV351°38.64%34.51%
CMYK0.00%38.64%32.95%
65.49%

Color #58363B in popluar number systems.

HEX58363B
Decimal885459
Binary1011000110110111011
Octal1306673

Shades and tints

Shades of #58363B

#58363B
(88,54,59)
#503236
(80,50,54)
#482E31
(72,46,49)
#402A2C
(64,42,44)
#382627
(56,38,39)
#302222
(48,34,34)
#281E1D
(40,30,29)
#201A18
(32,26,24)
#181613
(24,22,19)
#10120E
(16,18,14)
#080E09
(8,14,9)
#000000
(0,0,0)

Tints of #58363B

#58363B
(88,54,59)
#67484C
(103,72,76)
#765A5D
(118,90,93)
#856C6E
(133,108,110)
#947E7F
(148,126,127)
#A39090
(163,144,144)
#B2A2A1
(178,162,161)
#C1B4B2
(193,180,178)
#D0C6C3
(208,198,195)
#DFD8D4
(223,216,212)
#EEEAE5
(238,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58363B color. Also use rgb(88,54,59) instead hex code.

Text Font Color

.myTextColor { color: #58363B; }

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

This text font color is #58363B.


Background Color

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

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

This div background color is #58363B.


Border color

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

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

This div border color is #58363B.


Opacity

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

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

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

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

This text has shadow with #58363B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58363B on black background.


Color preview on white background

This text has color #58363B on white background.



Black color preview on #58363B background

This text has black color on #58363B background.


White color preview on #58363B background

This text has white color on #58363B background.