COLOR #58402B

HEX: #58402B
RGB: (88,64,43)

Color info

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

RGB color model

#58402B color RGB value is (88,64,43).

  • red value is 88;
  • green value is 64;
  • blue value is 43.
RGB:
(88,64,43)
(35%,25%,17%)

RGB channels and saturation

R 88 of 255 = 35%
G 64 of 255 = 25%
B 43 of 255 = 17%

88
64
43

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

Portions of RGB colors in percentages

R + G + B =
88 + 64 + 43 = 195 (100%)
R 88 of 195 ~ 45.13%
G 64 of 195 ~ 32.82%
B 43 of 195 ~ 22.05%

%45.13
%32.82
%22.05

CMYK color model

#58402B color CMYK value is (0,27,51,65).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 51.14%
  • key color value is 65.49%
CMYK:
(0,27,51,65)
C0M27Y51K65 
(0%,27%,51%,65%)
(0.00/0.27/0.51/0.65)	

CMYK percentages

%0
%27.27
%51.14
%65.49

Codes

Color #58402B in popluar color models

58402B
RGB886443
HSL28°34.35%25.69%
HSB/HSV28°51.14%34.51%
CMYK0.00%27.27%51.14%
65.49%

Color #58402B in popluar number systems.

HEX58402B
Decimal886443
Binary10110001000000101011
Octal13010053

Shades and tints

Shades of #58402B

#58402B
(88,64,43)
#503B28
(80,59,40)
#483625
(72,54,37)
#403122
(64,49,34)
#382C1F
(56,44,31)
#30271C
(48,39,28)
#282219
(40,34,25)
#201D16
(32,29,22)
#181813
(24,24,19)
#101310
(16,19,16)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #58402B

#58402B
(88,64,43)
#67513E
(103,81,62)
#766251
(118,98,81)
#857364
(133,115,100)
#948477
(148,132,119)
#A3958A
(163,149,138)
#B2A69D
(178,166,157)
#C1B7B0
(193,183,176)
#D0C8C3
(208,200,195)
#DFD9D6
(223,217,214)
#EEEAE9
(238,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58402B color. Also use rgb(88,64,43) instead hex code.

Text Font Color

.myTextColor { color: #58402B; }

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

This text font color is #58402B.


Background Color

.myBgColor { background-color: #58402B; }

<div style="background-color:#58402B">Inner text</div>

This div background color is #58402B.


Border color

.myBorderColor { border: 1px solid #58402B; }

<div style="border:3px solid #58402B">Div</div>

This div border color is #58402B.


Opacity

.myOpacity80 { color: #58402B; opacity: 0.8; }

<p style="color:#58402B;opacity:0.8;">80%</p>

Text with #58402B 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 #58402B;}

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

This text has shadow with #58402B color.

.textShadow {text-shadow: 3px 3px 1px #58402B, 3px 3px 1px red;}

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

This text has shadow with #58402B primary color and red secondary color.


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

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

This text has shadow with #58402B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58402B on black background.


Color preview on white background

This text has color #58402B on white background.



Black color preview on #58402B background

This text has black color on #58402B background.


White color preview on #58402B background

This text has white color on #58402B background.