COLOR #747E9D

HEX: #747E9D
RGB: (116,126,157)

Renk bilgisi

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

RGB renk modeli

#747E9D color RGB value is (116,126,157).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 126 of 255 = 49%
B 157 of 255 = 62%

116
126
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 126 + 157 = 399 (100%)
R 116 of 399 ~ 29.07%
G 126 of 399 ~ 31.58%
B 157 of 399 ~ 39.35%

%29.07
%31.58
%39.35

CMYK RENK MODELİ

#747E9D rengi CMYK tonu (26,20,0,38).

  • camgöbeği tonu 26.11%
  • eflatun tonu 19.75%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(26,20,0,38)
C26M20Y0K38 
(26%,20%,0%,38%)
(0.26/0.20/0.00/0.38)	

CMYK yüzdeleri

%26.11
%19.75
%0
%38.43

Codes

Color #747E9D in popluar color models

747E9D
RGB116126157
HSL225°17.30%53.53%
HSB/HSV225°26.11%61.57%
CMYK26.11%19.75%0.00%
38.43%

Color #747E9D in popluar number systems.

HEX747E9D
Decimal116126157
Binary1110100111111010011101
Octal164176235

Shades and tints

Shades of #747E9D

#747E9D
(116,126,157)
#6A738F
(106,115,143)
#606881
(96,104,129)
#565D73
(86,93,115)
#4C5265
(76,82,101)
#424757
(66,71,87)
#383C49
(56,60,73)
#2E313B
(46,49,59)
#24262D
(36,38,45)
#1A1B1F
(26,27,31)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #747E9D

#747E9D
(116,126,157)
#8089A5
(128,137,165)
#8C94AD
(140,148,173)
#989FB5
(152,159,181)
#A4AABD
(164,170,189)
#B0B5C5
(176,181,197)
#BCC0CD
(188,192,205)
#C8CBD5
(200,203,213)
#D4D6DD
(212,214,221)
#E0E1E5
(224,225,229)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747E9D; }

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

This text font color is #747E9D.


Background Color

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

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

This div background color is #747E9D.


Border color

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

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

This div border color is #747E9D.


Opacity

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

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

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

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

This text has shadow with #747E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747E9D on black background.


Color preview on white background

This text has color #747E9D on white background.



Black color preview on #747E9D background

This text has black color on #747E9D background.


White color preview on #747E9D background

This text has white color on #747E9D background.