COLOR #58400F

HEX: #58400F
RGB: (88,64,15)

Color info

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

RGB color model

#58400F color RGB value is (88,64,15).

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

RGB channels and saturation

R 88 of 255 = 35%
G 64 of 255 = 25%
B 15 of 255 = 6%

88
64
15

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

Portions of RGB colors in percentages

R + G + B =
88 + 64 + 15 = 167 (100%)
R 88 of 167 ~ 52.69%
G 64 of 167 ~ 38.32%
B 15 of 167 ~ 8.98%

%52.69
%38.32

CMYK color model

#58400F color CMYK value is (0,27,83,65).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 82.95%
  • key color value is 65.49%
CMYK:
(0,27,83,65)
C0M27Y83K65 
(0%,27%,83%,65%)
(0.00/0.27/0.83/0.65)	

CMYK percentages

%0
%27.27
%82.95
%65.49

Codes

Color #58400F in popluar color models

58400F
RGB886415
HSL40°70.87%20.20%
HSB/HSV40°82.95%34.51%
CMYK0.00%27.27%82.95%
65.49%

Color #58400F in popluar number systems.

HEX58400F
Decimal886415
Binary101100010000001111
Octal13010017

Shades and tints

Shades of #58400F

#58400F
(88,64,15)
#503B0E
(80,59,14)
#48360D
(72,54,13)
#40310C
(64,49,12)
#382C0B
(56,44,11)
#30270A
(48,39,10)
#282209
(40,34,9)
#201D08
(32,29,8)
#181807
(24,24,7)
#101306
(16,19,6)
#080E05
(8,14,5)
#000000
(0,0,0)

Tints of #58400F

#58400F
(88,64,15)
#675124
(103,81,36)
#766239
(118,98,57)
#85734E
(133,115,78)
#948463
(148,132,99)
#A39578
(163,149,120)
#B2A68D
(178,166,141)
#C1B7A2
(193,183,162)
#D0C8B7
(208,200,183)
#DFD9CC
(223,217,204)
#EEEAE1
(238,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58400F; }

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

This text font color is #58400F.


Background Color

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

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

This div background color is #58400F.


Border color

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

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

This div border color is #58400F.


Opacity

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

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

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

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

This text has shadow with #58400F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58400F on black background.


Color preview on white background

This text has color #58400F on white background.



Black color preview on #58400F background

This text has black color on #58400F background.


White color preview on #58400F background

This text has white color on #58400F background.