COLOR #64B596

HEX: #64B596
RGB: (100,181,150)

Color info

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

RGB color model

#64B596 color RGB value is (100,181,150).

  • red value is 100;
  • green value is 181;
  • blue value is 150.
RGB:
(100,181,150)
(39%,71%,59%)

RGB channels and saturation

R 100 of 255 = 39%
G 181 of 255 = 71%
B 150 of 255 = 59%

100
181
150

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

Portions of RGB colors in percentages

R + G + B =
100 + 181 + 150 = 431 (100%)
R 100 of 431 ~ 23.2%
G 181 of 431 ~ 42%
B 150 of 431 ~ 34.8%

%23.2
%42
%34.8

CMYK color model

#64B596 color CMYK value is (45,0,17,29).

  • cyan value is 44.75%
  • magenta value is 0.00%
  • yellow value is 17.13%
  • key color value is 29.02%
CMYK:
(45,0,17,29)
C45M0Y17K29 
(45%,0%,17%,29%)
(0.45/0.00/0.17/0.29)	

CMYK percentages

%44.75
%0
%17.13
%29.02

Codes

Color #64B596 in popluar color models

64B596
RGB100181150
HSL157°35.37%55.10%
HSB/HSV157°44.75%70.98%
CMYK44.75%0.00%17.13%
29.02%

Color #64B596 in popluar number systems.

HEX64B596
Decimal100181150
Binary11001001011010110010110
Octal144265226

Shades and tints

Shades of #64B596

#64B596
(100,181,150)
#5BA589
(91,165,137)
#52957C
(82,149,124)
#49856F
(73,133,111)
#407562
(64,117,98)
#376555
(55,101,85)
#2E5548
(46,85,72)
#25453B
(37,69,59)
#1C352E
(28,53,46)
#132521
(19,37,33)
#0A1514
(10,21,20)
#000000
(0,0,0)

Tints of #64B596

#64B596
(100,181,150)
#72BB9F
(114,187,159)
#80C1A8
(128,193,168)
#8EC7B1
(142,199,177)
#9CCDBA
(156,205,186)
#AAD3C3
(170,211,195)
#B8D9CC
(184,217,204)
#C6DFD5
(198,223,213)
#D4E5DE
(212,229,222)
#E2EBE7
(226,235,231)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B596 color. Also use rgb(100,181,150) instead hex code.

Text Font Color

.myTextColor { color: #64B596; }

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

This text font color is #64B596.


Background Color

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

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

This div background color is #64B596.


Border color

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

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

This div border color is #64B596.


Opacity

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

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

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

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

This text has shadow with #64B596 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B596 on black background.


Color preview on white background

This text has color #64B596 on white background.



Black color preview on #64B596 background

This text has black color on #64B596 background.


White color preview on #64B596 background

This text has white color on #64B596 background.