COLOR #645361

HEX: #645361
RGB: (100,83,97)

Color info

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

RGB color model

#645361 color RGB value is (100,83,97).

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

RGB channels and saturation

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

100
83
97

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

Portions of RGB colors in percentages

R + G + B =
100 + 83 + 97 = 280 (100%)
R 100 of 280 ~ 35.71%
G 83 of 280 ~ 29.64%
B 97 of 280 ~ 34.64%

%35.71
%29.64
%34.64

CMYK color model

#645361 color CMYK value is (0,17,3,61).

  • cyan value is 0.00%
  • magenta value is 17.00%
  • yellow value is 3.00%
  • key color value is 60.78%
CMYK:
(0,17,3,61)
C0M17Y3K61 
(0%,17%,3%,61%)
(0.00/0.17/0.03/0.61)	

CMYK percentages

%0
%17
%3
%60.78

Codes

Color #645361 in popluar color models

645361
RGB1008397
HSL311°9.29%35.88%
HSB/HSV311°17.00%39.22%
CMYK0.00%17.00%3.00%
60.78%

Color #645361 in popluar number systems.

HEX645361
Decimal1008397
Binary110010010100111100001
Octal144123141

Shades and tints

Shades of #645361

#645361
(100,83,97)
#5B4C59
(91,76,89)
#524551
(82,69,81)
#493E49
(73,62,73)
#403741
(64,55,65)
#373039
(55,48,57)
#2E2931
(46,41,49)
#252229
(37,34,41)
#1C1B21
(28,27,33)
#131419
(19,20,25)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #645361

#645361
(100,83,97)
#72626F
(114,98,111)
#80717D
(128,113,125)
#8E808B
(142,128,139)
#9C8F99
(156,143,153)
#AA9EA7
(170,158,167)
#B8ADB5
(184,173,181)
#C6BCC3
(198,188,195)
#D4CBD1
(212,203,209)
#E2DADF
(226,218,223)
#F0E9ED
(240,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645361; }

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

This text font color is #645361.


Background Color

.myBgColor { background-color: #645361; }

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

This div background color is #645361.


Border color

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

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

This div border color is #645361.


Opacity

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

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

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

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

This text has shadow with #645361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645361 on black background.


Color preview on white background

This text has color #645361 on white background.



Black color preview on #645361 background

This text has black color on #645361 background.


White color preview on #645361 background

This text has white color on #645361 background.