COLOR #746E2C

HEX: #746E2C
RGB: (116,110,44)

Color info

#746E2C contains mainly red and green colors. Web safe color of #746E2C is #666633 (or #663).

RGB color model

#746E2C color RGB value is (116,110,44).

  • red value is 116;
  • green value is 110;
  • blue value is 44.
RGB:
(116,110,44)
(45%,43%,17%)

RGB channels and saturation

R 116 of 255 = 45%
G 110 of 255 = 43%
B 44 of 255 = 17%

116
110
44

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

Portions of RGB colors in percentages

R + G + B =
116 + 110 + 44 = 270 (100%)
R 116 of 270 ~ 42.96%
G 110 of 270 ~ 40.74%
B 44 of 270 ~ 16.3%

%42.96
%40.74
%16.3

CMYK color model

#746E2C color CMYK value is (0,5,62,55).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 62.07%
  • key color value is 54.51%
CMYK:
(0,5,62,55)
C0M5Y62K55 
(0%,5%,62%,55%)
(0.00/0.05/0.62/0.55)	

CMYK percentages

%0
%5.17
%62.07
%54.51

Codes

Color #746E2C in popluar color models

746E2C
RGB11611044
HSL55°45.00%31.37%
HSB/HSV55°62.07%45.49%
CMYK0.00%5.17%62.07%
54.51%

Color #746E2C in popluar number systems.

HEX746E2C
Decimal11611044
Binary11101001101110101100
Octal16415654

Shades and tints

Shades of #746E2C

#746E2C
(116,110,44)
#6A6428
(106,100,40)
#605A24
(96,90,36)
#565020
(86,80,32)
#4C461C
(76,70,28)
#423C18
(66,60,24)
#383214
(56,50,20)
#2E2810
(46,40,16)
#241E0C
(36,30,12)
#1A1408
(26,20,8)
#100A04
(16,10,4)
#000000
(0,0,0)

Tints of #746E2C

#746E2C
(116,110,44)
#807B3F
(128,123,63)
#8C8852
(140,136,82)
#989565
(152,149,101)
#A4A278
(164,162,120)
#B0AF8B
(176,175,139)
#BCBC9E
(188,188,158)
#C8C9B1
(200,201,177)
#D4D6C4
(212,214,196)
#E0E3D7
(224,227,215)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746E2C color. Also use rgb(116,110,44) instead hex code.

Text Font Color

.myTextColor { color: #746E2C; }

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

This text font color is #746E2C.


Background Color

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

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

This div background color is #746E2C.


Border color

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

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

This div border color is #746E2C.


Opacity

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

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

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

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

This text has shadow with #746E2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746E2C on black background.


Color preview on white background

This text has color #746E2C on white background.



Black color preview on #746E2C background

This text has black color on #746E2C background.


White color preview on #746E2C background

This text has white color on #746E2C background.