COLOR #748088

HEX: #748088
RGB: (116,128,136)

Color info

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

RGB color model

#748088 color RGB value is (116,128,136).

  • red value is 116;
  • green value is 128;
  • blue value is 136.
RGB:
(116,128,136)
(45%,50%,53%)

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 136 of 255 = 53%

116
128
136

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

Portions of RGB colors in percentages

R + G + B =
116 + 128 + 136 = 380 (100%)
R 116 of 380 ~ 30.53%
G 128 of 380 ~ 33.68%
B 136 of 380 ~ 35.79%

%30.53
%33.68
%35.79

CMYK color model

#748088 color CMYK value is (15,6,0,47).

  • cyan value is 14.71%
  • magenta value is 5.88%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(15,6,0,47)
C15M6Y0K47 
(15%,6%,0%,47%)
(0.15/0.06/0.00/0.47)	

CMYK percentages

%14.71
%5.88
%0
%46.67

Codes

Color #748088 in popluar color models

748088
RGB116128136
HSL204°7.94%49.41%
HSB/HSV204°14.71%53.33%
CMYK14.71%5.88%0.00%
46.67%

Color #748088 in popluar number systems.

HEX748088
Decimal116128136
Binary11101001000000010001000
Octal164200210

Shades and tints

Shades of #748088

#748088
(116,128,136)
#6A757C
(106,117,124)
#606A70
(96,106,112)
#565F64
(86,95,100)
#4C5458
(76,84,88)
#42494C
(66,73,76)
#383E40
(56,62,64)
#2E3334
(46,51,52)
#242828
(36,40,40)
#1A1D1C
(26,29,28)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #748088

#748088
(116,128,136)
#808B92
(128,139,146)
#8C969C
(140,150,156)
#98A1A6
(152,161,166)
#A4ACB0
(164,172,176)
#B0B7BA
(176,183,186)
#BCC2C4
(188,194,196)
#C8CDCE
(200,205,206)
#D4D8D8
(212,216,216)
#E0E3E2
(224,227,226)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748088 color. Also use rgb(116,128,136) instead hex code.

Text Font Color

.myTextColor { color: #748088; }

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

This text font color is #748088.


Background Color

.myBgColor { background-color: #748088; }

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

This div background color is #748088.


Border color

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

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

This div border color is #748088.


Opacity

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

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

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

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

This text has shadow with #748088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748088 on black background.


Color preview on white background

This text has color #748088 on white background.



Black color preview on #748088 background

This text has black color on #748088 background.


White color preview on #748088 background

This text has white color on #748088 background.