COLOR #58794E

HEX: #58794E
RGB: (88,121,78)

Color info

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

RGB color model

#58794E color RGB value is (88,121,78).

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

RGB channels and saturation

R 88 of 255 = 35%
G 121 of 255 = 47%
B 78 of 255 = 31%

88
121
78

R + G + B ~ 38%. #58794E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 121 + 78 = 287 (100%)
R 88 of 287 ~ 30.66%
G 121 of 287 ~ 42.16%
B 78 of 287 ~ 27.18%

%30.66
%42.16
%27.18

CMYK color model

#58794E color CMYK value is (27,0,36,53).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 35.54%
  • key color value is 52.55%
CMYK:
(27,0,36,53)
C27M0Y36K53 
(27%,0%,36%,53%)
(0.27/0.00/0.36/0.53)	

CMYK percentages

%27.27
%0
%35.54
%52.55

Codes

Color #58794E in popluar color models

58794E
RGB8812178
HSL106°21.61%39.02%
HSB/HSV106°35.54%47.45%
CMYK27.27%0.00%35.54%
52.55%

Color #58794E in popluar number systems.

HEX58794E
Decimal8812178
Binary101100011110011001110
Octal130171116

Shades and tints

Shades of #58794E

#58794E
(88,121,78)
#506E47
(80,110,71)
#486340
(72,99,64)
#405839
(64,88,57)
#384D32
(56,77,50)
#30422B
(48,66,43)
#283724
(40,55,36)
#202C1D
(32,44,29)
#182116
(24,33,22)
#10160F
(16,22,15)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #58794E

#58794E
(88,121,78)
#67855E
(103,133,94)
#76916E
(118,145,110)
#859D7E
(133,157,126)
#94A98E
(148,169,142)
#A3B59E
(163,181,158)
#B2C1AE
(178,193,174)
#C1CDBE
(193,205,190)
#D0D9CE
(208,217,206)
#DFE5DE
(223,229,222)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58794E; }

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

This text font color is #58794E.


Background Color

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

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

This div background color is #58794E.


Border color

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

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

This div border color is #58794E.


Opacity

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

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

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

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

This text has shadow with #58794E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58794E on black background.


Color preview on white background

This text has color #58794E on white background.



Black color preview on #58794E background

This text has black color on #58794E background.


White color preview on #58794E background

This text has white color on #58794E background.