COLOR #746163

HEX: #746163
RGB: (116,97,99)

Renk bilgisi

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

RGB renk modeli

#746163 color RGB value is (116,97,99).

  • kırmız ton 116;
  • yeşil ton 97;
  • mavi ton 99.
RGB:
(116,97,99)
(45%,38%,39%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 97 of 255 = 38%
B 99 of 255 = 39%

116
97
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 97 + 99 = 312 (100%)
R 116 of 312 ~ 37.18%
G 97 of 312 ~ 31.09%
B 99 of 312 ~ 31.73%

%37.18
%31.09
%31.73

CMYK RENK MODELİ

#746163 rengi CMYK tonu (0,16,15,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.38%
  • sarı tonu 14.66%
  • ana renk tonu 54.51%
CMYK:
(0,16,15,55)
C0M16Y15K55 
(0%,16%,15%,55%)
(0.00/0.16/0.15/0.55)	

CMYK yüzdeleri

%0
%16.38
%14.66
%54.51

Codes

Color #746163 in popluar color models

746163
RGB1169799
HSL354°8.92%41.76%
HSB/HSV354°16.38%45.49%
CMYK0.00%16.38%14.66%
54.51%

Color #746163 in popluar number systems.

HEX746163
Decimal1169799
Binary111010011000011100011
Octal164141143

Shades and tints

Shades of #746163

#746163
(116,97,99)
#6A595A
(106,89,90)
#605151
(96,81,81)
#564948
(86,73,72)
#4C413F
(76,65,63)
#423936
(66,57,54)
#38312D
(56,49,45)
#2E2924
(46,41,36)
#24211B
(36,33,27)
#1A1912
(26,25,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #746163

#746163
(116,97,99)
#806F71
(128,111,113)
#8C7D7F
(140,125,127)
#988B8D
(152,139,141)
#A4999B
(164,153,155)
#B0A7A9
(176,167,169)
#BCB5B7
(188,181,183)
#C8C3C5
(200,195,197)
#D4D1D3
(212,209,211)
#E0DFE1
(224,223,225)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746163; }

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

This text font color is #746163.


Background Color

.myBgColor { background-color: #746163; }

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

This div background color is #746163.


Border color

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

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

This div border color is #746163.


Opacity

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

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

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

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

This text has shadow with #746163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746163 on black background.


Color preview on white background

This text has color #746163 on white background.



Black color preview on #746163 background

This text has black color on #746163 background.


White color preview on #746163 background

This text has white color on #746163 background.