COLOR #58917D

HEX: #58917D RGB: (88,145,125)

Color info

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

RGB color model

#58917D color RGB value is (88,145,125).

RGB: (88,145,125) (35%, 57%, 49%)

RGB channels and saturation

R 88 of 255 = 35%
G 145 of 255 = 57%
B 125 of 255 = 49%

88
145
125

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

Portions of RGB colors in percentages

R + G + B = 88 + 145 + 125 = 358 (100%)
R 88 of 358 ~ 24.58%
G 145 of 358 ~ 40.5%
B 125 of 358 ~ 34.92'%

%24.58
%40.5
%34.92

CMYK color model

#58917D color CMYK value is (39,0,14,43).

  • cyan value is 39.31%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 43.14%

CMYK: (39,0,14,43)
C39M0Y14K43 (39%, 0%, 14%, 43%)
(0.39 / 0.00 / 0.14 / 0.43)

CMYK percentages

%39.31
%0
%13.79
%43.14

Codes

Color #58917D in popluar color models

58 91 7D
RGB 88 145 125
HSL 159° 24.46% 45.69%
HSB/HSV 159° 39.31% 56.86%
CMYK 39.31% 0.00% 13.79%
43.14%

Color #58917D in popluar number systems.

HEX 58 91 7D
Decimal 88 145 125
Binary 1011000 10010001 1111101
Octal 130 221 175

Shades and tints

Shades of #58917D

#58917D
(88,145,125)
#508472
(80,132,114)
#487767
(72,119,103)
#406A5C
(64,106,92)
#385D51
(56,93,81)
#305046
(48,80,70)
#28433B
(40,67,59)
#203630
(32,54,48)
#182925
(24,41,37)
#101C1A
(16,28,26)
#080F0F
(8,15,15)
#000000
(0,0,0)

Tints of #58917D

#58917D
(88,145,125)
#679B88
(103,155,136)
#76A593
(118,165,147)
#85AF9E
(133,175,158)
#94B9A9
(148,185,169)
#A3C3B4
(163,195,180)
#B2CDBF
(178,205,191)
#C1D7CA
(193,215,202)
#D0E1D5
(208,225,213)
#DFEBE0
(223,235,224)
#EEF5EB
(238,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58917D; }

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

This text font color is #58917D.

Background Color

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

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

This div background color is #58917D.

Border color

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

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

This div border color is #58917D.

Opacity

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

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

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

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

This text has shadow with #58917D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58917D.

Preview

Color preview on black background

This text has color #58917D on black background.


Color preview on white background

This text has color #58917D on white background.


Black color preview on #58917D background

This text has black color on #58917D background.


White color preview on #58917D background

This text has white color on #58917D background.


Related colors

Complementary color

Complementary color for #hex is #A76E82.


I love getcolorcode.com

Triadic colors

1 #7D5891 and #917D58 with #58917D are triadic colors.

2 #7D9158 and #91587D with #58917D are triadic colors.