COLOR #64B336

HEX: #64B336
RGB: (100,179,54)

Color info

#64B336 contains mainly green color. Web safe color of #64B336 is #669933 (or #693).

RGB color model

#64B336 color RGB value is (100,179,54).

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

RGB channels and saturation

R 100 of 255 = 39%
G 179 of 255 = 70%
B 54 of 255 = 21%

100
179
54

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

Portions of RGB colors in percentages

R + G + B =
100 + 179 + 54 = 333 (100%)
R 100 of 333 ~ 30.03%
G 179 of 333 ~ 53.75%
B 54 of 333 ~ 16.22%

%30.03
%53.75
%16.22

CMYK color model

#64B336 color CMYK value is (44,0,70,30).

  • cyan value is 44.13%
  • magenta value is 0.00%
  • yellow value is 69.83%
  • key color value is 29.80%
CMYK:
(44,0,70,30)
C44M0Y70K30 
(44%,0%,70%,30%)
(0.44/0.00/0.70/0.30)	

CMYK percentages

%44.13
%0
%69.83
%29.8

Codes

Color #64B336 in popluar color models

64B336
RGB10017954
HSL98°53.65%45.69%
HSB/HSV98°69.83%70.20%
CMYK44.13%0.00%69.83%
29.80%

Color #64B336 in popluar number systems.

HEX64B336
Decimal10017954
Binary110010010110011110110
Octal14426366

Shades and tints

Shades of #64B336

#64B336
(100,179,54)
#5BA332
(91,163,50)
#52932E
(82,147,46)
#49832A
(73,131,42)
#407326
(64,115,38)
#376322
(55,99,34)
#2E531E
(46,83,30)
#25431A
(37,67,26)
#1C3316
(28,51,22)
#132312
(19,35,18)
#0A130E
(10,19,14)
#000000
(0,0,0)

Tints of #64B336

#64B336
(100,179,54)
#72B948
(114,185,72)
#80BF5A
(128,191,90)
#8EC56C
(142,197,108)
#9CCB7E
(156,203,126)
#AAD190
(170,209,144)
#B8D7A2
(184,215,162)
#C6DDB4
(198,221,180)
#D4E3C6
(212,227,198)
#E2E9D8
(226,233,216)
#F0EFEA
(240,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64B336; }

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

This text font color is #64B336.


Background Color

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

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

This div background color is #64B336.


Border color

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

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

This div border color is #64B336.


Opacity

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

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

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

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

This text has shadow with #64B336 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B336 on black background.


Color preview on white background

This text has color #64B336 on white background.



Black color preview on #64B336 background

This text has black color on #64B336 background.


White color preview on #64B336 background

This text has white color on #64B336 background.