COLOR #58644F

HEX: #58644F
RGB: (88,100,79)

Color info

#58644F contains red, green and blue colors in about the same proportion. Web safe color of #58644F is #666666 (or #666).

RGB color model

#58644F color RGB value is (88,100,79).

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

RGB channels and saturation

R 88 of 255 = 35%
G 100 of 255 = 39%
B 79 of 255 = 31%

88
100
79

R + G + B ~ 35%. #58644F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 79 = 267 (100%)
R 88 of 267 ~ 32.96%
G 100 of 267 ~ 37.45%
B 79 of 267 ~ 29.59%

%32.96
%37.45
%29.59

CMYK color model

#58644F color CMYK value is (12,0,21,61).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 60.78%
CMYK:
(12,0,21,61)
C12M0Y21K61 
(12%,0%,21%,61%)
(0.12/0.00/0.21/0.61)	

CMYK percentages

%12
%0
%21
%60.78

Codes

Color #58644F in popluar color models

58644F
RGB8810079
HSL94°11.73%35.10%
HSB/HSV94°21.00%39.22%
CMYK12.00%0.00%21.00%
60.78%

Color #58644F in popluar number systems.

HEX58644F
Decimal8810079
Binary101100011001001001111
Octal130144117

Shades and tints

Shades of #58644F

#58644F
(88,100,79)
#505B48
(80,91,72)
#485241
(72,82,65)
#40493A
(64,73,58)
#384033
(56,64,51)
#30372C
(48,55,44)
#282E25
(40,46,37)
#20251E
(32,37,30)
#181C17
(24,28,23)
#101310
(16,19,16)
#080A09
(8,10,9)
#000000
(0,0,0)

Tints of #58644F

#58644F
(88,100,79)
#67725F
(103,114,95)
#76806F
(118,128,111)
#858E7F
(133,142,127)
#949C8F
(148,156,143)
#A3AA9F
(163,170,159)
#B2B8AF
(178,184,175)
#C1C6BF
(193,198,191)
#D0D4CF
(208,212,207)
#DFE2DF
(223,226,223)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58644F color. Also use rgb(88,100,79) instead hex code.

Text Font Color

.myTextColor { color: #58644F; }

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

This text font color is #58644F.


Background Color

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

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

This div background color is #58644F.


Border color

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

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

This div border color is #58644F.


Opacity

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

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

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

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

This text has shadow with #58644F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58644F on black background.


Color preview on white background

This text has color #58644F on white background.



Black color preview on #58644F background

This text has black color on #58644F background.


White color preview on #58644F background

This text has white color on #58644F background.