COLOR #58341E

HEX: #58341E
RGB: (88,52,30)

Color info

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

RGB color model

#58341E color RGB value is (88,52,30).

  • red value is 88;
  • green value is 52;
  • blue value is 30.
RGB:
(88,52,30)
(35%,20%,12%)

RGB channels and saturation

R 88 of 255 = 35%
G 52 of 255 = 20%
B 30 of 255 = 12%

88
52
30

R + G + B ~ 22%. #58341E is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 52 + 30 = 170 (100%)
R 88 of 170 ~ 51.76%
G 52 of 170 ~ 30.59%
B 30 of 170 ~ 17.65%

%51.76
%30.59
%17.65

CMYK color model

#58341E color CMYK value is (0,41,66,65).

  • cyan value is 0.00%
  • magenta value is 40.91%
  • yellow value is 65.91%
  • key color value is 65.49%
CMYK:
(0,41,66,65)
C0M41Y66K65 
(0%,41%,66%,65%)
(0.00/0.41/0.66/0.65)	

CMYK percentages

%0
%40.91
%65.91
%65.49

Codes

Color #58341E in popluar color models

58341E
RGB885230
HSL23°49.15%23.14%
HSB/HSV23°65.91%34.51%
CMYK0.00%40.91%65.91%
65.49%

Color #58341E in popluar number systems.

HEX58341E
Decimal885230
Binary101100011010011110
Octal1306436

Shades and tints

Shades of #58341E

#58341E
(88,52,30)
#50301C
(80,48,28)
#482C1A
(72,44,26)
#402818
(64,40,24)
#382416
(56,36,22)
#302014
(48,32,20)
#281C12
(40,28,18)
#201810
(32,24,16)
#18140E
(24,20,14)
#10100C
(16,16,12)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #58341E

#58341E
(88,52,30)
#674632
(103,70,50)
#765846
(118,88,70)
#856A5A
(133,106,90)
#947C6E
(148,124,110)
#A38E82
(163,142,130)
#B2A096
(178,160,150)
#C1B2AA
(193,178,170)
#D0C4BE
(208,196,190)
#DFD6D2
(223,214,210)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58341E color. Also use rgb(88,52,30) instead hex code.

Text Font Color

.myTextColor { color: #58341E; }

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

This text font color is #58341E.


Background Color

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

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

This div background color is #58341E.


Border color

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

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

This div border color is #58341E.


Opacity

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

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

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

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

This text has shadow with #58341E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58341E on black background.


Color preview on white background

This text has color #58341E on white background.



Black color preview on #58341E background

This text has black color on #58341E background.


White color preview on #58341E background

This text has white color on #58341E background.