COLOR #748589

HEX: #748589
RGB: (116,133,137)

Color info

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

RGB color model

#748589 color RGB value is (116,133,137).

  • red value is 116;
  • green value is 133;
  • blue value is 137.
RGB:
(116,133,137)
(45%,52%,54%)

RGB channels and saturation

R 116 of 255 = 45%
G 133 of 255 = 52%
B 137 of 255 = 54%

116
133
137

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

Portions of RGB colors in percentages

R + G + B =
116 + 133 + 137 = 386 (100%)
R 116 of 386 ~ 30.05%
G 133 of 386 ~ 34.46%
B 137 of 386 ~ 35.49%

%30.05
%34.46
%35.49

CMYK color model

#748589 color CMYK value is (15,3,0,46).

  • cyan value is 15.33%
  • magenta value is 2.92%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(15,3,0,46)
C15M3Y0K46 
(15%,3%,0%,46%)
(0.15/0.03/0.00/0.46)	

CMYK percentages

%15.33
%2.92
%0
%46.27

Codes

Color #748589 in popluar color models

748589
RGB116133137
HSL191°8.30%49.61%
HSB/HSV191°15.33%53.73%
CMYK15.33%2.92%0.00%
46.27%

Color #748589 in popluar number systems.

HEX748589
Decimal116133137
Binary11101001000010110001001
Octal164205211

Shades and tints

Shades of #748589

#748589
(116,133,137)
#6A797D
(106,121,125)
#606D71
(96,109,113)
#566165
(86,97,101)
#4C5559
(76,85,89)
#42494D
(66,73,77)
#383D41
(56,61,65)
#2E3135
(46,49,53)
#242529
(36,37,41)
#1A191D
(26,25,29)
#100D11
(16,13,17)
#000000
(0,0,0)

Tints of #748589

#748589
(116,133,137)
#809093
(128,144,147)
#8C9B9D
(140,155,157)
#98A6A7
(152,166,167)
#A4B1B1
(164,177,177)
#B0BCBB
(176,188,187)
#BCC7C5
(188,199,197)
#C8D2CF
(200,210,207)
#D4DDD9
(212,221,217)
#E0E8E3
(224,232,227)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748589 color. Also use rgb(116,133,137) instead hex code.

Text Font Color

.myTextColor { color: #748589; }

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

This text font color is #748589.


Background Color

.myBgColor { background-color: #748589; }

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

This div background color is #748589.


Border color

.myBorderColor { border: 1px solid #748589; }

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

This div border color is #748589.


Opacity

.myOpacity80 { color: #748589; opacity: 0.8; }

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

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

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

This text has shadow with #748589 color.

.textShadow {text-shadow: 3px 3px 1px #748589, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #748589;
-webkit-box-shadow: 1px 1px 3px 2px #748589;
box-shadow:1px 1px 3px 2px #748589;">
Div content here</div>
This div box has shadow with color #748589.

Preview

Color preview on black background

This text has color #748589 on black background.


Color preview on white background

This text has color #748589 on white background.



Black color preview on #748589 background

This text has black color on #748589 background.


White color preview on #748589 background

This text has white color on #748589 background.