COLOR #746A49

HEX: #746A49
RGB: (116,106,73)

Renk bilgisi

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

RGB renk modeli

#746A49 color RGB value is (116,106,73).

  • kırmız ton 116;
  • yeşil ton 106;
  • mavi ton 73.
RGB:
(116,106,73)
(45%,42%,29%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 106 of 255 = 42%
B 73 of 255 = 29%

116
106
73

R + G + B ~ 39%. #746A49 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 106 + 73 = 295 (100%)
R 116 of 295 ~ 39.32%
G 106 of 295 ~ 35.93%
B 73 of 295 ~ 24.75%

%39.32
%35.93
%24.75

CMYK RENK MODELİ

#746A49 rengi CMYK tonu (0,9,37,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.62%
  • sarı tonu 37.07%
  • ana renk tonu 54.51%
CMYK:
(0,9,37,55)
C0M9Y37K55 
(0%,9%,37%,55%)
(0.00/0.09/0.37/0.55)	

CMYK yüzdeleri

%0
%8.62
%37.07
%54.51

Codes

Color #746A49 in popluar color models

746A49
RGB11610673
HSL46°22.75%37.06%
HSB/HSV46°37.07%45.49%
CMYK0.00%8.62%37.07%
54.51%

Color #746A49 in popluar number systems.

HEX746A49
Decimal11610673
Binary111010011010101001001
Octal164152111

Shades and tints

Shades of #746A49

#746A49
(116,106,73)
#6A6143
(106,97,67)
#60583D
(96,88,61)
#564F37
(86,79,55)
#4C4631
(76,70,49)
#423D2B
(66,61,43)
#383425
(56,52,37)
#2E2B1F
(46,43,31)
#242219
(36,34,25)
#1A1913
(26,25,19)
#10100D
(16,16,13)
#000000
(0,0,0)

Tints of #746A49

#746A49
(116,106,73)
#807759
(128,119,89)
#8C8469
(140,132,105)
#989179
(152,145,121)
#A49E89
(164,158,137)
#B0AB99
(176,171,153)
#BCB8A9
(188,184,169)
#C8C5B9
(200,197,185)
#D4D2C9
(212,210,201)
#E0DFD9
(224,223,217)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746A49; }

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

This text font color is #746A49.


Background Color

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

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

This div background color is #746A49.


Border color

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

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

This div border color is #746A49.


Opacity

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

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

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

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

This text has shadow with #746A49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746A49 on black background.


Color preview on white background

This text has color #746A49 on white background.



Black color preview on #746A49 background

This text has black color on #746A49 background.


White color preview on #746A49 background

This text has white color on #746A49 background.