COLOR #64B889

HEX: #64B889
RGB: (100,184,137)

Color info

#64B889 contains mainly green and blue colors. Web safe color of #64B889 is #66CC99 (or #6C9).

RGB color model

#64B889 color RGB value is (100,184,137).

  • red value is 100;
  • green value is 184;
  • blue value is 137.
RGB:
(100,184,137)
(39%,72%,54%)

RGB channels and saturation

R 100 of 255 = 39%
G 184 of 255 = 72%
B 137 of 255 = 54%

100
184
137

R + G + B ~ 55%. #64B889 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 184 + 137 = 421 (100%)
R 100 of 421 ~ 23.75%
G 184 of 421 ~ 43.71%
B 137 of 421 ~ 32.54%

%23.75
%43.71
%32.54

CMYK color model

#64B889 color CMYK value is (46,0,26,28).

  • cyan value is 45.65%
  • magenta value is 0.00%
  • yellow value is 25.54%
  • key color value is 27.84%
CMYK:
(46,0,26,28)
C46M0Y26K28 
(46%,0%,26%,28%)
(0.46/0.00/0.26/0.28)	

CMYK percentages

%45.65
%0
%25.54
%27.84

Codes

Color #64B889 in popluar color models

64B889
RGB100184137
HSL146°37.17%55.69%
HSB/HSV146°45.65%72.16%
CMYK45.65%0.00%25.54%
27.84%

Color #64B889 in popluar number systems.

HEX64B889
Decimal100184137
Binary11001001011100010001001
Octal144270211

Shades and tints

Shades of #64B889

#64B889
(100,184,137)
#5BA87D
(91,168,125)
#529871
(82,152,113)
#498865
(73,136,101)
#407859
(64,120,89)
#37684D
(55,104,77)
#2E5841
(46,88,65)
#254835
(37,72,53)
#1C3829
(28,56,41)
#13281D
(19,40,29)
#0A1811
(10,24,17)
#000000
(0,0,0)

Tints of #64B889

#64B889
(100,184,137)
#72BE93
(114,190,147)
#80C49D
(128,196,157)
#8ECAA7
(142,202,167)
#9CD0B1
(156,208,177)
#AAD6BB
(170,214,187)
#B8DCC5
(184,220,197)
#C6E2CF
(198,226,207)
#D4E8D9
(212,232,217)
#E2EEE3
(226,238,227)
#F0F4ED
(240,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B889 color. Also use rgb(100,184,137) instead hex code.

Text Font Color

.myTextColor { color: #64B889; }

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

This text font color is #64B889.


Background Color

.myBgColor { background-color: #64B889; }

<div style="background-color:#64B889">Inner text</div>

This div background color is #64B889.


Border color

.myBorderColor { border: 1px solid #64B889; }

<div style="border:3px solid #64B889">Div</div>

This div border color is #64B889.


Opacity

.myOpacity80 { color: #64B889; opacity: 0.8; }

<p style="color:#64B889;opacity:0.8;">80%</p>

Text with #64B889 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 #64B889;}

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

This text has shadow with #64B889 color.

.textShadow {text-shadow: 3px 3px 1px #64B889, 3px 3px 1px red;}

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

This text has shadow with #64B889 primary color and red secondary color.


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

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

This text has shadow with #64B889 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B889 on black background.


Color preview on white background

This text has color #64B889 on white background.



Black color preview on #64B889 background

This text has black color on #64B889 background.


White color preview on #64B889 background

This text has white color on #64B889 background.