COLOR #747479

HEX: #747479
RGB: (116,116,121)

Renk bilgisi

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

RGB renk modeli

#747479 color RGB value is (116,116,121).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 116 of 255 = 45%
B 121 of 255 = 47%

116
116
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 116 + 121 = 353 (100%)
R 116 of 353 ~ 32.86%
G 116 of 353 ~ 32.86%
B 121 of 353 ~ 34.28%

%32.86
%32.86
%34.28

CMYK RENK MODELİ

#747479 rengi CMYK tonu (4,4,0,53).

  • camgöbeği tonu 4.13%
  • eflatun tonu 4.13%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(4,4,0,53)
C4M4Y0K53 
(4%,4%,0%,53%)
(0.04/0.04/0.00/0.53)	

CMYK yüzdeleri

%4.13
%4.13
%0
%52.55

Codes

Color #747479 in popluar color models

747479
RGB116116121
HSL240°2.11%46.47%
HSB/HSV240°4.13%47.45%
CMYK4.13%4.13%0.00%
52.55%

Color #747479 in popluar number systems.

HEX747479
Decimal116116121
Binary111010011101001111001
Octal164164171

Shades and tints

Shades of #747479

#747479
(116,116,121)
#6A6A6E
(106,106,110)
#606063
(96,96,99)
#565658
(86,86,88)
#4C4C4D
(76,76,77)
#424242
(66,66,66)
#383837
(56,56,55)
#2E2E2C
(46,46,44)
#242421
(36,36,33)
#1A1A16
(26,26,22)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #747479

#747479
(116,116,121)
#808085
(128,128,133)
#8C8C91
(140,140,145)
#98989D
(152,152,157)
#A4A4A9
(164,164,169)
#B0B0B5
(176,176,181)
#BCBCC1
(188,188,193)
#C8C8CD
(200,200,205)
#D4D4D9
(212,212,217)
#E0E0E5
(224,224,229)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747479; }

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

This text font color is #747479.


Background Color

.myBgColor { background-color: #747479; }

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

This div background color is #747479.


Border color

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

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

This div border color is #747479.


Opacity

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

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

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

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

This text has shadow with #747479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747479 on black background.


Color preview on white background

This text has color #747479 on white background.



Black color preview on #747479 background

This text has black color on #747479 background.


White color preview on #747479 background

This text has white color on #747479 background.