COLOR #64958B

HEX: #64958B RGB: (100,149,139)

Color info

#64958B contains red, green and blue colors in about the same proportion. Web safe color of #64958B is #669999 (or #699).

RGB color model

#64958B color RGB value is (100,149,139).

RGB: (100,149,139) (39%, 58%, 55%)

RGB channels and saturation

R 100 of 255 = 39%
G 149 of 255 = 58%
B 139 of 255 = 55%

100
149
139

R + G + B ~ 51%. #64958B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 149 + 139 = 388 (100%)
R 100 of 388 ~ 25.77%
G 149 of 388 ~ 38.4%
B 139 of 388 ~ 35.82'%

%25.77
%38.4
%35.82

CMYK color model

#64958B color CMYK value is (33,0,7,42).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 6.71%
  • key color value is 41.57%

CMYK: (33,0,7,42)
C33M0Y7K42 (33%, 0%, 7%, 42%)
(0.33 / 0.00 / 0.07 / 0.42)

CMYK percentages

%32.89
%0
%6.71
%41.57

Codes

Color #64958B in popluar color models

64 95 8B
RGB 100 149 139
HSL 168° 19.68% 48.82%
HSB/HSV 168° 32.89% 58.43%
CMYK 32.89% 0.00% 6.71%
41.57%

Color #64958B in popluar number systems.

HEX 64 95 8B
Decimal 100 149 139
Binary 1100100 10010101 10001011
Octal 144 225 213

Shades and tints

Shades of #64958B

#64958B
(100,149,139)
#5B887F
(91,136,127)
#527B73
(82,123,115)
#496E67
(73,110,103)
#40615B
(64,97,91)
#37544F
(55,84,79)
#2E4743
(46,71,67)
#253A37
(37,58,55)
#1C2D2B
(28,45,43)
#13201F
(19,32,31)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #64958B

#64958B
(100,149,139)
#729E95
(114,158,149)
#80A79F
(128,167,159)
#8EB0A9
(142,176,169)
#9CB9B3
(156,185,179)
#AAC2BD
(170,194,189)
#B8CBC7
(184,203,199)
#C6D4D1
(198,212,209)
#D4DDDB
(212,221,219)
#E2E6E5
(226,230,229)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64958B color. Also use rgb(100,149,139) instead hex code.

Text Font Color

.myTextColor { color: #64958B; }

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

This text font color is #64958B.

Background Color

.myBgColor { background-color: #64958B; }

<div style="background-color:#64958B">Inner text</div>

This div background color is #64958B.

Border color

.myBorderColor { border: 1px solid #64958B; }

<div style="border:3px solid #64958B">Div</div>

This div border color is #64958B.

Opacity

.myOpacity80 { color: #64958B; opacity: 0.8; }

<p style="color:#64958B;opacity:0.8;">80%</p>

Text with #64958B 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 #64958B;}

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

This text has shadow with #64958B color.


.textShadow {text-shadow: 3px 3px 1px #64958B', 3px 3px 1px red;}

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

This text has shadow with #64958B primary color and red secondary color.


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

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

This text has shadow with #64958B and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #64958B; -webkit-box-shadow: 1px 1px 3px 2px #64958B; box-shadow:1px 1px 3px 2px #64958B;">
Div content here
</div>

This div box has shadow with color #64958B.

Preview

Color preview on black background

This text has color #64958B on black background.


Color preview on white background

This text has color #64958B on white background.


Black color preview on #64958B background

This text has black color on #64958B background.


White color preview on #64958B background

This text has white color on #64958B background.


Related colors

Complementary color

Complementary color for #hex is #9B6A74.


I love getcolorcode.com

Triadic colors

1 #8B6495 and #958B64 with #64958B are triadic colors.

2 #8B9564 and #95648B with #64958B are triadic colors.