COLOR #64A3A7

HEX: #64A3A7
RGB: (100,163,167)

Color info

#64A3A7 contains mainly green and blue colors. Web safe color of #64A3A7 is #669999 (or #699).

RGB color model

#64A3A7 color RGB value is (100,163,167).

  • red value is 100;
  • green value is 163;
  • blue value is 167.
RGB:
(100,163,167)
(39%,64%,65%)

RGB channels and saturation

R 100 of 255 = 39%
G 163 of 255 = 64%
B 167 of 255 = 65%

100
163
167

R + G + B ~ 56%. #64A3A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 163 + 167 = 430 (100%)
R 100 of 430 ~ 23.26%
G 163 of 430 ~ 37.91%
B 167 of 430 ~ 38.84%

%23.26
%37.91
%38.84

CMYK color model

#64A3A7 color CMYK value is (40,2,0,35).

  • cyan value is 40.12%
  • magenta value is 2.40%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(40,2,0,35)
C40M2Y0K35 
(40%,2%,0%,35%)
(0.40/0.02/0.00/0.35)	

CMYK percentages

%40.12
%2.4
%0
%34.51

Codes

Color #64A3A7 in popluar color models

64A3A7
RGB100163167
HSL184°27.57%52.35%
HSB/HSV184°40.12%65.49%
CMYK40.12%2.40%0.00%
34.51%

Color #64A3A7 in popluar number systems.

HEX64A3A7
Decimal100163167
Binary11001001010001110100111
Octal144243247

Shades and tints

Shades of #64A3A7

#64A3A7
(100,163,167)
#5B9598
(91,149,152)
#528789
(82,135,137)
#49797A
(73,121,122)
#406B6B
(64,107,107)
#375D5C
(55,93,92)
#2E4F4D
(46,79,77)
#25413E
(37,65,62)
#1C332F
(28,51,47)
#132520
(19,37,32)
#0A1711
(10,23,17)
#000000
(0,0,0)

Tints of #64A3A7

#64A3A7
(100,163,167)
#72ABAF
(114,171,175)
#80B3B7
(128,179,183)
#8EBBBF
(142,187,191)
#9CC3C7
(156,195,199)
#AACBCF
(170,203,207)
#B8D3D7
(184,211,215)
#C6DBDF
(198,219,223)
#D4E3E7
(212,227,231)
#E2EBEF
(226,235,239)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A3A7 color. Also use rgb(100,163,167) instead hex code.

Text Font Color

.myTextColor { color: #64A3A7; }

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

This text font color is #64A3A7.


Background Color

.myBgColor { background-color: #64A3A7; }

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

This div background color is #64A3A7.


Border color

.myBorderColor { border: 1px solid #64A3A7; }

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

This div border color is #64A3A7.


Opacity

.myOpacity80 { color: #64A3A7; opacity: 0.8; }

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

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

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

This text has shadow with #64A3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A3A7 on black background.


Color preview on white background

This text has color #64A3A7 on white background.



Black color preview on #64A3A7 background

This text has black color on #64A3A7 background.


White color preview on #64A3A7 background

This text has white color on #64A3A7 background.