COLOR #58411A

HEX: #58411A
RGB: (88,65,26)

Color info

#58411A contains mainly red and green colors. Web safe color of #58411A is #663300 (or #630).

RGB color model

#58411A color RGB value is (88,65,26).

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

RGB channels and saturation

R 88 of 255 = 35%
G 65 of 255 = 25%
B 26 of 255 = 10%

88
65
26

R + G + B ~ 23%. #58411A is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 65 + 26 = 179 (100%)
R 88 of 179 ~ 49.16%
G 65 of 179 ~ 36.31%
B 26 of 179 ~ 14.53%

%49.16
%36.31
%14.53

CMYK color model

#58411A color CMYK value is (0,26,70,65).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 70.45%
  • key color value is 65.49%
CMYK:
(0,26,70,65)
C0M26Y70K65 
(0%,26%,70%,65%)
(0.00/0.26/0.70/0.65)	

CMYK percentages

%0
%26.14
%70.45
%65.49

Codes

Color #58411A in popluar color models

58411A
RGB886526
HSL38°54.39%22.35%
HSB/HSV38°70.45%34.51%
CMYK0.00%26.14%70.45%
65.49%

Color #58411A in popluar number systems.

HEX58411A
Decimal886526
Binary1011000100000111010
Octal13010132

Shades and tints

Shades of #58411A

#58411A
(88,65,26)
#503C18
(80,60,24)
#483716
(72,55,22)
#403214
(64,50,20)
#382D12
(56,45,18)
#302810
(48,40,16)
#28230E
(40,35,14)
#201E0C
(32,30,12)
#18190A
(24,25,10)
#101408
(16,20,8)
#080F06
(8,15,6)
#000000
(0,0,0)

Tints of #58411A

#58411A
(88,65,26)
#67522E
(103,82,46)
#766342
(118,99,66)
#857456
(133,116,86)
#94856A
(148,133,106)
#A3967E
(163,150,126)
#B2A792
(178,167,146)
#C1B8A6
(193,184,166)
#D0C9BA
(208,201,186)
#DFDACE
(223,218,206)
#EEEBE2
(238,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58411A color. Also use rgb(88,65,26) instead hex code.

Text Font Color

.myTextColor { color: #58411A; }

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

This text font color is #58411A.


Background Color

.myBgColor { background-color: #58411A; }

<div style="background-color:#58411A">Inner text</div>

This div background color is #58411A.


Border color

.myBorderColor { border: 1px solid #58411A; }

<div style="border:3px solid #58411A">Div</div>

This div border color is #58411A.


Opacity

.myOpacity80 { color: #58411A; opacity: 0.8; }

<p style="color:#58411A;opacity:0.8;">80%</p>

Text with #58411A 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 #58411A;}

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

This text has shadow with #58411A color.

.textShadow {text-shadow: 3px 3px 1px #58411A, 3px 3px 1px red;}

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

This text has shadow with #58411A primary color and red secondary color.


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

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

This text has shadow with #58411A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58411A on black background.


Color preview on white background

This text has color #58411A on white background.



Black color preview on #58411A background

This text has black color on #58411A background.


White color preview on #58411A background

This text has white color on #58411A background.