COLOR #58857D

HEX: #58857D RGB: (88,133,125)

Color info

#58857D contains red, green and blue colors in about the same proportion. Web safe color of #58857D is #669966 (or #696).

RGB color model

#58857D color RGB value is (88,133,125).

RGB: (88,133,125) (35%, 52%, 49%)

RGB channels and saturation

R 88 of 255 = 35%
G 133 of 255 = 52%
B 125 of 255 = 49%

88
133
125

R + G + B ~ 45%. #58857D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 133 + 125 = 346 (100%)
R 88 of 346 ~ 25.43%
G 133 of 346 ~ 38.44%
B 125 of 346 ~ 36.13'%

%25.43
%38.44
%36.13

CMYK color model

#58857D color CMYK value is (34,0,6,48).

  • cyan value is 33.83%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 47.84%

CMYK: (34,0,6,48)
C34M0Y6K48 (34%, 0%, 6%, 48%)
(0.34 / 0.00 / 0.06 / 0.48)

CMYK percentages

%33.83
%0
%6.02
%47.84

Codes

Color #58857D in popluar color models

58 85 7D
RGB 88 133 125
HSL 169° 20.36% 43.33%
HSB/HSV 169° 33.83% 52.16%
CMYK 33.83% 0.00% 6.02%
47.84%

Color #58857D in popluar number systems.

HEX 58 85 7D
Decimal 88 133 125
Binary 1011000 10000101 1111101
Octal 130 205 175

Shades and tints

Shades of #58857D

#58857D
(88,133,125)
#507972
(80,121,114)
#486D67
(72,109,103)
#40615C
(64,97,92)
#385551
(56,85,81)
#304946
(48,73,70)
#283D3B
(40,61,59)
#203130
(32,49,48)
#182525
(24,37,37)
#10191A
(16,25,26)
#080D0F
(8,13,15)
#000000
(0,0,0)

Tints of #58857D

#58857D
(88,133,125)
#679088
(103,144,136)
#769B93
(118,155,147)
#85A69E
(133,166,158)
#94B1A9
(148,177,169)
#A3BCB4
(163,188,180)
#B2C7BF
(178,199,191)
#C1D2CA
(193,210,202)
#D0DDD5
(208,221,213)
#DFE8E0
(223,232,224)
#EEF3EB
(238,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58857D color. Also use rgb(88,133,125) instead hex code.

Text Font Color

.myTextColor { color: #58857D; }

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

This text font color is #58857D.

Background Color

.myBgColor { background-color: #58857D; }

<div style="background-color:#58857D">Inner text</div>

This div background color is #58857D.

Border color

.myBorderColor { border: 1px solid #58857D; }

<div style="border:3px solid #58857D">Div</div>

This div border color is #58857D.

Opacity

.myOpacity80 { color: #58857D; opacity: 0.8; }

<p style="color:#58857D;opacity:0.8;">80%</p>

Text with #58857D 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 #58857D;}

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

This text has shadow with #58857D color.


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

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

This text has shadow with #58857D primary color and red secondary color.


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

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

This text has shadow with #58857D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58857D.

Preview

Color preview on black background

This text has color #58857D on black background.


Color preview on white background

This text has color #58857D on white background.


Black color preview on #58857D background

This text has black color on #58857D background.


White color preview on #58857D background

This text has white color on #58857D background.


Related colors

Complementary color

Complementary color for #hex is #A77A82.


I love getcolorcode.com

Triadic colors

1 #7D5885 and #857D58 with #58857D are triadic colors.

2 #7D8558 and #85587D with #58857D are triadic colors.