COLOR #748389

HEX: #748389
RGB: (116,131,137)

Color info

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

RGB color model

#748389 color RGB value is (116,131,137).

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

RGB channels and saturation

R 116 of 255 = 45%
G 131 of 255 = 51%
B 137 of 255 = 54%

116
131
137

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

Portions of RGB colors in percentages

R + G + B =
116 + 131 + 137 = 384 (100%)
R 116 of 384 ~ 30.21%
G 131 of 384 ~ 34.11%
B 137 of 384 ~ 35.68%

%30.21
%34.11
%35.68

CMYK color model

#748389 color CMYK value is (15,4,0,46).

  • cyan value is 15.33%
  • magenta value is 4.38%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(15,4,0,46)
C15M4Y0K46 
(15%,4%,0%,46%)
(0.15/0.04/0.00/0.46)	

CMYK percentages

%15.33
%4.38
%0
%46.27

Codes

Color #748389 in popluar color models

748389
RGB116131137
HSL197°8.30%49.61%
HSB/HSV197°15.33%53.73%
CMYK15.33%4.38%0.00%
46.27%

Color #748389 in popluar number systems.

HEX748389
Decimal116131137
Binary11101001000001110001001
Octal164203211

Shades and tints

Shades of #748389

#748389
(116,131,137)
#6A787D
(106,120,125)
#606D71
(96,109,113)
#566265
(86,98,101)
#4C5759
(76,87,89)
#424C4D
(66,76,77)
#384141
(56,65,65)
#2E3635
(46,54,53)
#242B29
(36,43,41)
#1A201D
(26,32,29)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #748389

#748389
(116,131,137)
#808E93
(128,142,147)
#8C999D
(140,153,157)
#98A4A7
(152,164,167)
#A4AFB1
(164,175,177)
#B0BABB
(176,186,187)
#BCC5C5
(188,197,197)
#C8D0CF
(200,208,207)
#D4DBD9
(212,219,217)
#E0E6E3
(224,230,227)
#ECF1ED
(236,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748389; }

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

This text font color is #748389.


Background Color

.myBgColor { background-color: #748389; }

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

This div background color is #748389.


Border color

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

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

This div border color is #748389.


Opacity

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

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

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

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

This text has shadow with #748389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748389 on black background.


Color preview on white background

This text has color #748389 on white background.



Black color preview on #748389 background

This text has black color on #748389 background.


White color preview on #748389 background

This text has white color on #748389 background.