COLOR #746D3B

HEX: #746D3B
RGB: (116,109,59)

Renk bilgisi

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

RGB renk modeli

#746D3B color RGB value is (116,109,59).

  • kırmız ton 116;
  • yeşil ton 109;
  • mavi ton 59.
RGB:
(116,109,59)
(45%,43%,23%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 109 of 255 = 43%
B 59 of 255 = 23%

116
109
59

R + G + B ~ 37%. #746D3B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 109 + 59 = 284 (100%)
R 116 of 284 ~ 40.85%
G 109 of 284 ~ 38.38%
B 59 of 284 ~ 20.77%

%40.85
%38.38
%20.77

CMYK RENK MODELİ

#746D3B rengi CMYK tonu (0,6,49,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.03%
  • sarı tonu 49.14%
  • ana renk tonu 54.51%
CMYK:
(0,6,49,55)
C0M6Y49K55 
(0%,6%,49%,55%)
(0.00/0.06/0.49/0.55)	

CMYK yüzdeleri

%0
%6.03
%49.14
%54.51

Codes

Color #746D3B in popluar color models

746D3B
RGB11610959
HSL53°32.57%34.31%
HSB/HSV53°49.14%45.49%
CMYK0.00%6.03%49.14%
54.51%

Color #746D3B in popluar number systems.

HEX746D3B
Decimal11610959
Binary11101001101101111011
Octal16415573

Shades and tints

Shades of #746D3B

#746D3B
(116,109,59)
#6A6436
(106,100,54)
#605B31
(96,91,49)
#56522C
(86,82,44)
#4C4927
(76,73,39)
#424022
(66,64,34)
#38371D
(56,55,29)
#2E2E18
(46,46,24)
#242513
(36,37,19)
#1A1C0E
(26,28,14)
#101309
(16,19,9)
#000000
(0,0,0)

Tints of #746D3B

#746D3B
(116,109,59)
#807A4C
(128,122,76)
#8C875D
(140,135,93)
#98946E
(152,148,110)
#A4A17F
(164,161,127)
#B0AE90
(176,174,144)
#BCBBA1
(188,187,161)
#C8C8B2
(200,200,178)
#D4D5C3
(212,213,195)
#E0E2D4
(224,226,212)
#ECEFE5
(236,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746D3B color. Also use rgb(116,109,59) instead hex code.

Text Font Color

.myTextColor { color: #746D3B; }

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

This text font color is #746D3B.


Background Color

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

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

This div background color is #746D3B.


Border color

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

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

This div border color is #746D3B.


Opacity

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

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

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

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

This text has shadow with #746D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746D3B on black background.


Color preview on white background

This text has color #746D3B on white background.



Black color preview on #746D3B background

This text has black color on #746D3B background.


White color preview on #746D3B background

This text has white color on #746D3B background.