COLOR #58382A

HEX: #58382A
RGB: (88,56,42)

Color info

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

RGB color model

#58382A color RGB value is (88,56,42).

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

RGB channels and saturation

R 88 of 255 = 35%
G 56 of 255 = 22%
B 42 of 255 = 16%

88
56
42

R + G + B ~ 24%. #58382A is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 56 + 42 = 186 (100%)
R 88 of 186 ~ 47.31%
G 56 of 186 ~ 30.11%
B 42 of 186 ~ 22.58%

%47.31
%30.11
%22.58

CMYK color model

#58382A color CMYK value is (0,36,52,65).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 52.27%
  • key color value is 65.49%
CMYK:
(0,36,52,65)
C0M36Y52K65 
(0%,36%,52%,65%)
(0.00/0.36/0.52/0.65)	

CMYK percentages

%0
%36.36
%52.27
%65.49

Codes

Color #58382A in popluar color models

58382A
RGB885642
HSL18°35.38%25.49%
HSB/HSV18°52.27%34.51%
CMYK0.00%36.36%52.27%
65.49%

Color #58382A in popluar number systems.

HEX58382A
Decimal885642
Binary1011000111000101010
Octal1307052

Shades and tints

Shades of #58382A

#58382A
(88,56,42)
#503327
(80,51,39)
#482E24
(72,46,36)
#402921
(64,41,33)
#38241E
(56,36,30)
#301F1B
(48,31,27)
#281A18
(40,26,24)
#201515
(32,21,21)
#181012
(24,16,18)
#100B0F
(16,11,15)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #58382A

#58382A
(88,56,42)
#674A3D
(103,74,61)
#765C50
(118,92,80)
#856E63
(133,110,99)
#948076
(148,128,118)
#A39289
(163,146,137)
#B2A49C
(178,164,156)
#C1B6AF
(193,182,175)
#D0C8C2
(208,200,194)
#DFDAD5
(223,218,213)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58382A; }

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

This text font color is #58382A.


Background Color

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

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

This div background color is #58382A.


Border color

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

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

This div border color is #58382A.


Opacity

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

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

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

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

This text has shadow with #58382A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58382A on black background.


Color preview on white background

This text has color #58382A on white background.



Black color preview on #58382A background

This text has black color on #58382A background.


White color preview on #58382A background

This text has white color on #58382A background.