COLOR #746E3E

HEX: #746E3E RGB: (116,110,62)

Color info

#746E3E contains red, green and blue colors in about the same proportion. Web safe color of #746E3E is #666633 (or #663).

RGB color model

#746E3E color RGB value is (116,110,62).

RGB: (116,110,62) (45%, 43%, 24%)

RGB channels and saturation

R 116 of 255 = 45%
G 110 of 255 = 43%
B 62 of 255 = 24%

116
110
62

R + G + B ~ 37%. #746E3E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 110 + 62 = 288 (100%)
R 116 of 288 ~ 40.28%
G 110 of 288 ~ 38.19%
B 62 of 288 ~ 21.53'%

%40.28
%38.19
%21.53

CMYK color model

#746E3E color CMYK value is (0,5,47,55).

  • cyan value is 0.00%
  • magenta value is 5.17%
  • yellow value is 46.55%
  • key color value is 54.51%

CMYK: (0,5,47,55)
C0M5Y47K55 (0%, 5%, 47%, 55%)
(0.00 / 0.05 / 0.47 / 0.55)

CMYK percentages

%0
%5.17
%46.55
%54.51

Codes

Color #746E3E in popluar color models

74 6E 3E
RGB 116 110 62
HSL 53° 30.34% 34.90%
HSB/HSV 53° 46.55% 45.49%
CMYK 0.00% 5.17% 46.55%
54.51%

Color #746E3E in popluar number systems.

HEX 74 6E 3E
Decimal 116 110 62
Binary 1110100 1101110 111110
Octal 164 156 76

Shades and tints

Shades of #746E3E

#746E3E
(116,110,62)
#6A6439
(106,100,57)
#605A34
(96,90,52)
#56502F
(86,80,47)
#4C462A
(76,70,42)
#423C25
(66,60,37)
#383220
(56,50,32)
#2E281B
(46,40,27)
#241E16
(36,30,22)
#1A1411
(26,20,17)
#100A0C
(16,10,12)
#000000
(0,0,0)

Tints of #746E3E

#746E3E
(116,110,62)
#807B4F
(128,123,79)
#8C8860
(140,136,96)
#989571
(152,149,113)
#A4A282
(164,162,130)
#B0AF93
(176,175,147)
#BCBCA4
(188,188,164)
#C8C9B5
(200,201,181)
#D4D6C6
(212,214,198)
#E0E3D7
(224,227,215)
#ECF0E8
(236,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746E3E; }

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

This text font color is #746E3E.

Background Color

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

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

This div background color is #746E3E.

Border color

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

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

This div border color is #746E3E.

Opacity

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

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

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

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

This text has shadow with #746E3E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #746E3E.

Preview

Color preview on black background

This text has color #746E3E on black background.


Color preview on white background

This text has color #746E3E on white background.


Black color preview on #746E3E background

This text has black color on #746E3E background.


White color preview on #746E3E background

This text has white color on #746E3E background.


Related colors

Complementary color

Complementary color for #hex is #8B91C1.


I love getcolorcode.com

Triadic colors

1 #3E746E and #6E3E74 with #746E3E are triadic colors.

2 #3E6E74 and #6E743E with #746E3E are triadic colors.