COLOR #645362

HEX: #645362
RGB: (100,83,98)

Color info

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

RGB color model

#645362 color RGB value is (100,83,98).

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

RGB channels and saturation

R 100 of 255 = 39%
G 83 of 255 = 33%
B 98 of 255 = 38%

100
83
98

R + G + B ~ 37%. #645362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 83 + 98 = 281 (100%)
R 100 of 281 ~ 35.59%
G 83 of 281 ~ 29.54%
B 98 of 281 ~ 34.88%

%35.59
%29.54
%34.88

CMYK color model

#645362 color CMYK value is (0,17,2,61).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 2.00%
  • key color value is 60.78%
CMYK:
(0,17,2,61)
C0M17Y2K61 
(0%,17%,2%,61%)
(0.00/0.17/0.02/0.61)	

CMYK percentages

%0
%17
%2
%60.78

Codes

Color #645362 in popluar color models

645362
RGB1008398
HSL307°9.29%35.88%
HSB/HSV307°17.00%39.22%
CMYK0.00%17.00%2.00%
60.78%

Color #645362 in popluar number systems.

HEX645362
Decimal1008398
Binary110010010100111100010
Octal144123142

Shades and tints

Shades of #645362

#645362
(100,83,98)
#5B4C5A
(91,76,90)
#524552
(82,69,82)
#493E4A
(73,62,74)
#403742
(64,55,66)
#37303A
(55,48,58)
#2E2932
(46,41,50)
#25222A
(37,34,42)
#1C1B22
(28,27,34)
#13141A
(19,20,26)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #645362

#645362
(100,83,98)
#726270
(114,98,112)
#80717E
(128,113,126)
#8E808C
(142,128,140)
#9C8F9A
(156,143,154)
#AA9EA8
(170,158,168)
#B8ADB6
(184,173,182)
#C6BCC4
(198,188,196)
#D4CBD2
(212,203,210)
#E2DAE0
(226,218,224)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645362; }

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

This text font color is #645362.


Background Color

.myBgColor { background-color: #645362; }

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

This div background color is #645362.


Border color

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

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

This div border color is #645362.


Opacity

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

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

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

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

This text has shadow with #645362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645362 on black background.


Color preview on white background

This text has color #645362 on white background.



Black color preview on #645362 background

This text has black color on #645362 background.


White color preview on #645362 background

This text has white color on #645362 background.