COLOR #747D96

HEX: #747D96
RGB: (116,125,150)

Renk bilgisi

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

RGB renk modeli

#747D96 color RGB value is (116,125,150).

  • kırmız ton 116;
  • yeşil ton 125;
  • mavi ton 150.
RGB:
(116,125,150)
(45%,49%,59%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 125 of 255 = 49%
B 150 of 255 = 59%

116
125
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 125 + 150 = 391 (100%)
R 116 of 391 ~ 29.67%
G 125 of 391 ~ 31.97%
B 150 of 391 ~ 38.36%

%29.67
%31.97
%38.36

CMYK RENK MODELİ

#747D96 rengi CMYK tonu (23,17,0,41).

  • camgöbeği tonu 22.67%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(23,17,0,41)
C23M17Y0K41 
(23%,17%,0%,41%)
(0.23/0.17/0.00/0.41)	

CMYK yüzdeleri

%22.67
%16.67
%0
%41.18

Codes

Color #747D96 in popluar color models

747D96
RGB116125150
HSL224°13.93%52.16%
HSB/HSV224°22.67%58.82%
CMYK22.67%16.67%0.00%
41.18%

Color #747D96 in popluar number systems.

HEX747D96
Decimal116125150
Binary1110100111110110010110
Octal164175226

Shades and tints

Shades of #747D96

#747D96
(116,125,150)
#6A7289
(106,114,137)
#60677C
(96,103,124)
#565C6F
(86,92,111)
#4C5162
(76,81,98)
#424655
(66,70,85)
#383B48
(56,59,72)
#2E303B
(46,48,59)
#24252E
(36,37,46)
#1A1A21
(26,26,33)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #747D96

#747D96
(116,125,150)
#80889F
(128,136,159)
#8C93A8
(140,147,168)
#989EB1
(152,158,177)
#A4A9BA
(164,169,186)
#B0B4C3
(176,180,195)
#BCBFCC
(188,191,204)
#C8CAD5
(200,202,213)
#D4D5DE
(212,213,222)
#E0E0E7
(224,224,231)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747D96 color. Also use rgb(116,125,150) instead hex code.

Text Font Color

.myTextColor { color: #747D96; }

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

This text font color is #747D96.


Background Color

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

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

This div background color is #747D96.


Border color

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

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

This div border color is #747D96.


Opacity

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

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

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

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

This text has shadow with #747D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747D96 on black background.


Color preview on white background

This text has color #747D96 on white background.



Black color preview on #747D96 background

This text has black color on #747D96 background.


White color preview on #747D96 background

This text has white color on #747D96 background.