COLOR #58382E

HEX: #58382E
RGB: (88,56,46)

Color info

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

RGB color model

#58382E color RGB value is (88,56,46).

  • red value is 88;
  • green value is 56;
  • blue value is 46.
RGB:
(88,56,46)
(35%,22%,18%)

RGB channels and saturation

R 88 of 255 = 35%
G 56 of 255 = 22%
B 46 of 255 = 18%

88
56
46

R + G + B ~ 25%. #58382E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 56 + 46 = 190 (100%)
R 88 of 190 ~ 46.32%
G 56 of 190 ~ 29.47%
B 46 of 190 ~ 24.21%

%46.32
%29.47
%24.21

CMYK color model

#58382E color CMYK value is (0,36,48,65).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(0,36,48,65)
C0M36Y48K65 
(0%,36%,48%,65%)
(0.00/0.36/0.48/0.65)	

CMYK percentages

%0
%36.36
%47.73
%65.49

Codes

Color #58382E in popluar color models

58382E
RGB885646
HSL14°31.34%26.27%
HSB/HSV14°47.73%34.51%
CMYK0.00%36.36%47.73%
65.49%

Color #58382E in popluar number systems.

HEX58382E
Decimal885646
Binary1011000111000101110
Octal1307056

Shades and tints

Shades of #58382E

#58382E
(88,56,46)
#50332A
(80,51,42)
#482E26
(72,46,38)
#402922
(64,41,34)
#38241E
(56,36,30)
#301F1A
(48,31,26)
#281A16
(40,26,22)
#201512
(32,21,18)
#18100E
(24,16,14)
#100B0A
(16,11,10)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #58382E

#58382E
(88,56,46)
#674A41
(103,74,65)
#765C54
(118,92,84)
#856E67
(133,110,103)
#94807A
(148,128,122)
#A3928D
(163,146,141)
#B2A4A0
(178,164,160)
#C1B6B3
(193,182,179)
#D0C8C6
(208,200,198)
#DFDAD9
(223,218,217)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58382E color. Also use rgb(88,56,46) instead hex code.

Text Font Color

.myTextColor { color: #58382E; }

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

This text font color is #58382E.


Background Color

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

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

This div background color is #58382E.


Border color

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

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

This div border color is #58382E.


Opacity

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

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

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

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

This text has shadow with #58382E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58382E on black background.


Color preview on white background

This text has color #58382E on white background.



Black color preview on #58382E background

This text has black color on #58382E background.


White color preview on #58382E background

This text has white color on #58382E background.