COLOR #58748C

HEX: #58748C RGB: (88,116,140)

Color info

#58748C contains red, green and blue colors in about the same proportion. Web safe color of #58748C is #666699 (or #669).

RGB color model

#58748C color RGB value is (88,116,140).

RGB: (88,116,140) (35%, 45%, 55%)

RGB channels and saturation

R 88 of 255 = 35%
G 116 of 255 = 45%
B 140 of 255 = 55%

88
116
140

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

Portions of RGB colors in percentages

R + G + B = 88 + 116 + 140 = 344 (100%)
R 88 of 344 ~ 25.58%
G 116 of 344 ~ 33.72%
B 140 of 344 ~ 40.7'%

%25.58
%33.72
%40.7

CMYK color model

#58748C color CMYK value is (37,17,0,45).

  • cyan value is 37.14%
  • magenta value is 17.14%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (37,17,0,45)
C37M17Y0K45 (37%, 17%, 0%, 45%)
(0.37 / 0.17 / 0.00 / 0.45)

CMYK percentages

%37.14
%17.14
%0
%45.1

Codes

Color #58748C in popluar color models

58 74 8C
RGB 88 116 140
HSL 208° 22.81% 44.71%
HSB/HSV 208° 37.14% 54.90%
CMYK 37.14% 17.14% 0.00%
45.10%

Color #58748C in popluar number systems.

HEX 58 74 8C
Decimal 88 116 140
Binary 1011000 1110100 10001100
Octal 130 164 214

Shades and tints

Shades of #58748C

#58748C
(88,116,140)
#506A80
(80,106,128)
#486074
(72,96,116)
#405668
(64,86,104)
#384C5C
(56,76,92)
#304250
(48,66,80)
#283844
(40,56,68)
#202E38
(32,46,56)
#18242C
(24,36,44)
#101A20
(16,26,32)
#081014
(8,16,20)
#000000
(0,0,0)

Tints of #58748C

#58748C
(88,116,140)
#678096
(103,128,150)
#768CA0
(118,140,160)
#8598AA
(133,152,170)
#94A4B4
(148,164,180)
#A3B0BE
(163,176,190)
#B2BCC8
(178,188,200)
#C1C8D2
(193,200,210)
#D0D4DC
(208,212,220)
#DFE0E6
(223,224,230)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58748C; }

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

This text font color is #58748C.

Background Color

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

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

This div background color is #58748C.

Border color

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

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

This div border color is #58748C.

Opacity

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

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

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

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

This text has shadow with #58748C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58748C.

Preview

Color preview on black background

This text has color #58748C on black background.


Color preview on white background

This text has color #58748C on white background.


Black color preview on #58748C background

This text has black color on #58748C background.


White color preview on #58748C background

This text has white color on #58748C background.


Related colors

Complementary color

Complementary color for #hex is #A78B73.


I love getcolorcode.com

Triadic colors

1 #8C5874 and #748C58 with #58748C are triadic colors.

2 #8C7458 and #74588C with #58748C are triadic colors.