COLOR #746400

HEX: #746400
RGB: (116,100,0)

Renk bilgisi

#746400 contains only red and green colors. #746400 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#746400 color RGB value is (116,100,0).

  • kırmız ton 116;
  • yeşil ton 100;
  • mavi ton 0.
RGB:
(116,100,0)
(45%,39%,0%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 100 of 255 = 39%
B 0 of 255 = 0%

116
100
0

R + G + B ~ 28%. #746400 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 100 + 0 = 216 (100%)
R 116 of 216 ~ 53.7%
G 100 of 216 ~ 46.3%
B 0 of 216 ~ 0%

%53.7
%46.3

CMYK RENK MODELİ

#746400 rengi CMYK tonu (0,14,100,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 13.79%
  • sarı tonu 100.00%
  • ana renk tonu 54.51%
CMYK:
(0,14,100,55)
C0M14Y100K55 
(0%,14%,100%,55%)
(0.00/0.14/1.00/0.55)	

CMYK yüzdeleri

%0
%13.79
%100
%54.51

Codes

Color #746400 in popluar color models

746400
RGB1161000
HSL52°100.00%22.75%
HSB/HSV52°100.00%45.49%
CMYK0.00%13.79%100.00%
54.51%

Color #746400 in popluar number systems.

HEX746400
Decimal1161000
Binary111010011001000
Octal1641440

Shades and tints

Shades of #746400

#746400
(116,100,0)
#6A5B00
(106,91,0)
#605200
(96,82,0)
#564900
(86,73,0)
#4C4000
(76,64,0)
#423700
(66,55,0)
#382E00
(56,46,0)
#2E2500
(46,37,0)
#241C00
(36,28,0)
#1A1300
(26,19,0)
#100A00
(16,10,0)
#000000
(0,0,0)

Tints of #746400

#746400
(116,100,0)
#807217
(128,114,23)
#8C802E
(140,128,46)
#988E45
(152,142,69)
#A49C5C
(164,156,92)
#B0AA73
(176,170,115)
#BCB88A
(188,184,138)
#C8C6A1
(200,198,161)
#D4D4B8
(212,212,184)
#E0E2CF
(224,226,207)
#ECF0E6
(236,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746400 color. Also use rgb(116,100,0) instead hex code.

Text Font Color

.myTextColor { color: #746400; }

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

This text font color is #746400.


Background Color

.myBgColor { background-color: #746400; }

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

This div background color is #746400.


Border color

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

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

This div border color is #746400.


Opacity

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

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

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

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

This text has shadow with #746400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746400 on black background.


Color preview on white background

This text has color #746400 on white background.



Black color preview on #746400 background

This text has black color on #746400 background.


White color preview on #746400 background

This text has white color on #746400 background.