COLOR #58382C

HEX: #58382C
RGB: (88,56,44)

Color info

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

RGB color model

#58382C color RGB value is (88,56,44).

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

RGB channels and saturation

R 88 of 255 = 35%
G 56 of 255 = 22%
B 44 of 255 = 17%

88
56
44

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

Portions of RGB colors in percentages

R + G + B =
88 + 56 + 44 = 188 (100%)
R 88 of 188 ~ 46.81%
G 56 of 188 ~ 29.79%
B 44 of 188 ~ 23.4%

%46.81
%29.79
%23.4

CMYK color model

#58382C color CMYK value is (0,36,50,65).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 50.00%
  • key color value is 65.49%
CMYK:
(0,36,50,65)
C0M36Y50K65 
(0%,36%,50%,65%)
(0.00/0.36/0.50/0.65)	

CMYK percentages

%0
%36.36
%50
%65.49

Codes

Color #58382C in popluar color models

58382C
RGB885644
HSL16°33.33%25.88%
HSB/HSV16°50.00%34.51%
CMYK0.00%36.36%50.00%
65.49%

Color #58382C in popluar number systems.

HEX58382C
Decimal885644
Binary1011000111000101100
Octal1307054

Shades and tints

Shades of #58382C

#58382C
(88,56,44)
#503328
(80,51,40)
#482E24
(72,46,36)
#402920
(64,41,32)
#38241C
(56,36,28)
#301F18
(48,31,24)
#281A14
(40,26,20)
#201510
(32,21,16)
#18100C
(24,16,12)
#100B08
(16,11,8)
#080604
(8,6,4)
#000000
(0,0,0)

Tints of #58382C

#58382C
(88,56,44)
#674A3F
(103,74,63)
#765C52
(118,92,82)
#856E65
(133,110,101)
#948078
(148,128,120)
#A3928B
(163,146,139)
#B2A49E
(178,164,158)
#C1B6B1
(193,182,177)
#D0C8C4
(208,200,196)
#DFDAD7
(223,218,215)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58382C; }

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

This text font color is #58382C.


Background Color

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

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

This div background color is #58382C.


Border color

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

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

This div border color is #58382C.


Opacity

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

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

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

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

This text has shadow with #58382C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58382C on black background.


Color preview on white background

This text has color #58382C on white background.



Black color preview on #58382C background

This text has black color on #58382C background.


White color preview on #58382C background

This text has white color on #58382C background.