COLOR #747461

HEX: #747461
RGB: (116,116,97)

Color info

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

RGB color model

#747461 color RGB value is (116,116,97).

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

RGB channels and saturation

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

116
116
97

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

Portions of RGB colors in percentages

R + G + B =
116 + 116 + 97 = 329 (100%)
R 116 of 329 ~ 35.26%
G 116 of 329 ~ 35.26%
B 97 of 329 ~ 29.48%

%35.26
%35.26
%29.48

CMYK color model

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

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

CMYK percentages

%0
%0
%16.38
%54.51

Codes

Color #747461 in popluar color models

747461
RGB11611697
HSL60°8.92%41.76%
HSB/HSV60°16.38%45.49%
CMYK0.00%0.00%16.38%
54.51%

Color #747461 in popluar number systems.

HEX747461
Decimal11611697
Binary111010011101001100001
Octal164164141

Shades and tints

Shades of #747461

#747461
(116,116,97)
#6A6A59
(106,106,89)
#606051
(96,96,81)
#565649
(86,86,73)
#4C4C41
(76,76,65)
#424239
(66,66,57)
#383831
(56,56,49)
#2E2E29
(46,46,41)
#242421
(36,36,33)
#1A1A19
(26,26,25)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #747461

#747461
(116,116,97)
#80806F
(128,128,111)
#8C8C7D
(140,140,125)
#98988B
(152,152,139)
#A4A499
(164,164,153)
#B0B0A7
(176,176,167)
#BCBCB5
(188,188,181)
#C8C8C3
(200,200,195)
#D4D4D1
(212,212,209)
#E0E0DF
(224,224,223)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747461; }

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

This text font color is #747461.


Background Color

.myBgColor { background-color: #747461; }

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

This div background color is #747461.


Border color

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

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

This div border color is #747461.


Opacity

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

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

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

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

This text has shadow with #747461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747461 on black background.


Color preview on white background

This text has color #747461 on white background.



Black color preview on #747461 background

This text has black color on #747461 background.


White color preview on #747461 background

This text has white color on #747461 background.