COLOR #64B687

HEX: #64B687
RGB: (100,182,135)

Color info

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

RGB color model

#64B687 color RGB value is (100,182,135).

  • red value is 100;
  • green value is 182;
  • blue value is 135.
RGB:
(100,182,135)
(39%,71%,53%)

RGB channels and saturation

R 100 of 255 = 39%
G 182 of 255 = 71%
B 135 of 255 = 53%

100
182
135

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

Portions of RGB colors in percentages

R + G + B =
100 + 182 + 135 = 417 (100%)
R 100 of 417 ~ 23.98%
G 182 of 417 ~ 43.65%
B 135 of 417 ~ 32.37%

%23.98
%43.65
%32.37

CMYK color model

#64B687 color CMYK value is (45,0,26,29).

  • cyan value is 45.05%
  • magenta value is 0.00%
  • yellow value is 25.82%
  • key color value is 28.63%
CMYK:
(45,0,26,29)
C45M0Y26K29 
(45%,0%,26%,29%)
(0.45/0.00/0.26/0.29)	

CMYK percentages

%45.05
%0
%25.82
%28.63

Codes

Color #64B687 in popluar color models

64B687
RGB100182135
HSL146°35.96%55.29%
HSB/HSV146°45.05%71.37%
CMYK45.05%0.00%25.82%
28.63%

Color #64B687 in popluar number systems.

HEX64B687
Decimal100182135
Binary11001001011011010000111
Octal144266207

Shades and tints

Shades of #64B687

#64B687
(100,182,135)
#5BA67B
(91,166,123)
#52966F
(82,150,111)
#498663
(73,134,99)
#407657
(64,118,87)
#37664B
(55,102,75)
#2E563F
(46,86,63)
#254633
(37,70,51)
#1C3627
(28,54,39)
#13261B
(19,38,27)
#0A160F
(10,22,15)
#000000
(0,0,0)

Tints of #64B687

#64B687
(100,182,135)
#72BC91
(114,188,145)
#80C29B
(128,194,155)
#8EC8A5
(142,200,165)
#9CCEAF
(156,206,175)
#AAD4B9
(170,212,185)
#B8DAC3
(184,218,195)
#C6E0CD
(198,224,205)
#D4E6D7
(212,230,215)
#E2ECE1
(226,236,225)
#F0F2EB
(240,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B687 color. Also use rgb(100,182,135) instead hex code.

Text Font Color

.myTextColor { color: #64B687; }

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

This text font color is #64B687.


Background Color

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

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

This div background color is #64B687.


Border color

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

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

This div border color is #64B687.


Opacity

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

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

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

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

This text has shadow with #64B687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B687 on black background.


Color preview on white background

This text has color #64B687 on white background.



Black color preview on #64B687 background

This text has black color on #64B687 background.


White color preview on #64B687 background

This text has white color on #64B687 background.