COLOR #64B175

HEX: #64B175
RGB: (100,177,117)

Color info

#64B175 contains mainly green color. Web safe color of #64B175 is #669966 (or #696).

RGB color model

#64B175 color RGB value is (100,177,117).

  • red value is 100;
  • green value is 177;
  • blue value is 117.
RGB:
(100,177,117)
(39%,69%,46%)

RGB channels and saturation

R 100 of 255 = 39%
G 177 of 255 = 69%
B 117 of 255 = 46%

100
177
117

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

Portions of RGB colors in percentages

R + G + B =
100 + 177 + 117 = 394 (100%)
R 100 of 394 ~ 25.38%
G 177 of 394 ~ 44.92%
B 117 of 394 ~ 29.7%

%25.38
%44.92
%29.7

CMYK color model

#64B175 color CMYK value is (44,0,34,31).

  • cyan value is 43.50%
  • magenta value is 0.00%
  • yellow value is 33.90%
  • key color value is 30.59%
CMYK:
(44,0,34,31)
C44M0Y34K31 
(44%,0%,34%,31%)
(0.44/0.00/0.34/0.31)	

CMYK percentages

%43.5
%0
%33.9
%30.59

Codes

Color #64B175 in popluar color models

64B175
RGB100177117
HSL133°33.05%54.31%
HSB/HSV133°43.50%69.41%
CMYK43.50%0.00%33.90%
30.59%

Color #64B175 in popluar number systems.

HEX64B175
Decimal100177117
Binary1100100101100011110101
Octal144261165

Shades and tints

Shades of #64B175

#64B175
(100,177,117)
#5BA16B
(91,161,107)
#529161
(82,145,97)
#498157
(73,129,87)
#40714D
(64,113,77)
#376143
(55,97,67)
#2E5139
(46,81,57)
#25412F
(37,65,47)
#1C3125
(28,49,37)
#13211B
(19,33,27)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #64B175

#64B175
(100,177,117)
#72B881
(114,184,129)
#80BF8D
(128,191,141)
#8EC699
(142,198,153)
#9CCDA5
(156,205,165)
#AAD4B1
(170,212,177)
#B8DBBD
(184,219,189)
#C6E2C9
(198,226,201)
#D4E9D5
(212,233,213)
#E2F0E1
(226,240,225)
#F0F7ED
(240,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B175 color. Also use rgb(100,177,117) instead hex code.

Text Font Color

.myTextColor { color: #64B175; }

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

This text font color is #64B175.


Background Color

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

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

This div background color is #64B175.


Border color

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

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

This div border color is #64B175.


Opacity

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

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

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

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

This text has shadow with #64B175 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B175 on black background.


Color preview on white background

This text has color #64B175 on white background.



Black color preview on #64B175 background

This text has black color on #64B175 background.


White color preview on #64B175 background

This text has white color on #64B175 background.