COLOR #746A31

HEX: #746A31
RGB: (116,106,49)

Renk bilgisi

#746A31 contains mainly red and green colors. #746A31 ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#746A31 color RGB value is (116,106,49).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 106 of 255 = 42%
B 49 of 255 = 19%

116
106
49

R + G + B ~ 35%. #746A31 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 106 + 49 = 271 (100%)
R 116 of 271 ~ 42.8%
G 106 of 271 ~ 39.11%
B 49 of 271 ~ 18.08%

%42.8
%39.11
%18.08

CMYK RENK MODELİ

#746A31 rengi CMYK tonu (0,9,58,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.62%
  • sarı tonu 57.76%
  • ana renk tonu 54.51%
CMYK:
(0,9,58,55)
C0M9Y58K55 
(0%,9%,58%,55%)
(0.00/0.09/0.58/0.55)	

CMYK yüzdeleri

%0
%8.62
%57.76
%54.51

Codes

Color #746A31 in popluar color models

746A31
RGB11610649
HSL51°40.61%32.35%
HSB/HSV51°57.76%45.49%
CMYK0.00%8.62%57.76%
54.51%

Color #746A31 in popluar number systems.

HEX746A31
Decimal11610649
Binary11101001101010110001
Octal16415261

Shades and tints

Shades of #746A31

#746A31
(116,106,49)
#6A612D
(106,97,45)
#605829
(96,88,41)
#564F25
(86,79,37)
#4C4621
(76,70,33)
#423D1D
(66,61,29)
#383419
(56,52,25)
#2E2B15
(46,43,21)
#242211
(36,34,17)
#1A190D
(26,25,13)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #746A31

#746A31
(116,106,49)
#807743
(128,119,67)
#8C8455
(140,132,85)
#989167
(152,145,103)
#A49E79
(164,158,121)
#B0AB8B
(176,171,139)
#BCB89D
(188,184,157)
#C8C5AF
(200,197,175)
#D4D2C1
(212,210,193)
#E0DFD3
(224,223,211)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746A31; }

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

This text font color is #746A31.


Background Color

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

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

This div background color is #746A31.


Border color

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

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

This div border color is #746A31.


Opacity

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

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

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

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

This text has shadow with #746A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746A31 on black background.


Color preview on white background

This text has color #746A31 on white background.



Black color preview on #746A31 background

This text has black color on #746A31 background.


White color preview on #746A31 background

This text has white color on #746A31 background.