COLOR #746651

HEX: #746651
RGB: (116,102,81)

Color info

#746651 contains red, green and blue colors in about the same proportion. Web safe color of #746651 is #666666 (or #666).

RGB color model

#746651 color RGB value is (116,102,81).

  • red value is 116;
  • green value is 102;
  • blue value is 81.
RGB:
(116,102,81)
(45%,40%,32%)

RGB channels and saturation

R 116 of 255 = 45%
G 102 of 255 = 40%
B 81 of 255 = 32%

116
102
81

R + G + B ~ 39%. #746651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 102 + 81 = 299 (100%)
R 116 of 299 ~ 38.8%
G 102 of 299 ~ 34.11%
B 81 of 299 ~ 27.09%

%38.8
%34.11
%27.09

CMYK color model

#746651 color CMYK value is (0,12,30,55).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 30.17%
  • key color value is 54.51%
CMYK:
(0,12,30,55)
C0M12Y30K55 
(0%,12%,30%,55%)
(0.00/0.12/0.30/0.55)	

CMYK percentages

%0
%12.07
%30.17
%54.51

Codes

Color #746651 in popluar color models

746651
RGB11610281
HSL36°17.77%38.63%
HSB/HSV36°30.17%45.49%
CMYK0.00%12.07%30.17%
54.51%

Color #746651 in popluar number systems.

HEX746651
Decimal11610281
Binary111010011001101010001
Octal164146121

Shades and tints

Shades of #746651

#746651
(116,102,81)
#6A5D4A
(106,93,74)
#605443
(96,84,67)
#564B3C
(86,75,60)
#4C4235
(76,66,53)
#42392E
(66,57,46)
#383027
(56,48,39)
#2E2720
(46,39,32)
#241E19
(36,30,25)
#1A1512
(26,21,18)
#100C0B
(16,12,11)
#000000
(0,0,0)

Tints of #746651

#746651
(116,102,81)
#807360
(128,115,96)
#8C806F
(140,128,111)
#988D7E
(152,141,126)
#A49A8D
(164,154,141)
#B0A79C
(176,167,156)
#BCB4AB
(188,180,171)
#C8C1BA
(200,193,186)
#D4CEC9
(212,206,201)
#E0DBD8
(224,219,216)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746651 color. Also use rgb(116,102,81) instead hex code.

Text Font Color

.myTextColor { color: #746651; }

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

This text font color is #746651.


Background Color

.myBgColor { background-color: #746651; }

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

This div background color is #746651.


Border color

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

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

This div border color is #746651.


Opacity

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

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

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

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

This text has shadow with #746651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746651 on black background.


Color preview on white background

This text has color #746651 on white background.



Black color preview on #746651 background

This text has black color on #746651 background.


White color preview on #746651 background

This text has white color on #746651 background.