COLOR #746274

HEX: #746274
RGB: (116,98,116)

Color info

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

RGB color model

#746274 color RGB value is (116,98,116).

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

RGB channels and saturation

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

116
98
116

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

Portions of RGB colors in percentages

R + G + B =
116 + 98 + 116 = 330 (100%)
R 116 of 330 ~ 35.15%
G 98 of 330 ~ 29.7%
B 116 of 330 ~ 35.15%

%35.15
%29.7
%35.15

CMYK color model

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

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

CMYK percentages

%0
%15.52
%0
%54.51

Codes

Color #746274 in popluar color models

746274
RGB11698116
HSL300°8.41%41.96%
HSB/HSV300°15.52%45.49%
CMYK0.00%15.52%0.00%
54.51%

Color #746274 in popluar number systems.

HEX746274
Decimal11698116
Binary111010011000101110100
Octal164142164

Shades and tints

Shades of #746274

#746274
(116,98,116)
#6A5A6A
(106,90,106)
#605260
(96,82,96)
#564A56
(86,74,86)
#4C424C
(76,66,76)
#423A42
(66,58,66)
#383238
(56,50,56)
#2E2A2E
(46,42,46)
#242224
(36,34,36)
#1A1A1A
(26,26,26)
#101210
(16,18,16)
#000000
(0,0,0)

Tints of #746274

#746274
(116,98,116)
#807080
(128,112,128)
#8C7E8C
(140,126,140)
#988C98
(152,140,152)
#A49AA4
(164,154,164)
#B0A8B0
(176,168,176)
#BCB6BC
(188,182,188)
#C8C4C8
(200,196,200)
#D4D2D4
(212,210,212)
#E0E0E0
(224,224,224)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #746274; }

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

This text font color is #746274.


Background Color

.myBgColor { background-color: #746274; }

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

This div background color is #746274.


Border color

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

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

This div border color is #746274.


Opacity

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

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

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

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

This text has shadow with #746274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746274 on black background.


Color preview on white background

This text has color #746274 on white background.



Black color preview on #746274 background

This text has black color on #746274 background.


White color preview on #746274 background

This text has white color on #746274 background.