COLOR #747160

HEX: #747160
RGB: (116,113,96)

Color info

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

RGB color model

#747160 color RGB value is (116,113,96).

  • red value is 116;
  • green value is 113;
  • blue value is 96.
RGB:
(116,113,96)
(45%,44%,38%)

RGB channels and saturation

R 116 of 255 = 45%
G 113 of 255 = 44%
B 96 of 255 = 38%

116
113
96

R + G + B ~ 42%. #747160 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 113 + 96 = 325 (100%)
R 116 of 325 ~ 35.69%
G 113 of 325 ~ 34.77%
B 96 of 325 ~ 29.54%

%35.69
%34.77
%29.54

CMYK color model

#747160 color CMYK value is (0,3,17,55).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 17.24%
  • key color value is 54.51%
CMYK:
(0,3,17,55)
C0M3Y17K55 
(0%,3%,17%,55%)
(0.00/0.03/0.17/0.55)	

CMYK percentages

%0
%2.59
%17.24
%54.51

Codes

Color #747160 in popluar color models

747160
RGB11611396
HSL51°9.43%41.57%
HSB/HSV51°17.24%45.49%
CMYK0.00%2.59%17.24%
54.51%

Color #747160 in popluar number systems.

HEX747160
Decimal11611396
Binary111010011100011100000
Octal164161140

Shades and tints

Shades of #747160

#747160
(116,113,96)
#6A6758
(106,103,88)
#605D50
(96,93,80)
#565348
(86,83,72)
#4C4940
(76,73,64)
#423F38
(66,63,56)
#383530
(56,53,48)
#2E2B28
(46,43,40)
#242120
(36,33,32)
#1A1718
(26,23,24)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #747160

#747160
(116,113,96)
#807D6E
(128,125,110)
#8C897C
(140,137,124)
#98958A
(152,149,138)
#A4A198
(164,161,152)
#B0ADA6
(176,173,166)
#BCB9B4
(188,185,180)
#C8C5C2
(200,197,194)
#D4D1D0
(212,209,208)
#E0DDDE
(224,221,222)
#ECE9EC
(236,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747160 color. Also use rgb(116,113,96) instead hex code.

Text Font Color

.myTextColor { color: #747160; }

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

This text font color is #747160.


Background Color

.myBgColor { background-color: #747160; }

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

This div background color is #747160.


Border color

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

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

This div border color is #747160.


Opacity

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

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

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

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

This text has shadow with #747160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747160 on black background.


Color preview on white background

This text has color #747160 on white background.



Black color preview on #747160 background

This text has black color on #747160 background.


White color preview on #747160 background

This text has white color on #747160 background.