COLOR #64AF5D

HEX: #64AF5D
RGB: (100,175,93)

Color info

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

RGB color model

#64AF5D color RGB value is (100,175,93).

  • red value is 100;
  • green value is 175;
  • blue value is 93.
RGB:
(100,175,93)
(39%,69%,36%)

RGB channels and saturation

R 100 of 255 = 39%
G 175 of 255 = 69%
B 93 of 255 = 36%

100
175
93

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

Portions of RGB colors in percentages

R + G + B =
100 + 175 + 93 = 368 (100%)
R 100 of 368 ~ 27.17%
G 175 of 368 ~ 47.55%
B 93 of 368 ~ 25.27%

%27.17
%47.55
%25.27

CMYK color model

#64AF5D color CMYK value is (43,0,47,31).

  • cyan value is 42.86%
  • magenta value is 0.00%
  • yellow value is 46.86%
  • key color value is 31.37%
CMYK:
(43,0,47,31)
C43M0Y47K31 
(43%,0%,47%,31%)
(0.43/0.00/0.47/0.31)	

CMYK percentages

%42.86
%0
%46.86
%31.37

Codes

Color #64AF5D in popluar color models

64AF5D
RGB10017593
HSL115°33.88%52.55%
HSB/HSV115°46.86%68.63%
CMYK42.86%0.00%46.86%
31.37%

Color #64AF5D in popluar number systems.

HEX64AF5D
Decimal10017593
Binary1100100101011111011101
Octal144257135

Shades and tints

Shades of #64AF5D

#64AF5D
(100,175,93)
#5BA055
(91,160,85)
#52914D
(82,145,77)
#498245
(73,130,69)
#40733D
(64,115,61)
#376435
(55,100,53)
#2E552D
(46,85,45)
#254625
(37,70,37)
#1C371D
(28,55,29)
#132815
(19,40,21)
#0A190D
(10,25,13)
#000000
(0,0,0)

Tints of #64AF5D

#64AF5D
(100,175,93)
#72B66B
(114,182,107)
#80BD79
(128,189,121)
#8EC487
(142,196,135)
#9CCB95
(156,203,149)
#AAD2A3
(170,210,163)
#B8D9B1
(184,217,177)
#C6E0BF
(198,224,191)
#D4E7CD
(212,231,205)
#E2EEDB
(226,238,219)
#F0F5E9
(240,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64AF5D color. Also use rgb(100,175,93) instead hex code.

Text Font Color

.myTextColor { color: #64AF5D; }

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

This text font color is #64AF5D.


Background Color

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

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

This div background color is #64AF5D.


Border color

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

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

This div border color is #64AF5D.


Opacity

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

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

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

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

This text has shadow with #64AF5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64AF5D on black background.


Color preview on white background

This text has color #64AF5D on white background.



Black color preview on #64AF5D background

This text has black color on #64AF5D background.


White color preview on #64AF5D background

This text has white color on #64AF5D background.