COLOR #746759

HEX: #746759
RGB: (116,103,89)

Renk bilgisi

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

RGB renk modeli

#746759 color RGB value is (116,103,89).

  • kırmız ton 116;
  • yeşil ton 103;
  • mavi ton 89.
RGB:
(116,103,89)
(45%,40%,35%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 103 of 255 = 40%
B 89 of 255 = 35%

116
103
89

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 103 + 89 = 308 (100%)
R 116 of 308 ~ 37.66%
G 103 of 308 ~ 33.44%
B 89 of 308 ~ 28.9%

%37.66
%33.44
%28.9

CMYK RENK MODELİ

#746759 rengi CMYK tonu (0,11,23,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.21%
  • sarı tonu 23.28%
  • ana renk tonu 54.51%
CMYK:
(0,11,23,55)
C0M11Y23K55 
(0%,11%,23%,55%)
(0.00/0.11/0.23/0.55)	

CMYK yüzdeleri

%0
%11.21
%23.28
%54.51

Codes

Color #746759 in popluar color models

746759
RGB11610389
HSL31°13.17%40.20%
HSB/HSV31°23.28%45.49%
CMYK0.00%11.21%23.28%
54.51%

Color #746759 in popluar number systems.

HEX746759
Decimal11610389
Binary111010011001111011001
Octal164147131

Shades and tints

Shades of #746759

#746759
(116,103,89)
#6A5E51
(106,94,81)
#605549
(96,85,73)
#564C41
(86,76,65)
#4C4339
(76,67,57)
#423A31
(66,58,49)
#383129
(56,49,41)
#2E2821
(46,40,33)
#241F19
(36,31,25)
#1A1611
(26,22,17)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #746759

#746759
(116,103,89)
#807468
(128,116,104)
#8C8177
(140,129,119)
#988E86
(152,142,134)
#A49B95
(164,155,149)
#B0A8A4
(176,168,164)
#BCB5B3
(188,181,179)
#C8C2C2
(200,194,194)
#D4CFD1
(212,207,209)
#E0DCE0
(224,220,224)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746759 color. Also use rgb(116,103,89) instead hex code.

Text Font Color

.myTextColor { color: #746759; }

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

This text font color is #746759.


Background Color

.myBgColor { background-color: #746759; }

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

This div background color is #746759.


Border color

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

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

This div border color is #746759.


Opacity

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

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

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

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

This text has shadow with #746759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746759 on black background.


Color preview on white background

This text has color #746759 on white background.



Black color preview on #746759 background

This text has black color on #746759 background.


White color preview on #746759 background

This text has white color on #746759 background.