COLOR #746E8D

HEX: #746E8D
RGB: (116,110,141)

Renk bilgisi

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

RGB renk modeli

#746E8D color RGB value is (116,110,141).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 110 of 255 = 43%
B 141 of 255 = 55%

116
110
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 110 + 141 = 367 (100%)
R 116 of 367 ~ 31.61%
G 110 of 367 ~ 29.97%
B 141 of 367 ~ 38.42%

%31.61
%29.97
%38.42

CMYK RENK MODELİ

#746E8D rengi CMYK tonu (18,22,0,45).

  • camgöbeği tonu 17.73%
  • eflatun tonu 21.99%
  • sarı tonu 0.00%
  • ana renk tonu 44.71%
CMYK:
(18,22,0,45)
C18M22Y0K45 
(18%,22%,0%,45%)
(0.18/0.22/0.00/0.45)	

CMYK yüzdeleri

%17.73
%21.99
%0
%44.71

Codes

Color #746E8D in popluar color models

746E8D
RGB116110141
HSL252°12.35%49.22%
HSB/HSV252°21.99%55.29%
CMYK17.73%21.99%0.00%
44.71%

Color #746E8D in popluar number systems.

HEX746E8D
Decimal116110141
Binary1110100110111010001101
Octal164156215

Shades and tints

Shades of #746E8D

#746E8D
(116,110,141)
#6A6481
(106,100,129)
#605A75
(96,90,117)
#565069
(86,80,105)
#4C465D
(76,70,93)
#423C51
(66,60,81)
#383245
(56,50,69)
#2E2839
(46,40,57)
#241E2D
(36,30,45)
#1A1421
(26,20,33)
#100A15
(16,10,21)
#000000
(0,0,0)

Tints of #746E8D

#746E8D
(116,110,141)
#807B97
(128,123,151)
#8C88A1
(140,136,161)
#9895AB
(152,149,171)
#A4A2B5
(164,162,181)
#B0AFBF
(176,175,191)
#BCBCC9
(188,188,201)
#C8C9D3
(200,201,211)
#D4D6DD
(212,214,221)
#E0E3E7
(224,227,231)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746E8D; }

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

This text font color is #746E8D.


Background Color

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

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

This div background color is #746E8D.


Border color

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

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

This div border color is #746E8D.


Opacity

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

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

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

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

This text has shadow with #746E8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746E8D on black background.


Color preview on white background

This text has color #746E8D on white background.



Black color preview on #746E8D background

This text has black color on #746E8D background.


White color preview on #746E8D background

This text has white color on #746E8D background.