COLOR #58400E

HEX: #58400E
RGB: (88,64,14)

Color info

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

RGB color model

#58400E color RGB value is (88,64,14).

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

RGB channels and saturation

R 88 of 255 = 35%
G 64 of 255 = 25%
B 14 of 255 = 5%

88
64
14

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

Portions of RGB colors in percentages

R + G + B =
88 + 64 + 14 = 166 (100%)
R 88 of 166 ~ 53.01%
G 64 of 166 ~ 38.55%
B 14 of 166 ~ 8.43%

%53.01
%38.55

CMYK color model

#58400E color CMYK value is (0,27,84,65).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 84.09%
  • key color value is 65.49%
CMYK:
(0,27,84,65)
C0M27Y84K65 
(0%,27%,84%,65%)
(0.00/0.27/0.84/0.65)	

CMYK percentages

%0
%27.27
%84.09
%65.49

Codes

Color #58400E in popluar color models

58400E
RGB886414
HSL41°72.55%20.00%
HSB/HSV41°84.09%34.51%
CMYK0.00%27.27%84.09%
65.49%

Color #58400E in popluar number systems.

HEX58400E
Decimal886414
Binary101100010000001110
Octal13010016

Shades and tints

Shades of #58400E

#58400E
(88,64,14)
#503B0D
(80,59,13)
#48360C
(72,54,12)
#40310B
(64,49,11)
#382C0A
(56,44,10)
#302709
(48,39,9)
#282208
(40,34,8)
#201D07
(32,29,7)
#181806
(24,24,6)
#101305
(16,19,5)
#080E04
(8,14,4)
#000000
(0,0,0)

Tints of #58400E

#58400E
(88,64,14)
#675123
(103,81,35)
#766238
(118,98,56)
#85734D
(133,115,77)
#948462
(148,132,98)
#A39577
(163,149,119)
#B2A68C
(178,166,140)
#C1B7A1
(193,183,161)
#D0C8B6
(208,200,182)
#DFD9CB
(223,217,203)
#EEEAE0
(238,234,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58400E color. Also use rgb(88,64,14) instead hex code.

Text Font Color

.myTextColor { color: #58400E; }

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

This text font color is #58400E.


Background Color

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

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

This div background color is #58400E.


Border color

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

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

This div border color is #58400E.


Opacity

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

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

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

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

This text has shadow with #58400E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58400E on black background.


Color preview on white background

This text has color #58400E on white background.



Black color preview on #58400E background

This text has black color on #58400E background.


White color preview on #58400E background

This text has white color on #58400E background.