COLOR #746729

HEX: #746729
RGB: (116,103,41)

Renk bilgisi

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

RGB renk modeli

#746729 color RGB value is (116,103,41).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 103 of 255 = 40%
B 41 of 255 = 16%

116
103
41

R + G + B ~ 34%. #746729 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 103 + 41 = 260 (100%)
R 116 of 260 ~ 44.62%
G 103 of 260 ~ 39.62%
B 41 of 260 ~ 15.77%

%44.62
%39.62
%15.77

CMYK RENK MODELİ

#746729 rengi CMYK tonu (0,11,65,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 11.21%
  • sarı tonu 64.66%
  • ana renk tonu 54.51%
CMYK:
(0,11,65,55)
C0M11Y65K55 
(0%,11%,65%,55%)
(0.00/0.11/0.65/0.55)	

CMYK yüzdeleri

%0
%11.21
%64.66
%54.51

Codes

Color #746729 in popluar color models

746729
RGB11610341
HSL50°47.77%30.78%
HSB/HSV50°64.66%45.49%
CMYK0.00%11.21%64.66%
54.51%

Color #746729 in popluar number systems.

HEX746729
Decimal11610341
Binary11101001100111101001
Octal16414751

Shades and tints

Shades of #746729

#746729
(116,103,41)
#6A5E26
(106,94,38)
#605523
(96,85,35)
#564C20
(86,76,32)
#4C431D
(76,67,29)
#423A1A
(66,58,26)
#383117
(56,49,23)
#2E2814
(46,40,20)
#241F11
(36,31,17)
#1A160E
(26,22,14)
#100D0B
(16,13,11)
#000000
(0,0,0)

Tints of #746729

#746729
(116,103,41)
#80743C
(128,116,60)
#8C814F
(140,129,79)
#988E62
(152,142,98)
#A49B75
(164,155,117)
#B0A888
(176,168,136)
#BCB59B
(188,181,155)
#C8C2AE
(200,194,174)
#D4CFC1
(212,207,193)
#E0DCD4
(224,220,212)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746729; }

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

This text font color is #746729.


Background Color

.myBgColor { background-color: #746729; }

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

This div background color is #746729.


Border color

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

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

This div border color is #746729.


Opacity

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

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

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

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

This text has shadow with #746729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746729 on black background.


Color preview on white background

This text has color #746729 on white background.



Black color preview on #746729 background

This text has black color on #746729 background.


White color preview on #746729 background

This text has white color on #746729 background.