COLOR #64998F

HEX: #64998F
RGB: (100,153,143)

Color info

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

RGB color model

#64998F color RGB value is (100,153,143).

  • red value is 100;
  • green value is 153;
  • blue value is 143.
RGB:
(100,153,143)
(39%,60%,56%)

RGB channels and saturation

R 100 of 255 = 39%
G 153 of 255 = 60%
B 143 of 255 = 56%

100
153
143

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

Portions of RGB colors in percentages

R + G + B =
100 + 153 + 143 = 396 (100%)
R 100 of 396 ~ 25.25%
G 153 of 396 ~ 38.64%
B 143 of 396 ~ 36.11%

%25.25
%38.64
%36.11

CMYK color model

#64998F color CMYK value is (35,0,7,40).

  • cyan value is 34.64%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 40.00%
CMYK:
(35,0,7,40)
C35M0Y7K40 
(35%,0%,7%,40%)
(0.35/0.00/0.07/0.40)	

CMYK percentages

%34.64
%0
%6.54
%40

Codes

Color #64998F in popluar color models

64998F
RGB100153143
HSL169°20.95%49.61%
HSB/HSV169°34.64%60.00%
CMYK34.64%0.00%6.54%
40.00%

Color #64998F in popluar number systems.

HEX64998F
Decimal100153143
Binary11001001001100110001111
Octal144231217

Shades and tints

Shades of #64998F

#64998F
(100,153,143)
#5B8C82
(91,140,130)
#527F75
(82,127,117)
#497268
(73,114,104)
#40655B
(64,101,91)
#37584E
(55,88,78)
#2E4B41
(46,75,65)
#253E34
(37,62,52)
#1C3127
(28,49,39)
#13241A
(19,36,26)
#0A170D
(10,23,13)
#000000
(0,0,0)

Tints of #64998F

#64998F
(100,153,143)
#72A299
(114,162,153)
#80ABA3
(128,171,163)
#8EB4AD
(142,180,173)
#9CBDB7
(156,189,183)
#AAC6C1
(170,198,193)
#B8CFCB
(184,207,203)
#C6D8D5
(198,216,213)
#D4E1DF
(212,225,223)
#E2EAE9
(226,234,233)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64998F; }

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

This text font color is #64998F.


Background Color

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

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

This div background color is #64998F.


Border color

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

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

This div border color is #64998F.


Opacity

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

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

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

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

This text has shadow with #64998F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64998F on black background.


Color preview on white background

This text has color #64998F on white background.



Black color preview on #64998F background

This text has black color on #64998F background.


White color preview on #64998F background

This text has white color on #64998F background.