COLOR #747371

HEX: #747371
RGB: (116,115,113)

Renk bilgisi

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

RGB renk modeli

#747371 color RGB value is (116,115,113).

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

RGB bağlantıları ve doygunluk

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

116
115
113

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 115 + 113 = 344 (100%)
R 116 of 344 ~ 33.72%
G 115 of 344 ~ 33.43%
B 113 of 344 ~ 32.85%

%33.72
%33.43
%32.85

CMYK RENK MODELİ

#747371 rengi CMYK tonu (0,1,3,55).

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

CMYK yüzdeleri

%0
%0.86
%2.59
%54.51

Codes

Color #747371 in popluar color models

747371
RGB116115113
HSL40°1.31%44.90%
HSB/HSV40°2.59%45.49%
CMYK0.00%0.86%2.59%
54.51%

Color #747371 in popluar number systems.

HEX747371
Decimal116115113
Binary111010011100111110001
Octal164163161

Shades and tints

Shades of #747371

#747371
(116,115,113)
#6A6967
(106,105,103)
#605F5D
(96,95,93)
#565553
(86,85,83)
#4C4B49
(76,75,73)
#42413F
(66,65,63)
#383735
(56,55,53)
#2E2D2B
(46,45,43)
#242321
(36,35,33)
#1A1917
(26,25,23)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #747371

#747371
(116,115,113)
#807F7D
(128,127,125)
#8C8B89
(140,139,137)
#989795
(152,151,149)
#A4A3A1
(164,163,161)
#B0AFAD
(176,175,173)
#BCBBB9
(188,187,185)
#C8C7C5
(200,199,197)
#D4D3D1
(212,211,209)
#E0DFDD
(224,223,221)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747371; }

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

This text font color is #747371.


Background Color

.myBgColor { background-color: #747371; }

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

This div background color is #747371.


Border color

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

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

This div border color is #747371.


Opacity

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

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

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

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

This text has shadow with #747371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747371 on black background.


Color preview on white background

This text has color #747371 on white background.



Black color preview on #747371 background

This text has black color on #747371 background.


White color preview on #747371 background

This text has white color on #747371 background.