COLOR #748C9C

HEX: #748C9C
RGB: (116,140,156)

Color info

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

RGB color model

#748C9C color RGB value is (116,140,156).

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

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 156 of 255 = 61%

116
140
156

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

Portions of RGB colors in percentages

R + G + B =
116 + 140 + 156 = 412 (100%)
R 116 of 412 ~ 28.16%
G 140 of 412 ~ 33.98%
B 156 of 412 ~ 37.86%

%28.16
%33.98
%37.86

CMYK color model

#748C9C color CMYK value is (26,10,0,39).

  • cyan value is 25.64%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(26,10,0,39)
C26M10Y0K39 
(26%,10%,0%,39%)
(0.26/0.10/0.00/0.39)	

CMYK percentages

%25.64
%10.26
%0
%38.82

Codes

Color #748C9C in popluar color models

748C9C
RGB116140156
HSL204°16.81%53.33%
HSB/HSV204°25.64%61.18%
CMYK25.64%10.26%0.00%
38.82%

Color #748C9C in popluar number systems.

HEX748C9C
Decimal116140156
Binary11101001000110010011100
Octal164214234

Shades and tints

Shades of #748C9C

#748C9C
(116,140,156)
#6A808E
(106,128,142)
#607480
(96,116,128)
#566872
(86,104,114)
#4C5C64
(76,92,100)
#425056
(66,80,86)
#384448
(56,68,72)
#2E383A
(46,56,58)
#242C2C
(36,44,44)
#1A201E
(26,32,30)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #748C9C

#748C9C
(116,140,156)
#8096A5
(128,150,165)
#8CA0AE
(140,160,174)
#98AAB7
(152,170,183)
#A4B4C0
(164,180,192)
#B0BEC9
(176,190,201)
#BCC8D2
(188,200,210)
#C8D2DB
(200,210,219)
#D4DCE4
(212,220,228)
#E0E6ED
(224,230,237)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748C9C; }

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

This text font color is #748C9C.


Background Color

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

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

This div background color is #748C9C.


Border color

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

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

This div border color is #748C9C.


Opacity

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

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

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

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

This text has shadow with #748C9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748C9C on black background.


Color preview on white background

This text has color #748C9C on white background.



Black color preview on #748C9C background

This text has black color on #748C9C background.


White color preview on #748C9C background

This text has white color on #748C9C background.