COLOR #58694E

HEX: #58694E
RGB: (88,105,78)

Color info

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

RGB color model

#58694E color RGB value is (88,105,78).

  • red value is 88;
  • green value is 105;
  • blue value is 78.
RGB:
(88,105,78)
(35%,41%,31%)

RGB channels and saturation

R 88 of 255 = 35%
G 105 of 255 = 41%
B 78 of 255 = 31%

88
105
78

R + G + B ~ 36%. #58694E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 105 + 78 = 271 (100%)
R 88 of 271 ~ 32.47%
G 105 of 271 ~ 38.75%
B 78 of 271 ~ 28.78%

%32.47
%38.75
%28.78

CMYK color model

#58694E color CMYK value is (16,0,26,59).

  • cyan value is 16.19%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 58.82%
CMYK:
(16,0,26,59)
C16M0Y26K59 
(16%,0%,26%,59%)
(0.16/0.00/0.26/0.59)	

CMYK percentages

%16.19
%0
%25.71
%58.82

Codes

Color #58694E in popluar color models

58694E
RGB8810578
HSL98°14.75%35.88%
HSB/HSV98°25.71%41.18%
CMYK16.19%0.00%25.71%
58.82%

Color #58694E in popluar number systems.

HEX58694E
Decimal8810578
Binary101100011010011001110
Octal130151116

Shades and tints

Shades of #58694E

#58694E
(88,105,78)
#506047
(80,96,71)
#485740
(72,87,64)
#404E39
(64,78,57)
#384532
(56,69,50)
#303C2B
(48,60,43)
#283324
(40,51,36)
#202A1D
(32,42,29)
#182116
(24,33,22)
#10180F
(16,24,15)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #58694E

#58694E
(88,105,78)
#67765E
(103,118,94)
#76836E
(118,131,110)
#85907E
(133,144,126)
#949D8E
(148,157,142)
#A3AA9E
(163,170,158)
#B2B7AE
(178,183,174)
#C1C4BE
(193,196,190)
#D0D1CE
(208,209,206)
#DFDEDE
(223,222,222)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58694E color. Also use rgb(88,105,78) instead hex code.

Text Font Color

.myTextColor { color: #58694E; }

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

This text font color is #58694E.


Background Color

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

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

This div background color is #58694E.


Border color

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

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

This div border color is #58694E.


Opacity

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

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

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

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

This text has shadow with #58694E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58694E on black background.


Color preview on white background

This text has color #58694E on white background.



Black color preview on #58694E background

This text has black color on #58694E background.


White color preview on #58694E background

This text has white color on #58694E background.