COLOR #58412F

HEX: #58412F
RGB: (88,65,47)

Color info

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

RGB color model

#58412F color RGB value is (88,65,47).

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

RGB channels and saturation

R 88 of 255 = 35%
G 65 of 255 = 25%
B 47 of 255 = 18%

88
65
47

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

Portions of RGB colors in percentages

R + G + B =
88 + 65 + 47 = 200 (100%)
R 88 of 200 ~ 44%
G 65 of 200 ~ 32.5%
B 47 of 200 ~ 23.5%

%44
%32.5
%23.5

CMYK color model

#58412F color CMYK value is (0,26,47,65).

  • cyan value is 0.00%
  • magenta value is 26.14%
  • yellow value is 46.59%
  • key color value is 65.49%
CMYK:
(0,26,47,65)
C0M26Y47K65 
(0%,26%,47%,65%)
(0.00/0.26/0.47/0.65)	

CMYK percentages

%0
%26.14
%46.59
%65.49

Codes

Color #58412F in popluar color models

58412F
RGB886547
HSL26°30.37%26.47%
HSB/HSV26°46.59%34.51%
CMYK0.00%26.14%46.59%
65.49%

Color #58412F in popluar number systems.

HEX58412F
Decimal886547
Binary10110001000001101111
Octal13010157

Shades and tints

Shades of #58412F

#58412F
(88,65,47)
#503C2B
(80,60,43)
#483727
(72,55,39)
#403223
(64,50,35)
#382D1F
(56,45,31)
#30281B
(48,40,27)
#282317
(40,35,23)
#201E13
(32,30,19)
#18190F
(24,25,15)
#10140B
(16,20,11)
#080F07
(8,15,7)
#000000
(0,0,0)

Tints of #58412F

#58412F
(88,65,47)
#675241
(103,82,65)
#766353
(118,99,83)
#857465
(133,116,101)
#948577
(148,133,119)
#A39689
(163,150,137)
#B2A79B
(178,167,155)
#C1B8AD
(193,184,173)
#D0C9BF
(208,201,191)
#DFDAD1
(223,218,209)
#EEEBE3
(238,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58412F color. Also use rgb(88,65,47) instead hex code.

Text Font Color

.myTextColor { color: #58412F; }

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

This text font color is #58412F.


Background Color

.myBgColor { background-color: #58412F; }

<div style="background-color:#58412F">Inner text</div>

This div background color is #58412F.


Border color

.myBorderColor { border: 1px solid #58412F; }

<div style="border:3px solid #58412F">Div</div>

This div border color is #58412F.


Opacity

.myOpacity80 { color: #58412F; opacity: 0.8; }

<p style="color:#58412F;opacity:0.8;">80%</p>

Text with #58412F 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 #58412F;}

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

This text has shadow with #58412F color.

.textShadow {text-shadow: 3px 3px 1px #58412F, 3px 3px 1px red;}

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

This text has shadow with #58412F primary color and red secondary color.


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

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

This text has shadow with #58412F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58412F on black background.


Color preview on white background

This text has color #58412F on white background.



Black color preview on #58412F background

This text has black color on #58412F background.


White color preview on #58412F background

This text has white color on #58412F background.