COLOR #746146

HEX: #746146
RGB: (116,97,70)

Color info

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

RGB color model

#746146 color RGB value is (116,97,70).

  • red value is 116;
  • green value is 97;
  • blue value is 70.
RGB:
(116,97,70)
(45%,38%,27%)

RGB channels and saturation

R 116 of 255 = 45%
G 97 of 255 = 38%
B 70 of 255 = 27%

116
97
70

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

Portions of RGB colors in percentages

R + G + B =
116 + 97 + 70 = 283 (100%)
R 116 of 283 ~ 40.99%
G 97 of 283 ~ 34.28%
B 70 of 283 ~ 24.73%

%40.99
%34.28
%24.73

CMYK color model

#746146 color CMYK value is (0,16,40,55).

  • cyan value is 0.00%
  • magenta value is 16.38%
  • yellow value is 39.66%
  • key color value is 54.51%
CMYK:
(0,16,40,55)
C0M16Y40K55 
(0%,16%,40%,55%)
(0.00/0.16/0.40/0.55)	

CMYK percentages

%0
%16.38
%39.66
%54.51

Codes

Color #746146 in popluar color models

746146
RGB1169770
HSL35°24.73%36.47%
HSB/HSV35°39.66%45.49%
CMYK0.00%16.38%39.66%
54.51%

Color #746146 in popluar number systems.

HEX746146
Decimal1169770
Binary111010011000011000110
Octal164141106

Shades and tints

Shades of #746146

#746146
(116,97,70)
#6A5940
(106,89,64)
#60513A
(96,81,58)
#564934
(86,73,52)
#4C412E
(76,65,46)
#423928
(66,57,40)
#383122
(56,49,34)
#2E291C
(46,41,28)
#242116
(36,33,22)
#1A1910
(26,25,16)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #746146

#746146
(116,97,70)
#806F56
(128,111,86)
#8C7D66
(140,125,102)
#988B76
(152,139,118)
#A49986
(164,153,134)
#B0A796
(176,167,150)
#BCB5A6
(188,181,166)
#C8C3B6
(200,195,182)
#D4D1C6
(212,209,198)
#E0DFD6
(224,223,214)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746146 color. Also use rgb(116,97,70) instead hex code.

Text Font Color

.myTextColor { color: #746146; }

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

This text font color is #746146.


Background Color

.myBgColor { background-color: #746146; }

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

This div background color is #746146.


Border color

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

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

This div border color is #746146.


Opacity

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

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

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

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

This text has shadow with #746146 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746146 on black background.


Color preview on white background

This text has color #746146 on white background.



Black color preview on #746146 background

This text has black color on #746146 background.


White color preview on #746146 background

This text has white color on #746146 background.