COLOR #746484

HEX: #746484
RGB: (116,100,132)

Renk bilgisi

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

RGB renk modeli

#746484 color RGB value is (116,100,132).

  • kırmız ton 116;
  • yeşil ton 100;
  • mavi ton 132.
RGB:
(116,100,132)
(45%,39%,52%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 100 of 255 = 39%
B 132 of 255 = 52%

116
100
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 100 + 132 = 348 (100%)
R 116 of 348 ~ 33.33%
G 100 of 348 ~ 28.74%
B 132 of 348 ~ 37.93%

%33.33
%28.74
%37.93

CMYK RENK MODELİ

#746484 rengi CMYK tonu (12,24,0,48).

  • camgöbeği tonu 12.12%
  • eflatun tonu 24.24%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(12,24,0,48)
C12M24Y0K48 
(12%,24%,0%,48%)
(0.12/0.24/0.00/0.48)	

CMYK yüzdeleri

%12.12
%24.24
%0
%48.24

Codes

Color #746484 in popluar color models

746484
RGB116100132
HSL270°13.79%45.49%
HSB/HSV270°24.24%51.76%
CMYK12.12%24.24%0.00%
48.24%

Color #746484 in popluar number systems.

HEX746484
Decimal116100132
Binary1110100110010010000100
Octal164144204

Shades and tints

Shades of #746484

#746484
(116,100,132)
#6A5B78
(106,91,120)
#60526C
(96,82,108)
#564960
(86,73,96)
#4C4054
(76,64,84)
#423748
(66,55,72)
#382E3C
(56,46,60)
#2E2530
(46,37,48)
#241C24
(36,28,36)
#1A1318
(26,19,24)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #746484

#746484
(116,100,132)
#80728F
(128,114,143)
#8C809A
(140,128,154)
#988EA5
(152,142,165)
#A49CB0
(164,156,176)
#B0AABB
(176,170,187)
#BCB8C6
(188,184,198)
#C8C6D1
(200,198,209)
#D4D4DC
(212,212,220)
#E0E2E7
(224,226,231)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746484; }

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

This text font color is #746484.


Background Color

.myBgColor { background-color: #746484; }

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

This div background color is #746484.


Border color

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

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

This div border color is #746484.


Opacity

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

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

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

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

This text has shadow with #746484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746484 on black background.


Color preview on white background

This text has color #746484 on white background.



Black color preview on #746484 background

This text has black color on #746484 background.


White color preview on #746484 background

This text has white color on #746484 background.