COLOR #64998B

HEX: #64998B RGB: (100,153,139)

Color info

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

RGB color model

#64998B color RGB value is (100,153,139).

RGB: (100,153,139) (39%, 60%, 55%)

RGB channels and saturation

R 100 of 255 = 39%
G 153 of 255 = 60%
B 139 of 255 = 55%

100
153
139

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

Portions of RGB colors in percentages

R + G + B = 100 + 153 + 139 = 392 (100%)
R 100 of 392 ~ 25.51%
G 153 of 392 ~ 39.03%
B 139 of 392 ~ 35.46'%

%25.51
%39.03
%35.46

CMYK color model

#64998B color CMYK value is (35,0,9,40).

  • cyan value is 34.64%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 40.00%

CMYK: (35,0,9,40)
C35M0Y9K40 (35%, 0%, 9%, 40%)
(0.35 / 0.00 / 0.09 / 0.40)

CMYK percentages

%34.64
%0
%9.15
%40

Codes

Color #64998B in popluar color models

64 99 8B
RGB 100 153 139
HSL 164° 20.95% 49.61%
HSB/HSV 164° 34.64% 60.00%
CMYK 34.64% 0.00% 9.15%
40.00%

Color #64998B in popluar number systems.

HEX 64 99 8B
Decimal 100 153 139
Binary 1100100 10011001 10001011
Octal 144 231 213

Shades and tints

Shades of #64998B

#64998B
(100,153,139)
#5B8C7F
(91,140,127)
#527F73
(82,127,115)
#497267
(73,114,103)
#40655B
(64,101,91)
#37584F
(55,88,79)
#2E4B43
(46,75,67)
#253E37
(37,62,55)
#1C312B
(28,49,43)
#13241F
(19,36,31)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #64998B

#64998B
(100,153,139)
#72A295
(114,162,149)
#80AB9F
(128,171,159)
#8EB4A9
(142,180,169)
#9CBDB3
(156,189,179)
#AAC6BD
(170,198,189)
#B8CFC7
(184,207,199)
#C6D8D1
(198,216,209)
#D4E1DB
(212,225,219)
#E2EAE5
(226,234,229)
#F0F3EF
(240,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64998B; }

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

This text font color is #64998B.

Background Color

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

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

This div background color is #64998B.

Border color

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

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

This div border color is #64998B.

Opacity

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

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

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

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

This text has shadow with #64998B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64998B.

Preview

Color preview on black background

This text has color #64998B on black background.


Color preview on white background

This text has color #64998B on white background.


Black color preview on #64998B background

This text has black color on #64998B background.


White color preview on #64998B background

This text has white color on #64998B background.


Related colors

Complementary color

Complementary color for #hex is #9B6674.


I love getcolorcode.com

Triadic colors

1 #8B6499 and #998B64 with #64998B are triadic colors.

2 #8B9964 and #99648B with #64998B are triadic colors.