COLOR #64B363

HEX: #64B363
RGB: (100,179,99)

Color info

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

RGB color model

#64B363 color RGB value is (100,179,99).

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

RGB channels and saturation

R 100 of 255 = 39%
G 179 of 255 = 70%
B 99 of 255 = 39%

100
179
99

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

Portions of RGB colors in percentages

R + G + B =
100 + 179 + 99 = 378 (100%)
R 100 of 378 ~ 26.46%
G 179 of 378 ~ 47.35%
B 99 of 378 ~ 26.19%

%26.46
%47.35
%26.19

CMYK color model

#64B363 color CMYK value is (44,0,45,30).

  • cyan value is 44.13%
  • magenta value is 0.00%
  • yellow value is 44.69%
  • key color value is 29.80%
CMYK:
(44,0,45,30)
C44M0Y45K30 
(44%,0%,45%,30%)
(0.44/0.00/0.45/0.30)	

CMYK percentages

%44.13
%0
%44.69
%29.8

Codes

Color #64B363 in popluar color models

64B363
RGB10017999
HSL119°34.48%54.51%
HSB/HSV119°44.69%70.20%
CMYK44.13%0.00%44.69%
29.80%

Color #64B363 in popluar number systems.

HEX64B363
Decimal10017999
Binary1100100101100111100011
Octal144263143

Shades and tints

Shades of #64B363

#64B363
(100,179,99)
#5BA35A
(91,163,90)
#529351
(82,147,81)
#498348
(73,131,72)
#40733F
(64,115,63)
#376336
(55,99,54)
#2E532D
(46,83,45)
#254324
(37,67,36)
#1C331B
(28,51,27)
#132312
(19,35,18)
#0A1309
(10,19,9)
#000000
(0,0,0)

Tints of #64B363

#64B363
(100,179,99)
#72B971
(114,185,113)
#80BF7F
(128,191,127)
#8EC58D
(142,197,141)
#9CCB9B
(156,203,155)
#AAD1A9
(170,209,169)
#B8D7B7
(184,215,183)
#C6DDC5
(198,221,197)
#D4E3D3
(212,227,211)
#E2E9E1
(226,233,225)
#F0EFEF
(240,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64B363; }

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

This text font color is #64B363.


Background Color

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

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

This div background color is #64B363.


Border color

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

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

This div border color is #64B363.


Opacity

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

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

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

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

This text has shadow with #64B363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64B363 on black background.


Color preview on white background

This text has color #64B363 on white background.



Black color preview on #64B363 background

This text has black color on #64B363 background.


White color preview on #64B363 background

This text has white color on #64B363 background.