COLOR #747E8D

HEX: #747E8D
RGB: (116,126,141)

Renk bilgisi

#747E8D contains red, green and blue colors in about the same proportion. #747E8D ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#747E8D color RGB value is (116,126,141).

  • kırmız ton 116;
  • yeşil ton 126;
  • mavi ton 141.
RGB:
(116,126,141)
(45%,49%,55%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 126 of 255 = 49%
B 141 of 255 = 55%

116
126
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 126 + 141 = 383 (100%)
R 116 of 383 ~ 30.29%
G 126 of 383 ~ 32.9%
B 141 of 383 ~ 36.81%

%30.29
%32.9
%36.81

CMYK RENK MODELİ

#747E8D rengi CMYK tonu (18,11,0,45).

  • camgöbeği tonu 17.73%
  • eflatun tonu 10.64%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(18,11,0,45)
C18M11Y0K45 
(18%,11%,0%,45%)
(0.18/0.11/0.00/0.45)	

CMYK yüzdeleri

%17.73
%10.64
%0
%44.71

Codes

Color #747E8D in popluar color models

747E8D
RGB116126141
HSL216°9.88%50.39%
HSB/HSV216°17.73%55.29%
CMYK17.73%10.64%0.00%
44.71%

Color #747E8D in popluar number systems.

HEX747E8D
Decimal116126141
Binary1110100111111010001101
Octal164176215

Shades and tints

Shades of #747E8D

#747E8D
(116,126,141)
#6A7381
(106,115,129)
#606875
(96,104,117)
#565D69
(86,93,105)
#4C525D
(76,82,93)
#424751
(66,71,81)
#383C45
(56,60,69)
#2E3139
(46,49,57)
#24262D
(36,38,45)
#1A1B21
(26,27,33)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #747E8D

#747E8D
(116,126,141)
#808997
(128,137,151)
#8C94A1
(140,148,161)
#989FAB
(152,159,171)
#A4AAB5
(164,170,181)
#B0B5BF
(176,181,191)
#BCC0C9
(188,192,201)
#C8CBD3
(200,203,211)
#D4D6DD
(212,214,221)
#E0E1E7
(224,225,231)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747E8D color. Also use rgb(116,126,141) instead hex code.

Text Font Color

.myTextColor { color: #747E8D; }

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

This text font color is #747E8D.


Background Color

.myBgColor { background-color: #747E8D; }

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

This div background color is #747E8D.


Border color

.myBorderColor { border: 1px solid #747E8D; }

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

This div border color is #747E8D.


Opacity

.myOpacity80 { color: #747E8D; opacity: 0.8; }

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

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

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

This text has shadow with #747E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747E8D on black background.


Color preview on white background

This text has color #747E8D on white background.



Black color preview on #747E8D background

This text has black color on #747E8D background.


White color preview on #747E8D background

This text has white color on #747E8D background.