COLOR #58796C

HEX: #58796C RGB: (88,121,108)

Color info

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

RGB color model

#58796C color RGB value is (88,121,108).

RGB: (88,121,108) (35%, 47%, 42%)

RGB channels and saturation

R 88 of 255 = 35%
G 121 of 255 = 47%
B 108 of 255 = 42%

88
121
108

R + G + B ~ 41%. #58796C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 121 + 108 = 317 (100%)
R 88 of 317 ~ 27.76%
G 121 of 317 ~ 38.17%
B 108 of 317 ~ 34.07'%

%27.76
%38.17
%34.07

CMYK color model

#58796C color CMYK value is (27,0,11,53).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 10.74%
  • key color value is 52.55%

CMYK: (27,0,11,53)
C27M0Y11K53 (27%, 0%, 11%, 53%)
(0.27 / 0.00 / 0.11 / 0.53)

CMYK percentages

%27.27
%0
%10.74
%52.55

Codes

Color #58796C in popluar color models

58 79 6C
RGB 88 121 108
HSL 156° 15.79% 40.98%
HSB/HSV 156° 27.27% 47.45%
CMYK 27.27% 0.00% 10.74%
52.55%

Color #58796C in popluar number systems.

HEX 58 79 6C
Decimal 88 121 108
Binary 1011000 1111001 1101100
Octal 130 171 154

Shades and tints

Shades of #58796C

#58796C
(88,121,108)
#506E63
(80,110,99)
#48635A
(72,99,90)
#405851
(64,88,81)
#384D48
(56,77,72)
#30423F
(48,66,63)
#283736
(40,55,54)
#202C2D
(32,44,45)
#182124
(24,33,36)
#10161B
(16,22,27)
#080B12
(8,11,18)
#000000
(0,0,0)

Tints of #58796C

#58796C
(88,121,108)
#678579
(103,133,121)
#769186
(118,145,134)
#859D93
(133,157,147)
#94A9A0
(148,169,160)
#A3B5AD
(163,181,173)
#B2C1BA
(178,193,186)
#C1CDC7
(193,205,199)
#D0D9D4
(208,217,212)
#DFE5E1
(223,229,225)
#EEF1EE
(238,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58796C color. Also use rgb(88,121,108) instead hex code.

Text Font Color

.myTextColor { color: #58796C; }

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

This text font color is #58796C.

Background Color

.myBgColor { background-color: #58796C; }

<div style="background-color:#58796C">Inner text</div>

This div background color is #58796C.

Border color

.myBorderColor { border: 1px solid #58796C; }

<div style="border:3px solid #58796C">Div</div>

This div border color is #58796C.

Opacity

.myOpacity80 { color: #58796C; opacity: 0.8; }

<p style="color:#58796C;opacity:0.8;">80%</p>

Text with #58796C 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 #58796C;}

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

This text has shadow with #58796C color.


.textShadow {text-shadow: 3px 3px 1px #58796C', 3px 3px 1px red;}

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

This text has shadow with #58796C primary color and red secondary color.


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

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

This text has shadow with #58796C and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #58796C; -webkit-box-shadow: 1px 1px 3px 2px #58796C; box-shadow:1px 1px 3px 2px #58796C;">
Div content here
</div>

This div box has shadow with color #58796C.

Preview

Color preview on black background

This text has color #58796C on black background.


Color preview on white background

This text has color #58796C on white background.


Black color preview on #58796C background

This text has black color on #58796C background.


White color preview on #58796C background

This text has white color on #58796C background.


Related colors

Complementary color

Complementary color for #hex is #A78693.


I love getcolorcode.com

Triadic colors

1 #6C5879 and #796C58 with #58796C are triadic colors.

2 #6C7958 and #79586C with #58796C are triadic colors.