COLOR #58413B

HEX: #58413B
RGB: (88,65,59)

Color info

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

RGB color model

#58413B color RGB value is (88,65,59).

  • red value is 88;
  • green value is 65;
  • blue value is 59.
RGB:
(88,65,59)
(35%,25%,23%)

RGB channels and saturation

R 88 of 255 = 35%
G 65 of 255 = 25%
B 59 of 255 = 23%

88
65
59

R + G + B ~ 28%. #58413B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 65 + 59 = 212 (100%)
R 88 of 212 ~ 41.51%
G 65 of 212 ~ 30.66%
B 59 of 212 ~ 27.83%

%41.51
%30.66
%27.83

CMYK color model

#58413B color CMYK value is (0,26,33,65).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 32.95%
  • key color value is 65.49%
CMYK:
(0,26,33,65)
C0M26Y33K65 
(0%,26%,33%,65%)
(0.00/0.26/0.33/0.65)	

CMYK percentages

%0
%26.14
%32.95
%65.49

Codes

Color #58413B in popluar color models

58413B
RGB886559
HSL12°19.73%28.82%
HSB/HSV12°32.95%34.51%
CMYK0.00%26.14%32.95%
65.49%

Color #58413B in popluar number systems.

HEX58413B
Decimal886559
Binary10110001000001111011
Octal13010173

Shades and tints

Shades of #58413B

#58413B
(88,65,59)
#503C36
(80,60,54)
#483731
(72,55,49)
#40322C
(64,50,44)
#382D27
(56,45,39)
#302822
(48,40,34)
#28231D
(40,35,29)
#201E18
(32,30,24)
#181913
(24,25,19)
#10140E
(16,20,14)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #58413B

#58413B
(88,65,59)
#67524C
(103,82,76)
#76635D
(118,99,93)
#85746E
(133,116,110)
#94857F
(148,133,127)
#A39690
(163,150,144)
#B2A7A1
(178,167,161)
#C1B8B2
(193,184,178)
#D0C9C3
(208,201,195)
#DFDAD4
(223,218,212)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58413B color. Also use rgb(88,65,59) instead hex code.

Text Font Color

.myTextColor { color: #58413B; }

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

This text font color is #58413B.


Background Color

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

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

This div background color is #58413B.


Border color

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

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

This div border color is #58413B.


Opacity

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

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

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

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

This text has shadow with #58413B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58413B on black background.


Color preview on white background

This text has color #58413B on white background.



Black color preview on #58413B background

This text has black color on #58413B background.


White color preview on #58413B background

This text has white color on #58413B background.