COLOR #747380

HEX: #747380
RGB: (116,115,128)

Renk bilgisi

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

RGB renk modeli

#747380 color RGB value is (116,115,128).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 115 of 255 = 45%
B 128 of 255 = 50%

116
115
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 115 + 128 = 359 (100%)
R 116 of 359 ~ 32.31%
G 115 of 359 ~ 32.03%
B 128 of 359 ~ 35.65%

%32.31
%32.03
%35.65

CMYK RENK MODELİ

#747380 rengi CMYK tonu (9,10,0,50).

  • camgöbeği tonu 9.38%
  • eflatun tonu 10.16%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(9,10,0,50)
C9M10Y0K50 
(9%,10%,0%,50%)
(0.09/0.10/0.00/0.50)	

CMYK yüzdeleri

%9.38
%10.16
%0
%49.8

Codes

Color #747380 in popluar color models

747380
RGB116115128
HSL245°5.35%47.65%
HSB/HSV245°10.16%50.20%
CMYK9.38%10.16%0.00%
49.80%

Color #747380 in popluar number systems.

HEX747380
Decimal116115128
Binary1110100111001110000000
Octal164163200

Shades and tints

Shades of #747380

#747380
(116,115,128)
#6A6975
(106,105,117)
#605F6A
(96,95,106)
#56555F
(86,85,95)
#4C4B54
(76,75,84)
#424149
(66,65,73)
#38373E
(56,55,62)
#2E2D33
(46,45,51)
#242328
(36,35,40)
#1A191D
(26,25,29)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #747380

#747380
(116,115,128)
#807F8B
(128,127,139)
#8C8B96
(140,139,150)
#9897A1
(152,151,161)
#A4A3AC
(164,163,172)
#B0AFB7
(176,175,183)
#BCBBC2
(188,187,194)
#C8C7CD
(200,199,205)
#D4D3D8
(212,211,216)
#E0DFE3
(224,223,227)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747380; }

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

This text font color is #747380.


Background Color

.myBgColor { background-color: #747380; }

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

This div background color is #747380.


Border color

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

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

This div border color is #747380.


Opacity

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

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

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

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

This text has shadow with #747380 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747380 on black background.


Color preview on white background

This text has color #747380 on white background.



Black color preview on #747380 background

This text has black color on #747380 background.


White color preview on #747380 background

This text has white color on #747380 background.