COLOR #58332F

HEX: #58332F
RGB: (88,51,47)

Color info

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

RGB color model

#58332F color RGB value is (88,51,47).

  • red value is 88;
  • green value is 51;
  • blue value is 47.
RGB:
(88,51,47)
(35%,20%,18%)

RGB channels and saturation

R 88 of 255 = 35%
G 51 of 255 = 20%
B 47 of 255 = 18%

88
51
47

R + G + B ~ 24%. #58332F is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 51 + 47 = 186 (100%)
R 88 of 186 ~ 47.31%
G 51 of 186 ~ 27.42%
B 47 of 186 ~ 25.27%

%47.31
%27.42
%25.27

CMYK color model

#58332F color CMYK value is (0,42,47,65).

  • cyan value is 0.00%
  • magenta value is 42.05%
  • yellow value is 46.59%
  • key color value is 65.49%
CMYK:
(0,42,47,65)
C0M42Y47K65 
(0%,42%,47%,65%)
(0.00/0.42/0.47/0.65)	

CMYK percentages

%0
%42.05
%46.59
%65.49

Codes

Color #58332F in popluar color models

58332F
RGB885147
HSL30.37%26.47%
HSB/HSV46.59%34.51%
CMYK0.00%42.05%46.59%
65.49%

Color #58332F in popluar number systems.

HEX58332F
Decimal885147
Binary1011000110011101111
Octal1306357

Shades and tints

Shades of #58332F

#58332F
(88,51,47)
#502F2B
(80,47,43)
#482B27
(72,43,39)
#402723
(64,39,35)
#38231F
(56,35,31)
#301F1B
(48,31,27)
#281B17
(40,27,23)
#201713
(32,23,19)
#18130F
(24,19,15)
#100F0B
(16,15,11)
#080B07
(8,11,7)
#000000
(0,0,0)

Tints of #58332F

#58332F
(88,51,47)
#674541
(103,69,65)
#765753
(118,87,83)
#856965
(133,105,101)
#947B77
(148,123,119)
#A38D89
(163,141,137)
#B29F9B
(178,159,155)
#C1B1AD
(193,177,173)
#D0C3BF
(208,195,191)
#DFD5D1
(223,213,209)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58332F color. Also use rgb(88,51,47) instead hex code.

Text Font Color

.myTextColor { color: #58332F; }

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

This text font color is #58332F.


Background Color

.myBgColor { background-color: #58332F; }

<div style="background-color:#58332F">Inner text</div>

This div background color is #58332F.


Border color

.myBorderColor { border: 1px solid #58332F; }

<div style="border:3px solid #58332F">Div</div>

This div border color is #58332F.


Opacity

.myOpacity80 { color: #58332F; opacity: 0.8; }

<p style="color:#58332F;opacity:0.8;">80%</p>

Text with #58332F 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 #58332F;}

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

This text has shadow with #58332F color.

.textShadow {text-shadow: 3px 3px 1px #58332F, 3px 3px 1px red;}

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

This text has shadow with #58332F primary color and red secondary color.


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

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

This text has shadow with #58332F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58332F on black background.


Color preview on white background

This text has color #58332F on white background.



Black color preview on #58332F background

This text has black color on #58332F background.


White color preview on #58332F background

This text has white color on #58332F background.