COLOR #645A6A

HEX: #645A6A
RGB: (100,90,106)

Color info

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

RGB color model

#645A6A color RGB value is (100,90,106).

  • red value is 100;
  • green value is 90;
  • blue value is 106.
RGB:
(100,90,106)
(39%,35%,42%)

RGB channels and saturation

R 100 of 255 = 39%
G 90 of 255 = 35%
B 106 of 255 = 42%

100
90
106

R + G + B ~ 39%. #645A6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 90 + 106 = 296 (100%)
R 100 of 296 ~ 33.78%
G 90 of 296 ~ 30.41%
B 106 of 296 ~ 35.81%

%33.78
%30.41
%35.81

CMYK color model

#645A6A color CMYK value is (6,15,0,58).

  • cyan value is 5.66%
  • magenta value is 15.09%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(6,15,0,58)
C6M15Y0K58 
(6%,15%,0%,58%)
(0.06/0.15/0.00/0.58)	

CMYK percentages

%5.66
%15.09
%0
%58.43

Codes

Color #645A6A in popluar color models

645A6A
RGB10090106
HSL278°8.16%38.43%
HSB/HSV278°15.09%41.57%
CMYK5.66%15.09%0.00%
58.43%

Color #645A6A in popluar number systems.

HEX645A6A
Decimal10090106
Binary110010010110101101010
Octal144132152

Shades and tints

Shades of #645A6A

#645A6A
(100,90,106)
#5B5261
(91,82,97)
#524A58
(82,74,88)
#49424F
(73,66,79)
#403A46
(64,58,70)
#37323D
(55,50,61)
#2E2A34
(46,42,52)
#25222B
(37,34,43)
#1C1A22
(28,26,34)
#131219
(19,18,25)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #645A6A

#645A6A
(100,90,106)
#726977
(114,105,119)
#807884
(128,120,132)
#8E8791
(142,135,145)
#9C969E
(156,150,158)
#AAA5AB
(170,165,171)
#B8B4B8
(184,180,184)
#C6C3C5
(198,195,197)
#D4D2D2
(212,210,210)
#E2E1DF
(226,225,223)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645A6A color. Also use rgb(100,90,106) instead hex code.

Text Font Color

.myTextColor { color: #645A6A; }

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

This text font color is #645A6A.


Background Color

.myBgColor { background-color: #645A6A; }

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

This div background color is #645A6A.


Border color

.myBorderColor { border: 1px solid #645A6A; }

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

This div border color is #645A6A.


Opacity

.myOpacity80 { color: #645A6A; opacity: 0.8; }

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

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

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

This text has shadow with #645A6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645A6A on black background.


Color preview on white background

This text has color #645A6A on white background.



Black color preview on #645A6A background

This text has black color on #645A6A background.


White color preview on #645A6A background

This text has white color on #645A6A background.