COLOR #58968C

HEX: #58968C RGB: (88,150,140)

Color info

#58968C contains mainly green and blue colors. Web safe color of #58968C is #669999 (or #699).

RGB color model

#58968C color RGB value is (88,150,140).

RGB: (88,150,140) (35%, 59%, 55%)

RGB channels and saturation

R 88 of 255 = 35%
G 150 of 255 = 59%
B 140 of 255 = 55%

88
150
140

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

Portions of RGB colors in percentages

R + G + B = 88 + 150 + 140 = 378 (100%)
R 88 of 378 ~ 23.28%
G 150 of 378 ~ 39.68%
B 140 of 378 ~ 37.04'%

%23.28
%39.68
%37.04

CMYK color model

#58968C color CMYK value is (41,0,7,41).

  • cyan value is 41.33%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 41.18%

CMYK: (41,0,7,41)
C41M0Y7K41 (41%, 0%, 7%, 41%)
(0.41 / 0.00 / 0.07 / 0.41)

CMYK percentages

%41.33
%0
%6.67
%41.18

Codes

Color #58968C in popluar color models

58 96 8C
RGB 88 150 140
HSL 170° 26.05% 46.67%
HSB/HSV 170° 41.33% 58.82%
CMYK 41.33% 0.00% 6.67%
41.18%

Color #58968C in popluar number systems.

HEX 58 96 8C
Decimal 88 150 140
Binary 1011000 10010110 10001100
Octal 130 226 214

Shades and tints

Shades of #58968C

#58968C
(88,150,140)
#508980
(80,137,128)
#487C74
(72,124,116)
#406F68
(64,111,104)
#38625C
(56,98,92)
#305550
(48,85,80)
#284844
(40,72,68)
#203B38
(32,59,56)
#182E2C
(24,46,44)
#102120
(16,33,32)
#081414
(8,20,20)
#000000
(0,0,0)

Tints of #58968C

#58968C
(88,150,140)
#679F96
(103,159,150)
#76A8A0
(118,168,160)
#85B1AA
(133,177,170)
#94BAB4
(148,186,180)
#A3C3BE
(163,195,190)
#B2CCC8
(178,204,200)
#C1D5D2
(193,213,210)
#D0DEDC
(208,222,220)
#DFE7E6
(223,231,230)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58968C color. Also use rgb(88,150,140) instead hex code.

Text Font Color

.myTextColor { color: #58968C; }

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

This text font color is #58968C.

Background Color

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

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

This div background color is #58968C.

Border color

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

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

This div border color is #58968C.

Opacity

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

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

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

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

This text has shadow with #58968C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58968C.

Preview

Color preview on black background

This text has color #58968C on black background.


Color preview on white background

This text has color #58968C on white background.


Black color preview on #58968C background

This text has black color on #58968C background.


White color preview on #58968C background

This text has white color on #58968C background.


Related colors

Complementary color

Complementary color for #hex is #A76973.


I love getcolorcode.com

Triadic colors

1 #8C5896 and #968C58 with #58968C are triadic colors.

2 #8C9658 and #96588C with #58968C are triadic colors.