COLOR #64938B

HEX: #64938B
RGB: (100,147,139)

Color info

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

RGB color model

#64938B color RGB value is (100,147,139).

  • red value is 100;
  • green value is 147;
  • blue value is 139.
RGB:
(100,147,139)
(39%,58%,55%)

RGB channels and saturation

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

100
147
139

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

Portions of RGB colors in percentages

R + G + B =
100 + 147 + 139 = 386 (100%)
R 100 of 386 ~ 25.91%
G 147 of 386 ~ 38.08%
B 139 of 386 ~ 36.01%

%25.91
%38.08
%36.01

CMYK color model

#64938B color CMYK value is (32,0,5,42).

  • cyan value is 31.97%
  • magenta value is 0.00%
  • yellow value is 5.44%
  • key color value is 42.35%
CMYK:
(32,0,5,42)
C32M0Y5K42 
(32%,0%,5%,42%)
(0.32/0.00/0.05/0.42)	

CMYK percentages

%31.97
%0
%5.44
%42.35

Codes

Color #64938B in popluar color models

64938B
RGB100147139
HSL170°19.03%48.43%
HSB/HSV170°31.97%57.65%
CMYK31.97%0.00%5.44%
42.35%

Color #64938B in popluar number systems.

HEX64938B
Decimal100147139
Binary11001001001001110001011
Octal144223213

Shades and tints

Shades of #64938B

#64938B
(100,147,139)
#5B867F
(91,134,127)
#527973
(82,121,115)
#496C67
(73,108,103)
#405F5B
(64,95,91)
#37524F
(55,82,79)
#2E4543
(46,69,67)
#253837
(37,56,55)
#1C2B2B
(28,43,43)
#131E1F
(19,30,31)
#0A1113
(10,17,19)
#000000
(0,0,0)

Tints of #64938B

#64938B
(100,147,139)
#729C95
(114,156,149)
#80A59F
(128,165,159)
#8EAEA9
(142,174,169)
#9CB7B3
(156,183,179)
#AAC0BD
(170,192,189)
#B8C9C7
(184,201,199)
#C6D2D1
(198,210,209)
#D4DBDB
(212,219,219)
#E2E4E5
(226,228,229)
#F0EDEF
(240,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64938B; }

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

This text font color is #64938B.


Background Color

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

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

This div background color is #64938B.


Border color

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

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

This div border color is #64938B.


Opacity

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

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

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

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

This text has shadow with #64938B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64938B on black background.


Color preview on white background

This text has color #64938B on white background.



Black color preview on #64938B background

This text has black color on #64938B background.


White color preview on #64938B background

This text has white color on #64938B background.