COLOR #58818F

HEX: #58818F RGB: (88,129,143)

Color info

#58818F contains red, green and blue colors in about the same proportion. Web safe color of #58818F is #669999 (or #699).

RGB color model

#58818F color RGB value is (88,129,143).

RGB: (88,129,143) (35%, 51%, 56%)

RGB channels and saturation

R 88 of 255 = 35%
G 129 of 255 = 51%
B 143 of 255 = 56%

88
129
143

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

Portions of RGB colors in percentages

R + G + B = 88 + 129 + 143 = 360 (100%)
R 88 of 360 ~ 24.44%
G 129 of 360 ~ 35.83%
B 143 of 360 ~ 39.72'%

%24.44
%35.83
%39.72

CMYK color model

#58818F color CMYK value is (38,10,0,44).

  • cyan value is 38.46%
  • magenta value is 9.79%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (38,10,0,44)
C38M10Y0K44 (38%, 10%, 0%, 44%)
(0.38 / 0.10 / 0.00 / 0.44)

CMYK percentages

%38.46
%9.79
%0
%43.92

Codes

Color #58818F in popluar color models

58 81 8F
RGB 88 129 143
HSL 195° 23.81% 45.29%
HSB/HSV 195° 38.46% 56.08%
CMYK 38.46% 9.79% 0.00%
43.92%

Color #58818F in popluar number systems.

HEX 58 81 8F
Decimal 88 129 143
Binary 1011000 10000001 10001111
Octal 130 201 217

Shades and tints

Shades of #58818F

#58818F
(88,129,143)
#507682
(80,118,130)
#486B75
(72,107,117)
#406068
(64,96,104)
#38555B
(56,85,91)
#304A4E
(48,74,78)
#283F41
(40,63,65)
#203434
(32,52,52)
#182927
(24,41,39)
#101E1A
(16,30,26)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #58818F

#58818F
(88,129,143)
#678C99
(103,140,153)
#7697A3
(118,151,163)
#85A2AD
(133,162,173)
#94ADB7
(148,173,183)
#A3B8C1
(163,184,193)
#B2C3CB
(178,195,203)
#C1CED5
(193,206,213)
#D0D9DF
(208,217,223)
#DFE4E9
(223,228,233)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58818F color. Also use rgb(88,129,143) instead hex code.

Text Font Color

.myTextColor { color: #58818F; }

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

This text font color is #58818F.

Background Color

.myBgColor { background-color: #58818F; }

<div style="background-color:#58818F">Inner text</div>

This div background color is #58818F.

Border color

.myBorderColor { border: 1px solid #58818F; }

<div style="border:3px solid #58818F">Div</div>

This div border color is #58818F.

Opacity

.myOpacity80 { color: #58818F; opacity: 0.8; }

<p style="color:#58818F;opacity:0.8;">80%</p>

Text with #58818F 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 #58818F;}

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

This text has shadow with #58818F color.


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

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

This text has shadow with #58818F primary color and red secondary color.


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

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

This text has shadow with #58818F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #58818F.

Preview

Color preview on black background

This text has color #58818F on black background.


Color preview on white background

This text has color #58818F on white background.


Black color preview on #58818F background

This text has black color on #58818F background.


White color preview on #58818F background

This text has white color on #58818F background.


Related colors

Complementary color

Complementary color for #hex is #A77E70.


I love getcolorcode.com

Triadic colors

1 #8F5881 and #818F58 with #58818F are triadic colors.

2 #8F8158 and #81588F with #58818F are triadic colors.