COLOR #746B64

HEX: #746B64
RGB: (116,107,100)

Renk bilgisi

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

RGB renk modeli

#746B64 color RGB value is (116,107,100).

  • kırmız ton 116;
  • yeşil ton 107;
  • mavi ton 100.
RGB:
(116,107,100)
(45%,42%,39%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 107 of 255 = 42%
B 100 of 255 = 39%

116
107
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 107 + 100 = 323 (100%)
R 116 of 323 ~ 35.91%
G 107 of 323 ~ 33.13%
B 100 of 323 ~ 30.96%

%35.91
%33.13
%30.96

CMYK RENK MODELİ

#746B64 rengi CMYK tonu (0,8,14,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.76%
  • sarı tonu 13.79%
  • ana renk tonu 54.51%
CMYK:
(0,8,14,55)
C0M8Y14K55 
(0%,8%,14%,55%)
(0.00/0.08/0.14/0.55)	

CMYK yüzdeleri

%0
%7.76
%13.79
%54.51

Codes

Color #746B64 in popluar color models

746B64
RGB116107100
HSL26°7.41%42.35%
HSB/HSV26°13.79%45.49%
CMYK0.00%7.76%13.79%
54.51%

Color #746B64 in popluar number systems.

HEX746B64
Decimal116107100
Binary111010011010111100100
Octal164153144

Shades and tints

Shades of #746B64

#746B64
(116,107,100)
#6A625B
(106,98,91)
#605952
(96,89,82)
#565049
(86,80,73)
#4C4740
(76,71,64)
#423E37
(66,62,55)
#38352E
(56,53,46)
#2E2C25
(46,44,37)
#24231C
(36,35,28)
#1A1A13
(26,26,19)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #746B64

#746B64
(116,107,100)
#807872
(128,120,114)
#8C8580
(140,133,128)
#98928E
(152,146,142)
#A49F9C
(164,159,156)
#B0ACAA
(176,172,170)
#BCB9B8
(188,185,184)
#C8C6C6
(200,198,198)
#D4D3D4
(212,211,212)
#E0E0E2
(224,224,226)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746B64; }

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

This text font color is #746B64.


Background Color

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

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

This div background color is #746B64.


Border color

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

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

This div border color is #746B64.


Opacity

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

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

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

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

This text has shadow with #746B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746B64 on black background.


Color preview on white background

This text has color #746B64 on white background.



Black color preview on #746B64 background

This text has black color on #746B64 background.


White color preview on #746B64 background

This text has white color on #746B64 background.