COLOR #747164

HEX: #747164
RGB: (116,113,100)

Color info

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

RGB color model

#747164 color RGB value is (116,113,100).

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

RGB channels and saturation

R 116 of 255 = 45%
G 113 of 255 = 44%
B 100 of 255 = 39%

116
113
100

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

Portions of RGB colors in percentages

R + G + B =
116 + 113 + 100 = 329 (100%)
R 116 of 329 ~ 35.26%
G 113 of 329 ~ 34.35%
B 100 of 329 ~ 30.4%

%35.26
%34.35
%30.4

CMYK color model

#747164 color CMYK value is (0,3,14,55).

  • cyan value is 0.00%
  • magenta value is 2.59%
  • yellow value is 13.79%
  • key color value is 54.51%
CMYK:
(0,3,14,55)
C0M3Y14K55 
(0%,3%,14%,55%)
(0.00/0.03/0.14/0.55)	

CMYK percentages

%0
%2.59
%13.79
%54.51

Codes

Color #747164 in popluar color models

747164
RGB116113100
HSL49°7.41%42.35%
HSB/HSV49°13.79%45.49%
CMYK0.00%2.59%13.79%
54.51%

Color #747164 in popluar number systems.

HEX747164
Decimal116113100
Binary111010011100011100100
Octal164161144

Shades and tints

Shades of #747164

#747164
(116,113,100)
#6A675B
(106,103,91)
#605D52
(96,93,82)
#565349
(86,83,73)
#4C4940
(76,73,64)
#423F37
(66,63,55)
#38352E
(56,53,46)
#2E2B25
(46,43,37)
#24211C
(36,33,28)
#1A1713
(26,23,19)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #747164

#747164
(116,113,100)
#807D72
(128,125,114)
#8C8980
(140,137,128)
#98958E
(152,149,142)
#A4A19C
(164,161,156)
#B0ADAA
(176,173,170)
#BCB9B8
(188,185,184)
#C8C5C6
(200,197,198)
#D4D1D4
(212,209,212)
#E0DDE2
(224,221,226)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747164; }

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

This text font color is #747164.


Background Color

.myBgColor { background-color: #747164; }

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

This div background color is #747164.


Border color

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

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

This div border color is #747164.


Opacity

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

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

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

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

This text has shadow with #747164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747164 on black background.


Color preview on white background

This text has color #747164 on white background.



Black color preview on #747164 background

This text has black color on #747164 background.


White color preview on #747164 background

This text has white color on #747164 background.