COLOR #58422E

HEX: #58422E
RGB: (88,66,46)

Color info

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

RGB color model

#58422E color RGB value is (88,66,46).

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

RGB channels and saturation

R 88 of 255 = 35%
G 66 of 255 = 26%
B 46 of 255 = 18%

88
66
46

R + G + B ~ 26%. #58422E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 66 + 46 = 200 (100%)
R 88 of 200 ~ 44%
G 66 of 200 ~ 33%
B 46 of 200 ~ 23%

%44
%33
%23

CMYK color model

#58422E color CMYK value is (0,25,48,65).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(0,25,48,65)
C0M25Y48K65 
(0%,25%,48%,65%)
(0.00/0.25/0.48/0.65)	

CMYK percentages

%0
%25
%47.73
%65.49

Codes

Color #58422E in popluar color models

58422E
RGB886646
HSL29°31.34%26.27%
HSB/HSV29°47.73%34.51%
CMYK0.00%25.00%47.73%
65.49%

Color #58422E in popluar number systems.

HEX58422E
Decimal886646
Binary10110001000010101110
Octal13010256

Shades and tints

Shades of #58422E

#58422E
(88,66,46)
#503C2A
(80,60,42)
#483626
(72,54,38)
#403022
(64,48,34)
#382A1E
(56,42,30)
#30241A
(48,36,26)
#281E16
(40,30,22)
#201812
(32,24,18)
#18120E
(24,18,14)
#100C0A
(16,12,10)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #58422E

#58422E
(88,66,46)
#675341
(103,83,65)
#766454
(118,100,84)
#857567
(133,117,103)
#94867A
(148,134,122)
#A3978D
(163,151,141)
#B2A8A0
(178,168,160)
#C1B9B3
(193,185,179)
#D0CAC6
(208,202,198)
#DFDBD9
(223,219,217)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58422E; }

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

This text font color is #58422E.


Background Color

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

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

This div background color is #58422E.


Border color

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

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

This div border color is #58422E.


Opacity

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

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

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

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

This text has shadow with #58422E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58422E on black background.


Color preview on white background

This text has color #58422E on white background.



Black color preview on #58422E background

This text has black color on #58422E background.


White color preview on #58422E background

This text has white color on #58422E background.