COLOR #746F40

HEX: #746F40
RGB: (116,111,64)

Color info

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

RGB color model

#746F40 color RGB value is (116,111,64).

  • red value is 116;
  • green value is 111;
  • blue value is 64.
RGB:
(116,111,64)
(45%,44%,25%)

RGB channels and saturation

R 116 of 255 = 45%
G 111 of 255 = 44%
B 64 of 255 = 25%

116
111
64

R + G + B ~ 38%. #746F40 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 111 + 64 = 291 (100%)
R 116 of 291 ~ 39.86%
G 111 of 291 ~ 38.14%
B 64 of 291 ~ 21.99%

%39.86
%38.14
%21.99

CMYK color model

#746F40 color CMYK value is (0,4,45,55).

  • cyan value is 0.00%
  • magenta value is 4.31%
  • yellow value is 44.83%
  • key color value is 54.51%
CMYK:
(0,4,45,55)
C0M4Y45K55 
(0%,4%,45%,55%)
(0.00/0.04/0.45/0.55)	

CMYK percentages

%0
%4.31
%44.83
%54.51

Codes

Color #746F40 in popluar color models

746F40
RGB11611164
HSL54°28.89%35.29%
HSB/HSV54°44.83%45.49%
CMYK0.00%4.31%44.83%
54.51%

Color #746F40 in popluar number systems.

HEX746F40
Decimal11611164
Binary111010011011111000000
Octal164157100

Shades and tints

Shades of #746F40

#746F40
(116,111,64)
#6A653B
(106,101,59)
#605B36
(96,91,54)
#565131
(86,81,49)
#4C472C
(76,71,44)
#423D27
(66,61,39)
#383322
(56,51,34)
#2E291D
(46,41,29)
#241F18
(36,31,24)
#1A1513
(26,21,19)
#100B0E
(16,11,14)
#000000
(0,0,0)

Tints of #746F40

#746F40
(116,111,64)
#807C51
(128,124,81)
#8C8962
(140,137,98)
#989673
(152,150,115)
#A4A384
(164,163,132)
#B0B095
(176,176,149)
#BCBDA6
(188,189,166)
#C8CAB7
(200,202,183)
#D4D7C8
(212,215,200)
#E0E4D9
(224,228,217)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746F40 color. Also use rgb(116,111,64) instead hex code.

Text Font Color

.myTextColor { color: #746F40; }

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

This text font color is #746F40.


Background Color

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

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

This div background color is #746F40.


Border color

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

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

This div border color is #746F40.


Opacity

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

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

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

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

This text has shadow with #746F40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F40 on black background.


Color preview on white background

This text has color #746F40 on white background.



Black color preview on #746F40 background

This text has black color on #746F40 background.


White color preview on #746F40 background

This text has white color on #746F40 background.