COLOR #64957E

HEX: #64957E
RGB: (100,149,126)

Color info

#64957E contains red, green and blue colors in about the same proportion. Web safe color of #64957E is #669966 (or #696).

RGB color model

#64957E color RGB value is (100,149,126).

  • red value is 100;
  • green value is 149;
  • blue value is 126.
RGB:
(100,149,126)
(39%,58%,49%)

RGB channels and saturation

R 100 of 255 = 39%
G 149 of 255 = 58%
B 126 of 255 = 49%

100
149
126

R + G + B ~ 49%. #64957E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 149 + 126 = 375 (100%)
R 100 of 375 ~ 26.67%
G 149 of 375 ~ 39.73%
B 126 of 375 ~ 33.6%

%26.67
%39.73
%33.6

CMYK color model

#64957E color CMYK value is (33,0,15,42).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 41.57%
CMYK:
(33,0,15,42)
C33M0Y15K42 
(33%,0%,15%,42%)
(0.33/0.00/0.15/0.42)	

CMYK percentages

%32.89
%0
%15.44
%41.57

Codes

Color #64957E in popluar color models

64957E
RGB100149126
HSL152°19.68%48.82%
HSB/HSV152°32.89%58.43%
CMYK32.89%0.00%15.44%
41.57%

Color #64957E in popluar number systems.

HEX64957E
Decimal100149126
Binary1100100100101011111110
Octal144225176

Shades and tints

Shades of #64957E

#64957E
(100,149,126)
#5B8873
(91,136,115)
#527B68
(82,123,104)
#496E5D
(73,110,93)
#406152
(64,97,82)
#375447
(55,84,71)
#2E473C
(46,71,60)
#253A31
(37,58,49)
#1C2D26
(28,45,38)
#13201B
(19,32,27)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #64957E

#64957E
(100,149,126)
#729E89
(114,158,137)
#80A794
(128,167,148)
#8EB09F
(142,176,159)
#9CB9AA
(156,185,170)
#AAC2B5
(170,194,181)
#B8CBC0
(184,203,192)
#C6D4CB
(198,212,203)
#D4DDD6
(212,221,214)
#E2E6E1
(226,230,225)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64957E color. Also use rgb(100,149,126) instead hex code.

Text Font Color

.myTextColor { color: #64957E; }

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

This text font color is #64957E.


Background Color

.myBgColor { background-color: #64957E; }

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

This div background color is #64957E.


Border color

.myBorderColor { border: 1px solid #64957E; }

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

This div border color is #64957E.


Opacity

.myOpacity80 { color: #64957E; opacity: 0.8; }

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

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

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

This text has shadow with #64957E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64957E on black background.


Color preview on white background

This text has color #64957E on white background.



Black color preview on #64957E background

This text has black color on #64957E background.


White color preview on #64957E background

This text has white color on #64957E background.