COLOR #64B395

HEX: #64B395
RGB: (100,179,149)

Color info

#64B395 contains mainly green and blue colors. Web safe color of #64B395 is #669999 (or #699).

RGB color model

#64B395 color RGB value is (100,179,149).

  • red value is 100;
  • green value is 179;
  • blue value is 149.
RGB:
(100,179,149)
(39%,70%,58%)

RGB channels and saturation

R 100 of 255 = 39%
G 179 of 255 = 70%
B 149 of 255 = 58%

100
179
149

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

Portions of RGB colors in percentages

R + G + B =
100 + 179 + 149 = 428 (100%)
R 100 of 428 ~ 23.36%
G 179 of 428 ~ 41.82%
B 149 of 428 ~ 34.81%

%23.36
%41.82
%34.81

CMYK color model

#64B395 color CMYK value is (44,0,17,30).

  • cyan value is 44.13%
  • magenta value is 0.00%
  • yellow value is 16.76%
  • key color value is 29.80%
CMYK:
(44,0,17,30)
C44M0Y17K30 
(44%,0%,17%,30%)
(0.44/0.00/0.17/0.30)	

CMYK percentages

%44.13
%0
%16.76
%29.8

Codes

Color #64B395 in popluar color models

64B395
RGB100179149
HSL157°34.20%54.71%
HSB/HSV157°44.13%70.20%
CMYK44.13%0.00%16.76%
29.80%

Color #64B395 in popluar number systems.

HEX64B395
Decimal100179149
Binary11001001011001110010101
Octal144263225

Shades and tints

Shades of #64B395

#64B395
(100,179,149)
#5BA388
(91,163,136)
#52937B
(82,147,123)
#49836E
(73,131,110)
#407361
(64,115,97)
#376354
(55,99,84)
#2E5347
(46,83,71)
#25433A
(37,67,58)
#1C332D
(28,51,45)
#132320
(19,35,32)
#0A1313
(10,19,19)
#000000
(0,0,0)

Tints of #64B395

#64B395
(100,179,149)
#72B99E
(114,185,158)
#80BFA7
(128,191,167)
#8EC5B0
(142,197,176)
#9CCBB9
(156,203,185)
#AAD1C2
(170,209,194)
#B8D7CB
(184,215,203)
#C6DDD4
(198,221,212)
#D4E3DD
(212,227,221)
#E2E9E6
(226,233,230)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B395 color. Also use rgb(100,179,149) instead hex code.

Text Font Color

.myTextColor { color: #64B395; }

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

This text font color is #64B395.


Background Color

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

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

This div background color is #64B395.


Border color

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

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

This div border color is #64B395.


Opacity

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

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

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

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

This text has shadow with #64B395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B395 on black background.


Color preview on white background

This text has color #64B395 on white background.



Black color preview on #64B395 background

This text has black color on #64B395 background.


White color preview on #64B395 background

This text has white color on #64B395 background.