COLOR #645255

HEX: #645255
RGB: (100,82,85)

Color info

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

RGB color model

#645255 color RGB value is (100,82,85).

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

RGB channels and saturation

R 100 of 255 = 39%
G 82 of 255 = 32%
B 85 of 255 = 33%

100
82
85

R + G + B ~ 35%. #645255 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
100 + 82 + 85 = 267 (100%)
R 100 of 267 ~ 37.45%
G 82 of 267 ~ 30.71%
B 85 of 267 ~ 31.84%

%37.45
%30.71
%31.84

CMYK color model

#645255 color CMYK value is (0,18,15,61).

  • cyan value is 0.00%
  • magenta value is 18.00%
  • yellow value is 15.00%
  • key color value is 60.78%
CMYK:
(0,18,15,61)
C0M18Y15K61 
(0%,18%,15%,61%)
(0.00/0.18/0.15/0.61)	

CMYK percentages

%0
%18
%15
%60.78

Codes

Color #645255 in popluar color models

645255
RGB1008285
HSL350°9.89%35.69%
HSB/HSV350°18.00%39.22%
CMYK0.00%18.00%15.00%
60.78%

Color #645255 in popluar number systems.

HEX645255
Decimal1008285
Binary110010010100101010101
Octal144122125

Shades and tints

Shades of #645255

#645255
(100,82,85)
#5B4B4E
(91,75,78)
#524447
(82,68,71)
#493D40
(73,61,64)
#403639
(64,54,57)
#372F32
(55,47,50)
#2E282B
(46,40,43)
#252124
(37,33,36)
#1C1A1D
(28,26,29)
#131316
(19,19,22)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #645255

#645255
(100,82,85)
#726164
(114,97,100)
#807073
(128,112,115)
#8E7F82
(142,127,130)
#9C8E91
(156,142,145)
#AA9DA0
(170,157,160)
#B8ACAF
(184,172,175)
#C6BBBE
(198,187,190)
#D4CACD
(212,202,205)
#E2D9DC
(226,217,220)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #645255; }

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

This text font color is #645255.


Background Color

.myBgColor { background-color: #645255; }

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

This div background color is #645255.


Border color

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

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

This div border color is #645255.


Opacity

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

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

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

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

This text has shadow with #645255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645255 on black background.


Color preview on white background

This text has color #645255 on white background.



Black color preview on #645255 background

This text has black color on #645255 background.


White color preview on #645255 background

This text has white color on #645255 background.