COLOR #746F8D

HEX: #746F8D
RGB: (116,111,141)

Renk bilgisi

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

RGB renk modeli

#746F8D color RGB value is (116,111,141).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 111 of 255 = 44%
B 141 of 255 = 55%

116
111
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 111 + 141 = 368 (100%)
R 116 of 368 ~ 31.52%
G 111 of 368 ~ 30.16%
B 141 of 368 ~ 38.32%

%31.52
%30.16
%38.32

CMYK RENK MODELİ

#746F8D rengi CMYK tonu (18,21,0,45).

  • camgöbeği tonu 17.73%
  • eflatun tonu 21.28%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(18,21,0,45)
C18M21Y0K45 
(18%,21%,0%,45%)
(0.18/0.21/0.00/0.45)	

CMYK yüzdeleri

%17.73
%21.28
%0
%44.71

Codes

Color #746F8D in popluar color models

746F8D
RGB116111141
HSL250°11.90%49.41%
HSB/HSV250°21.28%55.29%
CMYK17.73%21.28%0.00%
44.71%

Color #746F8D in popluar number systems.

HEX746F8D
Decimal116111141
Binary1110100110111110001101
Octal164157215

Shades and tints

Shades of #746F8D

#746F8D
(116,111,141)
#6A6581
(106,101,129)
#605B75
(96,91,117)
#565169
(86,81,105)
#4C475D
(76,71,93)
#423D51
(66,61,81)
#383345
(56,51,69)
#2E2939
(46,41,57)
#241F2D
(36,31,45)
#1A1521
(26,21,33)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #746F8D

#746F8D
(116,111,141)
#807C97
(128,124,151)
#8C89A1
(140,137,161)
#9896AB
(152,150,171)
#A4A3B5
(164,163,181)
#B0B0BF
(176,176,191)
#BCBDC9
(188,189,201)
#C8CAD3
(200,202,211)
#D4D7DD
(212,215,221)
#E0E4E7
(224,228,231)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746F8D color. Also use rgb(116,111,141) instead hex code.

Text Font Color

.myTextColor { color: #746F8D; }

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

This text font color is #746F8D.


Background Color

.myBgColor { background-color: #746F8D; }

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

This div background color is #746F8D.


Border color

.myBorderColor { border: 1px solid #746F8D; }

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

This div border color is #746F8D.


Opacity

.myOpacity80 { color: #746F8D; opacity: 0.8; }

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

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

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

This text has shadow with #746F8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F8D on black background.


Color preview on white background

This text has color #746F8D on white background.



Black color preview on #746F8D background

This text has black color on #746F8D background.


White color preview on #746F8D background

This text has white color on #746F8D background.