COLOR #58642D

HEX: #58642D
RGB: (88,100,45)

Color info

#58642D contains red, green and blue colors in about the same proportion. Web safe color of #58642D is #666633 (or #663).

RGB color model

#58642D color RGB value is (88,100,45).

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

RGB channels and saturation

R 88 of 255 = 35%
G 100 of 255 = 39%
B 45 of 255 = 18%

88
100
45

R + G + B ~ 31%. #58642D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 45 = 233 (100%)
R 88 of 233 ~ 37.77%
G 100 of 233 ~ 42.92%
B 45 of 233 ~ 19.31%

%37.77
%42.92
%19.31

CMYK color model

#58642D color CMYK value is (12,0,55,61).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 55.00%
  • key color value is 60.78%
CMYK:
(12,0,55,61)
C12M0Y55K61 
(12%,0%,55%,61%)
(0.12/0.00/0.55/0.61)	

CMYK percentages

%12
%0
%55
%60.78

Codes

Color #58642D in popluar color models

58642D
RGB8810045
HSL73°37.93%28.43%
HSB/HSV73°55.00%39.22%
CMYK12.00%0.00%55.00%
60.78%

Color #58642D in popluar number systems.

HEX58642D
Decimal8810045
Binary10110001100100101101
Octal13014455

Shades and tints

Shades of #58642D

#58642D
(88,100,45)
#505B29
(80,91,41)
#485225
(72,82,37)
#404921
(64,73,33)
#38401D
(56,64,29)
#303719
(48,55,25)
#282E15
(40,46,21)
#202511
(32,37,17)
#181C0D
(24,28,13)
#101309
(16,19,9)
#080A05
(8,10,5)
#000000
(0,0,0)

Tints of #58642D

#58642D
(88,100,45)
#677240
(103,114,64)
#768053
(118,128,83)
#858E66
(133,142,102)
#949C79
(148,156,121)
#A3AA8C
(163,170,140)
#B2B89F
(178,184,159)
#C1C6B2
(193,198,178)
#D0D4C5
(208,212,197)
#DFE2D8
(223,226,216)
#EEF0EB
(238,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58642D color. Also use rgb(88,100,45) instead hex code.

Text Font Color

.myTextColor { color: #58642D; }

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

This text font color is #58642D.


Background Color

.myBgColor { background-color: #58642D; }

<div style="background-color:#58642D">Inner text</div>

This div background color is #58642D.


Border color

.myBorderColor { border: 1px solid #58642D; }

<div style="border:3px solid #58642D">Div</div>

This div border color is #58642D.


Opacity

.myOpacity80 { color: #58642D; opacity: 0.8; }

<p style="color:#58642D;opacity:0.8;">80%</p>

Text with #58642D 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 #58642D;}

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

This text has shadow with #58642D color.

.textShadow {text-shadow: 3px 3px 1px #58642D, 3px 3px 1px red;}

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

This text has shadow with #58642D primary color and red secondary color.


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

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

This text has shadow with #58642D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58642D on black background.


Color preview on white background

This text has color #58642D on white background.



Black color preview on #58642D background

This text has black color on #58642D background.


White color preview on #58642D background

This text has white color on #58642D background.