COLOR #64738D

HEX: #64738D
RGB: (100,115,141)

Color info

#64738D contains red, green and blue colors in about the same proportion. Web safe color of #64738D is #666699 (or #669).

RGB color model

#64738D color RGB value is (100,115,141).

  • red value is 100;
  • green value is 115;
  • blue value is 141.
RGB:
(100,115,141)
(39%,45%,55%)

RGB channels and saturation

R 100 of 255 = 39%
G 115 of 255 = 45%
B 141 of 255 = 55%

100
115
141

R + G + B ~ 46%. #64738D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 115 + 141 = 356 (100%)
R 100 of 356 ~ 28.09%
G 115 of 356 ~ 32.3%
B 141 of 356 ~ 39.61%

%28.09
%32.3
%39.61

CMYK color model

#64738D color CMYK value is (29,18,0,45).

  • cyan value is 29.08%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(29,18,0,45)
C29M18Y0K45 
(29%,18%,0%,45%)
(0.29/0.18/0.00/0.45)	

CMYK percentages

%29.08
%18.44
%0
%44.71

Codes

Color #64738D in popluar color models

64738D
RGB100115141
HSL218°17.01%47.25%
HSB/HSV218°29.08%55.29%
CMYK29.08%18.44%0.00%
44.71%

Color #64738D in popluar number systems.

HEX64738D
Decimal100115141
Binary1100100111001110001101
Octal144163215

Shades and tints

Shades of #64738D

#64738D
(100,115,141)
#5B6981
(91,105,129)
#525F75
(82,95,117)
#495569
(73,85,105)
#404B5D
(64,75,93)
#374151
(55,65,81)
#2E3745
(46,55,69)
#252D39
(37,45,57)
#1C232D
(28,35,45)
#131921
(19,25,33)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #64738D

#64738D
(100,115,141)
#727F97
(114,127,151)
#808BA1
(128,139,161)
#8E97AB
(142,151,171)
#9CA3B5
(156,163,181)
#AAAFBF
(170,175,191)
#B8BBC9
(184,187,201)
#C6C7D3
(198,199,211)
#D4D3DD
(212,211,221)
#E2DFE7
(226,223,231)
#F0EBF1
(240,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64738D color. Also use rgb(100,115,141) instead hex code.

Text Font Color

.myTextColor { color: #64738D; }

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

This text font color is #64738D.


Background Color

.myBgColor { background-color: #64738D; }

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

This div background color is #64738D.


Border color

.myBorderColor { border: 1px solid #64738D; }

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

This div border color is #64738D.


Opacity

.myOpacity80 { color: #64738D; opacity: 0.8; }

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

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

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

This text has shadow with #64738D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64738D on black background.


Color preview on white background

This text has color #64738D on white background.



Black color preview on #64738D background

This text has black color on #64738D background.


White color preview on #64738D background

This text has white color on #64738D background.