COLOR #746631

HEX: #746631
RGB: (116,102,49)

Renk bilgisi

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

RGB renk modeli

#746631 color RGB value is (116,102,49).

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

RGB bağlantıları ve doygunluk

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

116
102
49

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 102 + 49 = 267 (100%)
R 116 of 267 ~ 43.45%
G 102 of 267 ~ 38.2%
B 49 of 267 ~ 18.35%

%43.45
%38.2
%18.35

CMYK RENK MODELİ

#746631 rengi CMYK tonu (0,12,58,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.07%
  • sarı tonu 57.76%
  • ana renk tonu 54.51%
CMYK:
(0,12,58,55)
C0M12Y58K55 
(0%,12%,58%,55%)
(0.00/0.12/0.58/0.55)	

CMYK yüzdeleri

%0
%12.07
%57.76
%54.51

Codes

Color #746631 in popluar color models

746631
RGB11610249
HSL47°40.61%32.35%
HSB/HSV47°57.76%45.49%
CMYK0.00%12.07%57.76%
54.51%

Color #746631 in popluar number systems.

HEX746631
Decimal11610249
Binary11101001100110110001
Octal16414661

Shades and tints

Shades of #746631

#746631
(116,102,49)
#6A5D2D
(106,93,45)
#605429
(96,84,41)
#564B25
(86,75,37)
#4C4221
(76,66,33)
#42391D
(66,57,29)
#383019
(56,48,25)
#2E2715
(46,39,21)
#241E11
(36,30,17)
#1A150D
(26,21,13)
#100C09
(16,12,9)
#000000
(0,0,0)

Tints of #746631

#746631
(116,102,49)
#807343
(128,115,67)
#8C8055
(140,128,85)
#988D67
(152,141,103)
#A49A79
(164,154,121)
#B0A78B
(176,167,139)
#BCB49D
(188,180,157)
#C8C1AF
(200,193,175)
#D4CEC1
(212,206,193)
#E0DBD3
(224,219,211)
#ECE8E5
(236,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746631; }

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

This text font color is #746631.


Background Color

.myBgColor { background-color: #746631; }

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

This div background color is #746631.


Border color

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

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

This div border color is #746631.


Opacity

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

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

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

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

This text has shadow with #746631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746631 on black background.


Color preview on white background

This text has color #746631 on white background.



Black color preview on #746631 background

This text has black color on #746631 background.


White color preview on #746631 background

This text has white color on #746631 background.