COLOR #748B8C

HEX: #748B8C RGB: (116,139,140)

Color info

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

RGB color model

#748B8C color RGB value is (116,139,140).

RGB: (116,139,140) (45%, 55%, 55%)

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 140 of 255 = 55%

116
139
140

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

Portions of RGB colors in percentages

R + G + B = 116 + 139 + 140 = 395 (100%)
R 116 of 395 ~ 29.37%
G 139 of 395 ~ 35.19%
B 140 of 395 ~ 35.44'%

%29.37
%35.19
%35.44

CMYK color model

#748B8C color CMYK value is (17,1,0,45).

  • cyan value is 17.14%
  • magenta value is 0.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (17,1,0,45) C17M1Y0K45 (17%,1%,0%,45%) (0.17/0.01/0.00/0.45) 

CMYK percentages

%17.14
%0.71
%0
%45.1

Codes

Color #748B8C in popluar color models

74 8B 8C
RGB 116 139 140
HSL 183° 9.45% 50.20%
HSB/HSV 183° 17.14% 54.90%
CMYK 17.14% 0.71% 0.00%
45.10%

Color #748B8C in popluar number systems.

HEX 74 8B 8C
Decimal 116 139 140
Binary 1110100 10001011 10001100
Octal 164 213 214

Shades and tints

Shades of #748B8C

#748B8C
(116,139,140)
#6A7F80
(106,127,128)
#607374
(96,115,116)
#566768
(86,103,104)
#4C5B5C
(76,91,92)
#424F50
(66,79,80)
#384344
(56,67,68)
#2E3738
(46,55,56)
#242B2C
(36,43,44)
#1A1F20
(26,31,32)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #748B8C

#748B8C
(116,139,140)
#809596
(128,149,150)
#8C9FA0
(140,159,160)
#98A9AA
(152,169,170)
#A4B3B4
(164,179,180)
#B0BDBE
(176,189,190)
#BCC7C8
(188,199,200)
#C8D1D2
(200,209,210)
#D4DBDC
(212,219,220)
#E0E5E6
(224,229,230)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748B8C; }

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

This text font color is #748B8C.

Background Color

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

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

This div background color is #748B8C.

Border color

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

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

This div border color is #748B8C.

Opacity

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

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

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

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

This text has shadow with #748B8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748B8C.

Preview

Color preview on black background

This text has color #748B8C on black background.


Color preview on white background

This text has color #748B8C on white background.


Black color preview on #748B8C background

This text has black color on #748B8C background.


White color preview on #748B8C background

This text has white color on #748B8C background.


Related colors

Complementary color

Complementary color for #hex is #8B7473.


I love getcolorcode.com

Triadic colors

1 #8C748B and #8B8C74 with #748B8C are triadic colors.

2 #8C8B74 and #8B748C with #748B8C are triadic colors.