COLOR #58473E

HEX: #58473E
RGB: (88,71,62)

Color info

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

RGB color model

#58473E color RGB value is (88,71,62).

  • red value is 88;
  • green value is 71;
  • blue value is 62.
RGB: (88,71,62) (35%,28%,24%)

RGB channels and saturation

R 88 of 255 = 35%
G 71 of 255 = 28%
B 62 of 255 = 24%

88
71
62

R + G + B ~ 29%. #58473E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 71 + 62 = 221 (100%)
R 88 of 221 ~ 39.82%
G 71 of 221 ~ 32.13%
B 62 of 221 ~ 28.05%

%39.82
%32.13
%28.05

CMYK color model

#58473E color CMYK value is (0,19,30,65).

  • cyan value is 0.00%
  • magenta value is 19.32%
  • yellow value is 29.55%
  • key color value is 65.49%
CMYK: (0,19,30,65) C0M19Y30K65 (0%,19%,30%,65%) (0.00/0.19/0.30/0.65)

CMYK percentages

%0
%19.32
%29.55
%65.49

Codes

Color #58473E in popluar color models

58473E
RGB887162
HSL21°17.33%29.41%
HSB/HSV21°29.55%34.51%
CMYK0.00%19.32%29.55%
65.49%

Color #58473E in popluar number systems.

HEX58473E
Decimal887162
Binary10110001000111111110
Octal13010776

Shades and tints

Shades of #58473E

#58473E
(88,71,62)
#504139
(80,65,57)
#483B34
(72,59,52)
#40352F
(64,53,47)
#382F2A
(56,47,42)
#302925
(48,41,37)
#282320
(40,35,32)
#201D1B
(32,29,27)
#181716
(24,23,22)
#101111
(16,17,17)
#080B0C
(8,11,12)
#000000
(0,0,0)

Tints of #58473E

#58473E
(88,71,62)
#67574F
(103,87,79)
#766760
(118,103,96)
#857771
(133,119,113)
#948782
(148,135,130)
#A39793
(163,151,147)
#B2A7A4
(178,167,164)
#C1B7B5
(193,183,181)
#D0C7C6
(208,199,198)
#DFD7D7
(223,215,215)
#EEE7E8
(238,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58473E color. Also use rgb(88,71,62) instead hex code.

Text Font Color

.myTextColor { color: #58473E; }

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

This text font color is #58473E.


Background Color

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

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

This div background color is #58473E.


Border color

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

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

This div border color is #58473E.


Opacity

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

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

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

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

This text has shadow with #58473E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #58473E on black background.


Color preview on white background

This text has color #58473E on white background.



Black color preview on #58473E background

This text has black color on #58473E background.


White color preview on #58473E background

This text has white color on #58473E background.