COLOR #646274

HEX: #646274
RGB: (100,98,116)

Color info

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

RGB color model

#646274 color RGB value is (100,98,116).

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

RGB channels and saturation

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

100
98
116

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

Portions of RGB colors in percentages

R + G + B =
100 + 98 + 116 = 314 (100%)
R 100 of 314 ~ 31.85%
G 98 of 314 ~ 31.21%
B 116 of 314 ~ 36.94%

%31.85
%31.21
%36.94

CMYK color model

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

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

CMYK percentages

%13.79
%15.52
%0
%54.51

Codes

Color #646274 in popluar color models

646274
RGB10098116
HSL247°8.41%41.96%
HSB/HSV247°15.52%45.49%
CMYK13.79%15.52%0.00%
54.51%

Color #646274 in popluar number systems.

HEX646274
Decimal10098116
Binary110010011000101110100
Octal144142164

Shades and tints

Shades of #646274

#646274
(100,98,116)
#5B5A6A
(91,90,106)
#525260
(82,82,96)
#494A56
(73,74,86)
#40424C
(64,66,76)
#373A42
(55,58,66)
#2E3238
(46,50,56)
#252A2E
(37,42,46)
#1C2224
(28,34,36)
#131A1A
(19,26,26)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #646274

#646274
(100,98,116)
#727080
(114,112,128)
#807E8C
(128,126,140)
#8E8C98
(142,140,152)
#9C9AA4
(156,154,164)
#AAA8B0
(170,168,176)
#B8B6BC
(184,182,188)
#C6C4C8
(198,196,200)
#D4D2D4
(212,210,212)
#E2E0E0
(226,224,224)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646274; }

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

This text font color is #646274.


Background Color

.myBgColor { background-color: #646274; }

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

This div background color is #646274.


Border color

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

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

This div border color is #646274.


Opacity

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

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

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

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

This text has shadow with #646274 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646274 on black background.


Color preview on white background

This text has color #646274 on white background.



Black color preview on #646274 background

This text has black color on #646274 background.


White color preview on #646274 background

This text has white color on #646274 background.