COLOR #58640E

HEX: #58640E
RGB: (88,100,14)

Color info

#58640E contains mainly red and green colors. Web safe color of #58640E is #666600 (or #660).

RGB color model

#58640E color RGB value is (88,100,14).

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

RGB channels and saturation

R 88 of 255 = 35%
G 100 of 255 = 39%
B 14 of 255 = 5%

88
100
14

R + G + B ~ 26%. #58640E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 14 = 202 (100%)
R 88 of 202 ~ 43.56%
G 100 of 202 ~ 49.5%
B 14 of 202 ~ 6.93%

%43.56
%49.5

CMYK color model

#58640E color CMYK value is (12,0,86,61).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 86.00%
  • key color value is 60.78%
CMYK:
(12,0,86,61)
C12M0Y86K61 
(12%,0%,86%,61%)
(0.12/0.00/0.86/0.61)	

CMYK percentages

%12
%0
%86
%60.78

Codes

Color #58640E in popluar color models

58640E
RGB8810014
HSL68°75.44%22.35%
HSB/HSV68°86.00%39.22%
CMYK12.00%0.00%86.00%
60.78%

Color #58640E in popluar number systems.

HEX58640E
Decimal8810014
Binary101100011001001110
Octal13014416

Shades and tints

Shades of #58640E

#58640E
(88,100,14)
#505B0D
(80,91,13)
#48520C
(72,82,12)
#40490B
(64,73,11)
#38400A
(56,64,10)
#303709
(48,55,9)
#282E08
(40,46,8)
#202507
(32,37,7)
#181C06
(24,28,6)
#101305
(16,19,5)
#080A04
(8,10,4)
#000000
(0,0,0)

Tints of #58640E

#58640E
(88,100,14)
#677223
(103,114,35)
#768038
(118,128,56)
#858E4D
(133,142,77)
#949C62
(148,156,98)
#A3AA77
(163,170,119)
#B2B88C
(178,184,140)
#C1C6A1
(193,198,161)
#D0D4B6
(208,212,182)
#DFE2CB
(223,226,203)
#EEF0E0
(238,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58640E; }

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

This text font color is #58640E.


Background Color

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

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

This div background color is #58640E.


Border color

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

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

This div border color is #58640E.


Opacity

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

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

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

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

This text has shadow with #58640E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58640E on black background.


Color preview on white background

This text has color #58640E on white background.



Black color preview on #58640E background

This text has black color on #58640E background.


White color preview on #58640E background

This text has white color on #58640E background.