COLOR #64B259

HEX: #64B259
RGB: (100,178,89)

Color info

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

RGB color model

#64B259 color RGB value is (100,178,89).

  • red value is 100;
  • green value is 178;
  • blue value is 89.
RGB:
(100,178,89)
(39%,70%,35%)

RGB channels and saturation

R 100 of 255 = 39%
G 178 of 255 = 70%
B 89 of 255 = 35%

100
178
89

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

Portions of RGB colors in percentages

R + G + B =
100 + 178 + 89 = 367 (100%)
R 100 of 367 ~ 27.25%
G 178 of 367 ~ 48.5%
B 89 of 367 ~ 24.25%

%27.25
%48.5
%24.25

CMYK color model

#64B259 color CMYK value is (44,0,50,30).

  • cyan value is 43.82%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 30.20%
CMYK:
(44,0,50,30)
C44M0Y50K30 
(44%,0%,50%,30%)
(0.44/0.00/0.50/0.30)	

CMYK percentages

%43.82
%0
%50
%30.2

Codes

Color #64B259 in popluar color models

64B259
RGB10017889
HSL113°36.63%52.35%
HSB/HSV113°50.00%69.80%
CMYK43.82%0.00%50.00%
30.20%

Color #64B259 in popluar number systems.

HEX64B259
Decimal10017889
Binary1100100101100101011001
Octal144262131

Shades and tints

Shades of #64B259

#64B259
(100,178,89)
#5BA251
(91,162,81)
#529249
(82,146,73)
#498241
(73,130,65)
#407239
(64,114,57)
#376231
(55,98,49)
#2E5229
(46,82,41)
#254221
(37,66,33)
#1C3219
(28,50,25)
#132211
(19,34,17)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #64B259

#64B259
(100,178,89)
#72B968
(114,185,104)
#80C077
(128,192,119)
#8EC786
(142,199,134)
#9CCE95
(156,206,149)
#AAD5A4
(170,213,164)
#B8DCB3
(184,220,179)
#C6E3C2
(198,227,194)
#D4EAD1
(212,234,209)
#E2F1E0
(226,241,224)
#F0F8EF
(240,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64B259 color. Also use rgb(100,178,89) instead hex code.

Text Font Color

.myTextColor { color: #64B259; }

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

This text font color is #64B259.


Background Color

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

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

This div background color is #64B259.


Border color

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

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

This div border color is #64B259.


Opacity

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

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

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

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

This text has shadow with #64B259 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B259 on black background.


Color preview on white background

This text has color #64B259 on white background.



Black color preview on #64B259 background

This text has black color on #64B259 background.


White color preview on #64B259 background

This text has white color on #64B259 background.