COLOR #58363E

HEX: #58363E
RGB: (88,54,62)

Color info

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

RGB color model

#58363E color RGB value is (88,54,62).

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

RGB channels and saturation

R 88 of 255 = 35%
G 54 of 255 = 21%
B 62 of 255 = 24%

88
54
62

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

Portions of RGB colors in percentages

R + G + B =
88 + 54 + 62 = 204 (100%)
R 88 of 204 ~ 43.14%
G 54 of 204 ~ 26.47%
B 62 of 204 ~ 30.39%

%43.14
%26.47
%30.39

CMYK color model

#58363E color CMYK value is (0,39,30,65).

  • cyan value is 0.00%
  • magenta value is 38.64%
  • yellow value is 29.55%
  • key color value is 65.49%
CMYK:
(0,39,30,65)
C0M39Y30K65 
(0%,39%,30%,65%)
(0.00/0.39/0.30/0.65)	

CMYK percentages

%0
%38.64
%29.55
%65.49

Codes

Color #58363E in popluar color models

58363E
RGB885462
HSL346°23.94%27.84%
HSB/HSV346°38.64%34.51%
CMYK0.00%38.64%29.55%
65.49%

Color #58363E in popluar number systems.

HEX58363E
Decimal885462
Binary1011000110110111110
Octal1306676

Shades and tints

Shades of #58363E

#58363E
(88,54,62)
#503239
(80,50,57)
#482E34
(72,46,52)
#402A2F
(64,42,47)
#38262A
(56,38,42)
#302225
(48,34,37)
#281E20
(40,30,32)
#201A1B
(32,26,27)
#181616
(24,22,22)
#101211
(16,18,17)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #58363E

#58363E
(88,54,62)
#67484F
(103,72,79)
#765A60
(118,90,96)
#856C71
(133,108,113)
#947E82
(148,126,130)
#A39093
(163,144,147)
#B2A2A4
(178,162,164)
#C1B4B5
(193,180,181)
#D0C6C6
(208,198,198)
#DFD8D7
(223,216,215)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58363E; }

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

This text font color is #58363E.


Background Color

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

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

This div background color is #58363E.


Border color

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

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

This div border color is #58363E.


Opacity

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

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

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

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

This text has shadow with #58363E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58363E on black background.


Color preview on white background

This text has color #58363E on white background.



Black color preview on #58363E background

This text has black color on #58363E background.


White color preview on #58363E background

This text has white color on #58363E background.