COLOR #645D58

HEX: #645D58
RGB: (100,93,88)

Color info

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

RGB color model

#645D58 color RGB value is (100,93,88).

  • red value is 100;
  • green value is 93;
  • blue value is 88.
RGB:
(100,93,88)
(39%,36%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 93 of 255 = 36%
B 88 of 255 = 35%

100
93
88

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

Portions of RGB colors in percentages

R + G + B =
100 + 93 + 88 = 281 (100%)
R 100 of 281 ~ 35.59%
G 93 of 281 ~ 33.1%
B 88 of 281 ~ 31.32%

%35.59
%33.1
%31.32

CMYK color model

#645D58 color CMYK value is (0,7,12,61).

  • cyan value is 0.00%
  • magenta value is 7.00%
  • yellow value is 12.00%
  • key color value is 60.78%
CMYK:
(0,7,12,61)
C0M7Y12K61 
(0%,7%,12%,61%)
(0.00/0.07/0.12/0.61)	

CMYK percentages

%0
%7
%12
%60.78

Codes

Color #645D58 in popluar color models

645D58
RGB1009388
HSL25°6.38%36.86%
HSB/HSV25°12.00%39.22%
CMYK0.00%7.00%12.00%
60.78%

Color #645D58 in popluar number systems.

HEX645D58
Decimal1009388
Binary110010010111011011000
Octal144135130

Shades and tints

Shades of #645D58

#645D58
(100,93,88)
#5B5550
(91,85,80)
#524D48
(82,77,72)
#494540
(73,69,64)
#403D38
(64,61,56)
#373530
(55,53,48)
#2E2D28
(46,45,40)
#252520
(37,37,32)
#1C1D18
(28,29,24)
#131510
(19,21,16)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #645D58

#645D58
(100,93,88)
#726B67
(114,107,103)
#807976
(128,121,118)
#8E8785
(142,135,133)
#9C9594
(156,149,148)
#AAA3A3
(170,163,163)
#B8B1B2
(184,177,178)
#C6BFC1
(198,191,193)
#D4CDD0
(212,205,208)
#E2DBDF
(226,219,223)
#F0E9EE
(240,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #645D58 color. Also use rgb(100,93,88) instead hex code.

Text Font Color

.myTextColor { color: #645D58; }

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

This text font color is #645D58.


Background Color

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

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

This div background color is #645D58.


Border color

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

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

This div border color is #645D58.


Opacity

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

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

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

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

This text has shadow with #645D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #645D58 on black background.


Color preview on white background

This text has color #645D58 on white background.



Black color preview on #645D58 background

This text has black color on #645D58 background.


White color preview on #645D58 background

This text has white color on #645D58 background.