COLOR #747481

HEX: #747481
RGB: (116,116,129)

Renk bilgisi

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

RGB renk modeli

#747481 color RGB value is (116,116,129).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 116 of 255 = 45%
B 129 of 255 = 51%

116
116
129

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 116 + 129 = 361 (100%)
R 116 of 361 ~ 32.13%
G 116 of 361 ~ 32.13%
B 129 of 361 ~ 35.73%

%32.13
%32.13
%35.73

CMYK RENK MODELİ

#747481 rengi CMYK tonu (10,10,0,49).

  • camgöbeği tonu 10.08%
  • eflatun tonu 10.08%
  • sarı tonu 0.00%
  • ana renk tonu 49.41%
CMYK:
(10,10,0,49)
C10M10Y0K49 
(10%,10%,0%,49%)
(0.10/0.10/0.00/0.49)	

CMYK yüzdeleri

%10.08
%10.08
%0
%49.41

Codes

Color #747481 in popluar color models

747481
RGB116116129
HSL240°5.31%48.04%
HSB/HSV240°10.08%50.59%
CMYK10.08%10.08%0.00%
49.41%

Color #747481 in popluar number systems.

HEX747481
Decimal116116129
Binary1110100111010010000001
Octal164164201

Shades and tints

Shades of #747481

#747481
(116,116,129)
#6A6A76
(106,106,118)
#60606B
(96,96,107)
#565660
(86,86,96)
#4C4C55
(76,76,85)
#42424A
(66,66,74)
#38383F
(56,56,63)
#2E2E34
(46,46,52)
#242429
(36,36,41)
#1A1A1E
(26,26,30)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #747481

#747481
(116,116,129)
#80808C
(128,128,140)
#8C8C97
(140,140,151)
#9898A2
(152,152,162)
#A4A4AD
(164,164,173)
#B0B0B8
(176,176,184)
#BCBCC3
(188,188,195)
#C8C8CE
(200,200,206)
#D4D4D9
(212,212,217)
#E0E0E4
(224,224,228)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747481; }

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

This text font color is #747481.


Background Color

.myBgColor { background-color: #747481; }

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

This div background color is #747481.


Border color

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

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

This div border color is #747481.


Opacity

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

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

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

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

This text has shadow with #747481 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747481 on black background.


Color preview on white background

This text has color #747481 on white background.



Black color preview on #747481 background

This text has black color on #747481 background.


White color preview on #747481 background

This text has white color on #747481 background.