COLOR #746D6D

HEX: #746D6D
RGB: (116,109,109)

Renk bilgisi

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

RGB renk modeli

#746D6D color RGB value is (116,109,109).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 109 of 255 = 43%
B 109 of 255 = 43%

116
109
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 109 + 109 = 334 (100%)
R 116 of 334 ~ 34.73%
G 109 of 334 ~ 32.63%
B 109 of 334 ~ 32.63%

%34.73
%32.63
%32.63

CMYK RENK MODELİ

#746D6D rengi CMYK tonu (0,6,6,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.03%
  • sarı tonu 6.03%
  • ana renk tonu 54.51%
CMYK:
(0,6,6,55)
C0M6Y6K55 
(0%,6%,6%,55%)
(0.00/0.06/0.06/0.55)	

CMYK yüzdeleri

%0
%6.03
%6.03
%54.51

Codes

Color #746D6D in popluar color models

746D6D
RGB116109109
HSL3.11%44.12%
HSB/HSV6.03%45.49%
CMYK0.00%6.03%6.03%
54.51%

Color #746D6D in popluar number systems.

HEX746D6D
Decimal116109109
Binary111010011011011101101
Octal164155155

Shades and tints

Shades of #746D6D

#746D6D
(116,109,109)
#6A6464
(106,100,100)
#605B5B
(96,91,91)
#565252
(86,82,82)
#4C4949
(76,73,73)
#424040
(66,64,64)
#383737
(56,55,55)
#2E2E2E
(46,46,46)
#242525
(36,37,37)
#1A1C1C
(26,28,28)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #746D6D

#746D6D
(116,109,109)
#807A7A
(128,122,122)
#8C8787
(140,135,135)
#989494
(152,148,148)
#A4A1A1
(164,161,161)
#B0AEAE
(176,174,174)
#BCBBBB
(188,187,187)
#C8C8C8
(200,200,200)
#D4D5D5
(212,213,213)
#E0E2E2
(224,226,226)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746D6D; }

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

This text font color is #746D6D.


Background Color

.myBgColor { background-color: #746D6D; }

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

This div background color is #746D6D.


Border color

.myBorderColor { border: 1px solid #746D6D; }

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

This div border color is #746D6D.


Opacity

.myOpacity80 { color: #746D6D; opacity: 0.8; }

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

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

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

This text has shadow with #746D6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D6D on black background.


Color preview on white background

This text has color #746D6D on white background.



Black color preview on #746D6D background

This text has black color on #746D6D background.


White color preview on #746D6D background

This text has white color on #746D6D background.