COLOR #746970

HEX: #746970
RGB: (116,105,112)

Color info

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

RGB color model

#746970 color RGB value is (116,105,112).

  • red value is 116;
  • green value is 105;
  • blue value is 112.
RGB:
(116,105,112)
(45%,41%,44%)

RGB channels and saturation

R 116 of 255 = 45%
G 105 of 255 = 41%
B 112 of 255 = 44%

116
105
112

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

Portions of RGB colors in percentages

R + G + B =
116 + 105 + 112 = 333 (100%)
R 116 of 333 ~ 34.83%
G 105 of 333 ~ 31.53%
B 112 of 333 ~ 33.63%

%34.83
%31.53
%33.63

CMYK color model

#746970 color CMYK value is (0,9,3,55).

  • cyan value is 0.00%
  • magenta value is 9.48%
  • yellow value is 3.45%
  • key color value is 54.51%
CMYK:
(0,9,3,55)
C0M9Y3K55 
(0%,9%,3%,55%)
(0.00/0.09/0.03/0.55)	

CMYK percentages

%0
%9.48
%3.45
%54.51

Codes

Color #746970 in popluar color models

746970
RGB116105112
HSL322°4.98%43.33%
HSB/HSV322°9.48%45.49%
CMYK0.00%9.48%3.45%
54.51%

Color #746970 in popluar number systems.

HEX746970
Decimal116105112
Binary111010011010011110000
Octal164151160

Shades and tints

Shades of #746970

#746970
(116,105,112)
#6A6066
(106,96,102)
#60575C
(96,87,92)
#564E52
(86,78,82)
#4C4548
(76,69,72)
#423C3E
(66,60,62)
#383334
(56,51,52)
#2E2A2A
(46,42,42)
#242120
(36,33,32)
#1A1816
(26,24,22)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #746970

#746970
(116,105,112)
#80767D
(128,118,125)
#8C838A
(140,131,138)
#989097
(152,144,151)
#A49DA4
(164,157,164)
#B0AAB1
(176,170,177)
#BCB7BE
(188,183,190)
#C8C4CB
(200,196,203)
#D4D1D8
(212,209,216)
#E0DEE5
(224,222,229)
#ECEBF2
(236,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746970; }

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

This text font color is #746970.


Background Color

.myBgColor { background-color: #746970; }

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

This div background color is #746970.


Border color

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

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

This div border color is #746970.


Opacity

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

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

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

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

This text has shadow with #746970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746970 on black background.


Color preview on white background

This text has color #746970 on white background.



Black color preview on #746970 background

This text has black color on #746970 background.


White color preview on #746970 background

This text has white color on #746970 background.