COLOR #746F63

HEX: #746F63
RGB: (116,111,99)

Renk bilgisi

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

RGB renk modeli

#746F63 color RGB value is (116,111,99).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 111 of 255 = 44%
B 99 of 255 = 39%

116
111
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 111 + 99 = 326 (100%)
R 116 of 326 ~ 35.58%
G 111 of 326 ~ 34.05%
B 99 of 326 ~ 30.37%

%35.58
%34.05
%30.37

CMYK RENK MODELİ

#746F63 rengi CMYK tonu (0,4,15,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 4.31%
  • sarı tonu 14.66%
  • ana renk tonu 54.51%
CMYK:
(0,4,15,55)
C0M4Y15K55 
(0%,4%,15%,55%)
(0.00/0.04/0.15/0.55)	

CMYK yüzdeleri

%0
%4.31
%14.66
%54.51

Codes

Color #746F63 in popluar color models

746F63
RGB11611199
HSL42°7.91%42.16%
HSB/HSV42°14.66%45.49%
CMYK0.00%4.31%14.66%
54.51%

Color #746F63 in popluar number systems.

HEX746F63
Decimal11611199
Binary111010011011111100011
Octal164157143

Shades and tints

Shades of #746F63

#746F63
(116,111,99)
#6A655A
(106,101,90)
#605B51
(96,91,81)
#565148
(86,81,72)
#4C473F
(76,71,63)
#423D36
(66,61,54)
#38332D
(56,51,45)
#2E2924
(46,41,36)
#241F1B
(36,31,27)
#1A1512
(26,21,18)
#100B09
(16,11,9)
#000000
(0,0,0)

Tints of #746F63

#746F63
(116,111,99)
#807C71
(128,124,113)
#8C897F
(140,137,127)
#98968D
(152,150,141)
#A4A39B
(164,163,155)
#B0B0A9
(176,176,169)
#BCBDB7
(188,189,183)
#C8CAC5
(200,202,197)
#D4D7D3
(212,215,211)
#E0E4E1
(224,228,225)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746F63; }

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

This text font color is #746F63.


Background Color

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

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

This div background color is #746F63.


Border color

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

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

This div border color is #746F63.


Opacity

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

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

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

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

This text has shadow with #746F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F63 on black background.


Color preview on white background

This text has color #746F63 on white background.



Black color preview on #746F63 background

This text has black color on #746F63 background.


White color preview on #746F63 background

This text has white color on #746F63 background.