COLOR #747171

HEX: #747171
RGB: (116,113,113)

Renk bilgisi

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

RGB renk modeli

#747171 color RGB value is (116,113,113).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 113 of 255 = 44%
B 113 of 255 = 44%

116
113
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 113 + 113 = 342 (100%)
R 116 of 342 ~ 33.92%
G 113 of 342 ~ 33.04%
B 113 of 342 ~ 33.04%

%33.92
%33.04
%33.04

CMYK RENK MODELİ

#747171 rengi CMYK tonu (0,3,3,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 2.59%
  • sarı tonu 2.59%
  • ana renk tonu 54.51%
CMYK:
(0,3,3,55)
C0M3Y3K55 
(0%,3%,3%,55%)
(0.00/0.03/0.03/0.55)	

CMYK yüzdeleri

%0
%2.59
%2.59
%54.51

Codes

Color #747171 in popluar color models

747171
RGB116113113
HSL1.31%44.90%
HSB/HSV2.59%45.49%
CMYK0.00%2.59%2.59%
54.51%

Color #747171 in popluar number systems.

HEX747171
Decimal116113113
Binary111010011100011110001
Octal164161161

Shades and tints

Shades of #747171

#747171
(116,113,113)
#6A6767
(106,103,103)
#605D5D
(96,93,93)
#565353
(86,83,83)
#4C4949
(76,73,73)
#423F3F
(66,63,63)
#383535
(56,53,53)
#2E2B2B
(46,43,43)
#242121
(36,33,33)
#1A1717
(26,23,23)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #747171

#747171
(116,113,113)
#807D7D
(128,125,125)
#8C8989
(140,137,137)
#989595
(152,149,149)
#A4A1A1
(164,161,161)
#B0ADAD
(176,173,173)
#BCB9B9
(188,185,185)
#C8C5C5
(200,197,197)
#D4D1D1
(212,209,209)
#E0DDDD
(224,221,221)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747171; }

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

This text font color is #747171.


Background Color

.myBgColor { background-color: #747171; }

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

This div background color is #747171.


Border color

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

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

This div border color is #747171.


Opacity

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

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

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

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

This text has shadow with #747171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747171 on black background.


Color preview on white background

This text has color #747171 on white background.



Black color preview on #747171 background

This text has black color on #747171 background.


White color preview on #747171 background

This text has white color on #747171 background.