COLOR #58794B

HEX: #58794B
RGB: (88,121,75)

Color info

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

RGB color model

#58794B color RGB value is (88,121,75).

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

RGB channels and saturation

R 88 of 255 = 35%
G 121 of 255 = 47%
B 75 of 255 = 29%

88
121
75

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

Portions of RGB colors in percentages

R + G + B =
88 + 121 + 75 = 284 (100%)
R 88 of 284 ~ 30.99%
G 121 of 284 ~ 42.61%
B 75 of 284 ~ 26.41%

%30.99
%42.61
%26.41

CMYK color model

#58794B color CMYK value is (27,0,38,53).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 38.02%
  • key color value is 52.55%
CMYK:
(27,0,38,53)
C27M0Y38K53 
(27%,0%,38%,53%)
(0.27/0.00/0.38/0.53)	

CMYK percentages

%27.27
%0
%38.02
%52.55

Codes

Color #58794B in popluar color models

58794B
RGB8812175
HSL103°23.47%38.43%
HSB/HSV103°38.02%47.45%
CMYK27.27%0.00%38.02%
52.55%

Color #58794B in popluar number systems.

HEX58794B
Decimal8812175
Binary101100011110011001011
Octal130171113

Shades and tints

Shades of #58794B

#58794B
(88,121,75)
#506E45
(80,110,69)
#48633F
(72,99,63)
#405839
(64,88,57)
#384D33
(56,77,51)
#30422D
(48,66,45)
#283727
(40,55,39)
#202C21
(32,44,33)
#18211B
(24,33,27)
#101615
(16,22,21)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #58794B

#58794B
(88,121,75)
#67855B
(103,133,91)
#76916B
(118,145,107)
#859D7B
(133,157,123)
#94A98B
(148,169,139)
#A3B59B
(163,181,155)
#B2C1AB
(178,193,171)
#C1CDBB
(193,205,187)
#D0D9CB
(208,217,203)
#DFE5DB
(223,229,219)
#EEF1EB
(238,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58794B; }

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

This text font color is #58794B.


Background Color

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

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

This div background color is #58794B.


Border color

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

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

This div border color is #58794B.


Opacity

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

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

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

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

This text has shadow with #58794B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58794B on black background.


Color preview on white background

This text has color #58794B on white background.



Black color preview on #58794B background

This text has black color on #58794B background.


White color preview on #58794B background

This text has white color on #58794B background.