COLOR #64A188

HEX: #64A188
RGB: (100,161,136)

Color info

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

RGB color model

#64A188 color RGB value is (100,161,136).

  • red value is 100;
  • green value is 161;
  • blue value is 136.
RGB:
(100,161,136)
(39%,63%,53%)

RGB channels and saturation

R 100 of 255 = 39%
G 161 of 255 = 63%
B 136 of 255 = 53%

100
161
136

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

Portions of RGB colors in percentages

R + G + B =
100 + 161 + 136 = 397 (100%)
R 100 of 397 ~ 25.19%
G 161 of 397 ~ 40.55%
B 136 of 397 ~ 34.26%

%25.19
%40.55
%34.26

CMYK color model

#64A188 color CMYK value is (38,0,16,37).

  • cyan value is 37.89%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 36.86%
CMYK:
(38,0,16,37)
C38M0Y16K37 
(38%,0%,16%,37%)
(0.38/0.00/0.16/0.37)	

CMYK percentages

%37.89
%0
%15.53
%36.86

Codes

Color #64A188 in popluar color models

64A188
RGB100161136
HSL155°24.50%51.18%
HSB/HSV155°37.89%63.14%
CMYK37.89%0.00%15.53%
36.86%

Color #64A188 in popluar number systems.

HEX64A188
Decimal100161136
Binary11001001010000110001000
Octal144241210

Shades and tints

Shades of #64A188

#64A188
(100,161,136)
#5B937C
(91,147,124)
#528570
(82,133,112)
#497764
(73,119,100)
#406958
(64,105,88)
#375B4C
(55,91,76)
#2E4D40
(46,77,64)
#253F34
(37,63,52)
#1C3128
(28,49,40)
#13231C
(19,35,28)
#0A1510
(10,21,16)
#000000
(0,0,0)

Tints of #64A188

#64A188
(100,161,136)
#72A992
(114,169,146)
#80B19C
(128,177,156)
#8EB9A6
(142,185,166)
#9CC1B0
(156,193,176)
#AAC9BA
(170,201,186)
#B8D1C4
(184,209,196)
#C6D9CE
(198,217,206)
#D4E1D8
(212,225,216)
#E2E9E2
(226,233,226)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64A188 color. Also use rgb(100,161,136) instead hex code.

Text Font Color

.myTextColor { color: #64A188; }

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

This text font color is #64A188.


Background Color

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

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

This div background color is #64A188.


Border color

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

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

This div border color is #64A188.


Opacity

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

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

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

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

This text has shadow with #64A188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64A188 on black background.


Color preview on white background

This text has color #64A188 on white background.



Black color preview on #64A188 background

This text has black color on #64A188 background.


White color preview on #64A188 background

This text has white color on #64A188 background.