COLOR #747489

HEX: #747489
RGB: (116,116,137)

Renk bilgisi

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

RGB renk modeli

#747489 color RGB value is (116,116,137).

  • kırmız ton 116;
  • yeşil ton 116;
  • mavi ton 137.
RGB:
(116,116,137)
(45%,45%,54%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 116 of 255 = 45%
B 137 of 255 = 54%

116
116
137

R + G + B ~ 48%. #747489 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 116 + 137 = 369 (100%)
R 116 of 369 ~ 31.44%
G 116 of 369 ~ 31.44%
B 137 of 369 ~ 37.13%

%31.44
%31.44
%37.13

CMYK RENK MODELİ

#747489 rengi CMYK tonu (15,15,0,46).

  • camgöbeği tonu 15.33%
  • eflatun tonu 15.33%
  • sarı tonu 0.00%
  • ana renk tonu 46.27%
CMYK:
(15,15,0,46)
C15M15Y0K46 
(15%,15%,0%,46%)
(0.15/0.15/0.00/0.46)	

CMYK yüzdeleri

%15.33
%15.33
%0
%46.27

Codes

Color #747489 in popluar color models

747489
RGB116116137
HSL240°8.30%49.61%
HSB/HSV240°15.33%53.73%
CMYK15.33%15.33%0.00%
46.27%

Color #747489 in popluar number systems.

HEX747489
Decimal116116137
Binary1110100111010010001001
Octal164164211

Shades and tints

Shades of #747489

#747489
(116,116,137)
#6A6A7D
(106,106,125)
#606071
(96,96,113)
#565665
(86,86,101)
#4C4C59
(76,76,89)
#42424D
(66,66,77)
#383841
(56,56,65)
#2E2E35
(46,46,53)
#242429
(36,36,41)
#1A1A1D
(26,26,29)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #747489

#747489
(116,116,137)
#808093
(128,128,147)
#8C8C9D
(140,140,157)
#9898A7
(152,152,167)
#A4A4B1
(164,164,177)
#B0B0BB
(176,176,187)
#BCBCC5
(188,188,197)
#C8C8CF
(200,200,207)
#D4D4D9
(212,212,217)
#E0E0E3
(224,224,227)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747489 color. Also use rgb(116,116,137) instead hex code.

Text Font Color

.myTextColor { color: #747489; }

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

This text font color is #747489.


Background Color

.myBgColor { background-color: #747489; }

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

This div background color is #747489.


Border color

.myBorderColor { border: 1px solid #747489; }

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

This div border color is #747489.


Opacity

.myOpacity80 { color: #747489; opacity: 0.8; }

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

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

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

This text has shadow with #747489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747489 on black background.


Color preview on white background

This text has color #747489 on white background.



Black color preview on #747489 background

This text has black color on #747489 background.


White color preview on #747489 background

This text has white color on #747489 background.