COLOR #746731

HEX: #746731
RGB: (116,103,49)

Renk bilgisi

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

RGB renk modeli

#746731 color RGB value is (116,103,49).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 103 of 255 = 40%
B 49 of 255 = 19%

116
103
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 103 + 49 = 268 (100%)
R 116 of 268 ~ 43.28%
G 103 of 268 ~ 38.43%
B 49 of 268 ~ 18.28%

%43.28
%38.43
%18.28

CMYK RENK MODELİ

#746731 rengi CMYK tonu (0,11,58,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.21%
  • sarı tonu 57.76%
  • ana renk tonu 54.51%
CMYK:
(0,11,58,55)
C0M11Y58K55 
(0%,11%,58%,55%)
(0.00/0.11/0.58/0.55)	

CMYK yüzdeleri

%0
%11.21
%57.76
%54.51

Codes

Color #746731 in popluar color models

746731
RGB11610349
HSL48°40.61%32.35%
HSB/HSV48°57.76%45.49%
CMYK0.00%11.21%57.76%
54.51%

Color #746731 in popluar number systems.

HEX746731
Decimal11610349
Binary11101001100111110001
Octal16414761

Shades and tints

Shades of #746731

#746731
(116,103,49)
#6A5E2D
(106,94,45)
#605529
(96,85,41)
#564C25
(86,76,37)
#4C4321
(76,67,33)
#423A1D
(66,58,29)
#383119
(56,49,25)
#2E2815
(46,40,21)
#241F11
(36,31,17)
#1A160D
(26,22,13)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #746731

#746731
(116,103,49)
#807443
(128,116,67)
#8C8155
(140,129,85)
#988E67
(152,142,103)
#A49B79
(164,155,121)
#B0A88B
(176,168,139)
#BCB59D
(188,181,157)
#C8C2AF
(200,194,175)
#D4CFC1
(212,207,193)
#E0DCD3
(224,220,211)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746731; }

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

This text font color is #746731.


Background Color

.myBgColor { background-color: #746731; }

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

This div background color is #746731.


Border color

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

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

This div border color is #746731.


Opacity

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

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

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

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

This text has shadow with #746731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746731 on black background.


Color preview on white background

This text has color #746731 on white background.



Black color preview on #746731 background

This text has black color on #746731 background.


White color preview on #746731 background

This text has white color on #746731 background.