COLOR #646273

HEX: #646273
RGB: (100,98,115)

Color info

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

RGB color model

#646273 color RGB value is (100,98,115).

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

RGB channels and saturation

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

100
98
115

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

Portions of RGB colors in percentages

R + G + B =
100 + 98 + 115 = 313 (100%)
R 100 of 313 ~ 31.95%
G 98 of 313 ~ 31.31%
B 115 of 313 ~ 36.74%

%31.95
%31.31
%36.74

CMYK color model

#646273 color CMYK value is (13,15,0,55).

  • cyan value is 13.04%
  • magenta value is 14.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(13,15,0,55)
C13M15Y0K55 
(13%,15%,0%,55%)
(0.13/0.15/0.00/0.55)	

CMYK percentages

%13.04
%14.78
%0
%54.9

Codes

Color #646273 in popluar color models

646273
RGB10098115
HSL247°7.98%41.76%
HSB/HSV247°14.78%45.10%
CMYK13.04%14.78%0.00%
54.90%

Color #646273 in popluar number systems.

HEX646273
Decimal10098115
Binary110010011000101110011
Octal144142163

Shades and tints

Shades of #646273

#646273
(100,98,115)
#5B5A69
(91,90,105)
#52525F
(82,82,95)
#494A55
(73,74,85)
#40424B
(64,66,75)
#373A41
(55,58,65)
#2E3237
(46,50,55)
#252A2D
(37,42,45)
#1C2223
(28,34,35)
#131A19
(19,26,25)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #646273

#646273
(100,98,115)
#72707F
(114,112,127)
#807E8B
(128,126,139)
#8E8C97
(142,140,151)
#9C9AA3
(156,154,163)
#AAA8AF
(170,168,175)
#B8B6BB
(184,182,187)
#C6C4C7
(198,196,199)
#D4D2D3
(212,210,211)
#E2E0DF
(226,224,223)
#F0EEEB
(240,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #646273; }

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

This text font color is #646273.


Background Color

.myBgColor { background-color: #646273; }

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

This div background color is #646273.


Border color

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

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

This div border color is #646273.


Opacity

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

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

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

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

This text has shadow with #646273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #646273 on black background.


Color preview on white background

This text has color #646273 on white background.



Black color preview on #646273 background

This text has black color on #646273 background.


White color preview on #646273 background

This text has white color on #646273 background.