COLOR #746949

HEX: #746949
RGB: (116,105,73)

Renk bilgisi

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

RGB renk modeli

#746949 color RGB value is (116,105,73).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 105 of 255 = 41%
B 73 of 255 = 29%

116
105
73

R + G + B ~ 38%. #746949 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 105 + 73 = 294 (100%)
R 116 of 294 ~ 39.46%
G 105 of 294 ~ 35.71%
B 73 of 294 ~ 24.83%

%39.46
%35.71
%24.83

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.48%
  • 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
%9.48
%37.07
%54.51

Codes

Color #746949 in popluar color models

746949
RGB11610573
HSL45°22.75%37.06%
HSB/HSV45°37.07%45.49%
CMYK0.00%9.48%37.07%
54.51%

Color #746949 in popluar number systems.

HEX746949
Decimal11610573
Binary111010011010011001001
Octal164151111

Shades and tints

Shades of #746949

#746949
(116,105,73)
#6A6043
(106,96,67)
#60573D
(96,87,61)
#564E37
(86,78,55)
#4C4531
(76,69,49)
#423C2B
(66,60,43)
#383325
(56,51,37)
#2E2A1F
(46,42,31)
#242119
(36,33,25)
#1A1813
(26,24,19)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #746949

#746949
(116,105,73)
#807659
(128,118,89)
#8C8369
(140,131,105)
#989079
(152,144,121)
#A49D89
(164,157,137)
#B0AA99
(176,170,153)
#BCB7A9
(188,183,169)
#C8C4B9
(200,196,185)
#D4D1C9
(212,209,201)
#E0DED9
(224,222,217)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746949; }

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

This text font color is #746949.


Background Color

.myBgColor { background-color: #746949; }

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

This div background color is #746949.


Border color

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

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

This div border color is #746949.


Opacity

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

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

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

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

This text has shadow with #746949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746949 on black background.


Color preview on white background

This text has color #746949 on white background.



Black color preview on #746949 background

This text has black color on #746949 background.


White color preview on #746949 background

This text has white color on #746949 background.