COLOR #748C8E

HEX: #748C8E
RGB: (116,140,142)

Color info

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

RGB color model

#748C8E color RGB value is (116,140,142).

  • red value is 116;
  • green value is 140;
  • blue value is 142.
RGB:
(116,140,142)
(45%,55%,56%)

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 142 of 255 = 56%

116
140
142

R + G + B ~ 52%. #748C8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 140 + 142 = 398 (100%)
R 116 of 398 ~ 29.15%
G 140 of 398 ~ 35.18%
B 142 of 398 ~ 35.68%

%29.15
%35.18
%35.68

CMYK color model

#748C8E color CMYK value is (18,1,0,44).

  • cyan value is 18.31%
  • magenta value is 1.41%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(18,1,0,44)
C18M1Y0K44 
(18%,1%,0%,44%)
(0.18/0.01/0.00/0.44)	

CMYK percentages

%18.31
%1.41
%0
%44.31

Codes

Color #748C8E in popluar color models

748C8E
RGB116140142
HSL185°10.32%50.59%
HSB/HSV185°18.31%55.69%
CMYK18.31%1.41%0.00%
44.31%

Color #748C8E in popluar number systems.

HEX748C8E
Decimal116140142
Binary11101001000110010001110
Octal164214216

Shades and tints

Shades of #748C8E

#748C8E
(116,140,142)
#6A8082
(106,128,130)
#607476
(96,116,118)
#56686A
(86,104,106)
#4C5C5E
(76,92,94)
#425052
(66,80,82)
#384446
(56,68,70)
#2E383A
(46,56,58)
#242C2E
(36,44,46)
#1A2022
(26,32,34)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #748C8E

#748C8E
(116,140,142)
#809698
(128,150,152)
#8CA0A2
(140,160,162)
#98AAAC
(152,170,172)
#A4B4B6
(164,180,182)
#B0BEC0
(176,190,192)
#BCC8CA
(188,200,202)
#C8D2D4
(200,210,212)
#D4DCDE
(212,220,222)
#E0E6E8
(224,230,232)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748C8E color. Also use rgb(116,140,142) instead hex code.

Text Font Color

.myTextColor { color: #748C8E; }

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

This text font color is #748C8E.


Background Color

.myBgColor { background-color: #748C8E; }

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

This div background color is #748C8E.


Border color

.myBorderColor { border: 1px solid #748C8E; }

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

This div border color is #748C8E.


Opacity

.myOpacity80 { color: #748C8E; opacity: 0.8; }

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

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

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

This text has shadow with #748C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748C8E on black background.


Color preview on white background

This text has color #748C8E on white background.



Black color preview on #748C8E background

This text has black color on #748C8E background.


White color preview on #748C8E background

This text has white color on #748C8E background.