COLOR #746F83

HEX: #746F83
RGB: (116,111,131)

Color info

#746F83 contains red, green and blue colors in about the same proportion. Web safe color of #746F83 is #666699 (or #669).

RGB color model

#746F83 color RGB value is (116,111,131).

  • red value is 116;
  • green value is 111;
  • blue value is 131.
RGB:
(116,111,131)
(45%,44%,51%)

RGB channels and saturation

R 116 of 255 = 45%
G 111 of 255 = 44%
B 131 of 255 = 51%

116
111
131

R + G + B ~ 47%. #746F83 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 111 + 131 = 358 (100%)
R 116 of 358 ~ 32.4%
G 111 of 358 ~ 31.01%
B 131 of 358 ~ 36.59%

%32.4
%31.01
%36.59

CMYK color model

#746F83 color CMYK value is (11,15,0,49).

  • cyan value is 11.45%
  • magenta value is 15.27%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(11,15,0,49)
C11M15Y0K49 
(11%,15%,0%,49%)
(0.11/0.15/0.00/0.49)	

CMYK percentages

%11.45
%15.27
%0
%48.63

Codes

Color #746F83 in popluar color models

746F83
RGB116111131
HSL255°8.26%47.45%
HSB/HSV255°15.27%51.37%
CMYK11.45%15.27%0.00%
48.63%

Color #746F83 in popluar number systems.

HEX746F83
Decimal116111131
Binary1110100110111110000011
Octal164157203

Shades and tints

Shades of #746F83

#746F83
(116,111,131)
#6A6578
(106,101,120)
#605B6D
(96,91,109)
#565162
(86,81,98)
#4C4757
(76,71,87)
#423D4C
(66,61,76)
#383341
(56,51,65)
#2E2936
(46,41,54)
#241F2B
(36,31,43)
#1A1520
(26,21,32)
#100B15
(16,11,21)
#000000
(0,0,0)

Tints of #746F83

#746F83
(116,111,131)
#807C8E
(128,124,142)
#8C8999
(140,137,153)
#9896A4
(152,150,164)
#A4A3AF
(164,163,175)
#B0B0BA
(176,176,186)
#BCBDC5
(188,189,197)
#C8CAD0
(200,202,208)
#D4D7DB
(212,215,219)
#E0E4E6
(224,228,230)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746F83 color. Also use rgb(116,111,131) instead hex code.

Text Font Color

.myTextColor { color: #746F83; }

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

This text font color is #746F83.


Background Color

.myBgColor { background-color: #746F83; }

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

This div background color is #746F83.


Border color

.myBorderColor { border: 1px solid #746F83; }

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

This div border color is #746F83.


Opacity

.myOpacity80 { color: #746F83; opacity: 0.8; }

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

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

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

This text has shadow with #746F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746F83 on black background.


Color preview on white background

This text has color #746F83 on white background.



Black color preview on #746F83 background

This text has black color on #746F83 background.


White color preview on #746F83 background

This text has white color on #746F83 background.