COLOR #58775E

HEX: #58775E RGB: (88,119,94)

Color info

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

RGB color model

#58775E color RGB value is (88,119,94).

RGB: (88,119,94) (35%, 47%, 37%)

RGB channels and saturation

R 88 of 255 = 35%
G 119 of 255 = 47%
B 94 of 255 = 37%

88
119
94

R + G + B ~ 40%. #58775E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 119 + 94 = 301 (100%)
R 88 of 301 ~ 29.24%
G 119 of 301 ~ 39.53%
B 94 of 301 ~ 31.23'%

%29.24
%39.53
%31.23

CMYK color model

#58775E color CMYK value is (26,0,21,53).

  • cyan value is 26.05%
  • magenta value is 0.00%
  • yellow value is 21.01%
  • key color value is 53.33%

CMYK: (26,0,21,53)
C26M0Y21K53 (26%, 0%, 21%, 53%)
(0.26 / 0.00 / 0.21 / 0.53)

CMYK percentages

%26.05
%0
%21.01
%53.33

Codes

Color #58775E in popluar color models

58 77 5E
RGB 88 119 94
HSL 132° 14.98% 40.59%
HSB/HSV 132° 26.05% 46.67%
CMYK 26.05% 0.00% 21.01%
53.33%

Color #58775E in popluar number systems.

HEX 58 77 5E
Decimal 88 119 94
Binary 1011000 1110111 1011110
Octal 130 167 136

Shades and tints

Shades of #58775E

#58775E
(88,119,94)
#506D56
(80,109,86)
#48634E
(72,99,78)
#405946
(64,89,70)
#384F3E
(56,79,62)
#304536
(48,69,54)
#283B2E
(40,59,46)
#203126
(32,49,38)
#18271E
(24,39,30)
#101D16
(16,29,22)
#08130E
(8,19,14)
#000000
(0,0,0)

Tints of #58775E

#58775E
(88,119,94)
#67836C
(103,131,108)
#768F7A
(118,143,122)
#859B88
(133,155,136)
#94A796
(148,167,150)
#A3B3A4
(163,179,164)
#B2BFB2
(178,191,178)
#C1CBC0
(193,203,192)
#D0D7CE
(208,215,206)
#DFE3DC
(223,227,220)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58775E color. Also use rgb(88,119,94) instead hex code.

Text Font Color

.myTextColor { color: #58775E; }

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

This text font color is #58775E.

Background Color

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

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

This div background color is #58775E.

Border color

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

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

This div border color is #58775E.

Opacity

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

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

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

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

This text has shadow with #58775E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58775E.

Preview

Color preview on black background

This text has color #58775E on black background.


Color preview on white background

This text has color #58775E on white background.


Black color preview on #58775E background

This text has black color on #58775E background.


White color preview on #58775E background

This text has white color on #58775E background.


Related colors

Complementary color

Complementary color for #hex is #A788A1.


I love getcolorcode.com

Triadic colors

1 #5E5877 and #775E58 with #58775E are triadic colors.

2 #5E7758 and #77585E with #58775E are triadic colors.