COLOR #64738A

HEX: #64738A
RGB: (100,115,138)

Color info

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

RGB color model

#64738A color RGB value is (100,115,138).

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

RGB channels and saturation

R 100 of 255 = 39%
G 115 of 255 = 45%
B 138 of 255 = 54%

100
115
138

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

Portions of RGB colors in percentages

R + G + B =
100 + 115 + 138 = 353 (100%)
R 100 of 353 ~ 28.33%
G 115 of 353 ~ 32.58%
B 138 of 353 ~ 39.09%

%28.33
%32.58
%39.09

CMYK color model

#64738A color CMYK value is (28,17,0,46).

  • cyan value is 27.54%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(28,17,0,46)
C28M17Y0K46 
(28%,17%,0%,46%)
(0.28/0.17/0.00/0.46)	

CMYK percentages

%27.54
%16.67
%0
%45.88

Codes

Color #64738A in popluar color models

64738A
RGB100115138
HSL216°15.97%46.67%
HSB/HSV216°27.54%54.12%
CMYK27.54%16.67%0.00%
45.88%

Color #64738A in popluar number systems.

HEX64738A
Decimal100115138
Binary1100100111001110001010
Octal144163212

Shades and tints

Shades of #64738A

#64738A
(100,115,138)
#5B697E
(91,105,126)
#525F72
(82,95,114)
#495566
(73,85,102)
#404B5A
(64,75,90)
#37414E
(55,65,78)
#2E3742
(46,55,66)
#252D36
(37,45,54)
#1C232A
(28,35,42)
#13191E
(19,25,30)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #64738A

#64738A
(100,115,138)
#727F94
(114,127,148)
#808B9E
(128,139,158)
#8E97A8
(142,151,168)
#9CA3B2
(156,163,178)
#AAAFBC
(170,175,188)
#B8BBC6
(184,187,198)
#C6C7D0
(198,199,208)
#D4D3DA
(212,211,218)
#E2DFE4
(226,223,228)
#F0EBEE
(240,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64738A; }

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

This text font color is #64738A.


Background Color

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

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

This div background color is #64738A.


Border color

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

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

This div border color is #64738A.


Opacity

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

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

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

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

This text has shadow with #64738A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64738A on black background.


Color preview on white background

This text has color #64738A on white background.



Black color preview on #64738A background

This text has black color on #64738A background.


White color preview on #64738A background

This text has white color on #64738A background.