COLOR #645261

HEX: #645261
RGB: (100,82,97)

Color info

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

RGB color model

#645261 color RGB value is (100,82,97).

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

RGB channels and saturation

R 100 of 255 = 39%
G 82 of 255 = 32%
B 97 of 255 = 38%

100
82
97

R + G + B ~ 36%. #645261 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 82 + 97 = 279 (100%)
R 100 of 279 ~ 35.84%
G 82 of 279 ~ 29.39%
B 97 of 279 ~ 34.77%

%35.84
%29.39
%34.77

CMYK color model

#645261 color CMYK value is (0,18,3,61).

  • cyan value is 0.00%
  • magenta value is 18.00%
  • yellow value is 3.00%
  • key color value is 60.78%
CMYK:
(0,18,3,61)
C0M18Y3K61 
(0%,18%,3%,61%)
(0.00/0.18/0.03/0.61)	

CMYK percentages

%0
%18
%3
%60.78

Codes

Color #645261 in popluar color models

645261
RGB1008297
HSL310°9.89%35.69%
HSB/HSV310°18.00%39.22%
CMYK0.00%18.00%3.00%
60.78%

Color #645261 in popluar number systems.

HEX645261
Decimal1008297
Binary110010010100101100001
Octal144122141

Shades and tints

Shades of #645261

#645261
(100,82,97)
#5B4B59
(91,75,89)
#524451
(82,68,81)
#493D49
(73,61,73)
#403641
(64,54,65)
#372F39
(55,47,57)
#2E2831
(46,40,49)
#252129
(37,33,41)
#1C1A21
(28,26,33)
#131319
(19,19,25)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #645261

#645261
(100,82,97)
#72616F
(114,97,111)
#80707D
(128,112,125)
#8E7F8B
(142,127,139)
#9C8E99
(156,142,153)
#AA9DA7
(170,157,167)
#B8ACB5
(184,172,181)
#C6BBC3
(198,187,195)
#D4CAD1
(212,202,209)
#E2D9DF
(226,217,223)
#F0E8ED
(240,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645261; }

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

This text font color is #645261.


Background Color

.myBgColor { background-color: #645261; }

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

This div background color is #645261.


Border color

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

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

This div border color is #645261.


Opacity

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

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

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

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

This text has shadow with #645261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645261 on black background.


Color preview on white background

This text has color #645261 on white background.



Black color preview on #645261 background

This text has black color on #645261 background.


White color preview on #645261 background

This text has white color on #645261 background.