COLOR #747564

HEX: #747564
RGB: (116,117,100)

Color info

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

RGB color model

#747564 color RGB value is (116,117,100).

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

RGB channels and saturation

R 116 of 255 = 45%
G 117 of 255 = 46%
B 100 of 255 = 39%

116
117
100

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

Portions of RGB colors in percentages

R + G + B =
116 + 117 + 100 = 333 (100%)
R 116 of 333 ~ 34.83%
G 117 of 333 ~ 35.14%
B 100 of 333 ~ 30.03%

%34.83
%35.14
%30.03

CMYK color model

#747564 color CMYK value is (1,0,15,54).

  • cyan value is 0.85%
  • magenta value is 0.00%
  • yellow value is 14.53%
  • key color value is 54.12%
CMYK:
(1,0,15,54)
C1M0Y15K54 
(1%,0%,15%,54%)
(0.01/0.00/0.15/0.54)	

CMYK percentages

%0.85
%0
%14.53
%54.12

Codes

Color #747564 in popluar color models

747564
RGB116117100
HSL64°7.83%42.55%
HSB/HSV64°14.53%45.88%
CMYK0.85%0.00%14.53%
54.12%

Color #747564 in popluar number systems.

HEX747564
Decimal116117100
Binary111010011101011100100
Octal164165144

Shades and tints

Shades of #747564

#747564
(116,117,100)
#6A6B5B
(106,107,91)
#606152
(96,97,82)
#565749
(86,87,73)
#4C4D40
(76,77,64)
#424337
(66,67,55)
#38392E
(56,57,46)
#2E2F25
(46,47,37)
#24251C
(36,37,28)
#1A1B13
(26,27,19)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #747564

#747564
(116,117,100)
#808172
(128,129,114)
#8C8D80
(140,141,128)
#98998E
(152,153,142)
#A4A59C
(164,165,156)
#B0B1AA
(176,177,170)
#BCBDB8
(188,189,184)
#C8C9C6
(200,201,198)
#D4D5D4
(212,213,212)
#E0E1E2
(224,225,226)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747564; }

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

This text font color is #747564.


Background Color

.myBgColor { background-color: #747564; }

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

This div background color is #747564.


Border color

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

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

This div border color is #747564.


Opacity

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

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

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

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

This text has shadow with #747564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747564 on black background.


Color preview on white background

This text has color #747564 on white background.



Black color preview on #747564 background

This text has black color on #747564 background.


White color preview on #747564 background

This text has white color on #747564 background.