COLOR #64956C

HEX: #64956C
RGB: (100,149,108)

Color info

#64956C contains red, green and blue colors in about the same proportion. Web safe color of #64956C is #669966 (or #696).

RGB color model

#64956C color RGB value is (100,149,108).

  • red value is 100;
  • green value is 149;
  • blue value is 108.
RGB:
(100,149,108)
(39%,58%,42%)

RGB channels and saturation

R 100 of 255 = 39%
G 149 of 255 = 58%
B 108 of 255 = 42%

100
149
108

R + G + B ~ 46%. #64956C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
100 + 149 + 108 = 357 (100%)
R 100 of 357 ~ 28.01%
G 149 of 357 ~ 41.74%
B 108 of 357 ~ 30.25%

%28.01
%41.74
%30.25

CMYK color model

#64956C color CMYK value is (33,0,28,42).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 27.52%
  • key color value is 41.57%
CMYK:
(33,0,28,42)
C33M0Y28K42 
(33%,0%,28%,42%)
(0.33/0.00/0.28/0.42)	

CMYK percentages

%32.89
%0
%27.52
%41.57

Codes

Color #64956C in popluar color models

64956C
RGB100149108
HSL130°19.68%48.82%
HSB/HSV130°32.89%58.43%
CMYK32.89%0.00%27.52%
41.57%

Color #64956C in popluar number systems.

HEX64956C
Decimal100149108
Binary1100100100101011101100
Octal144225154

Shades and tints

Shades of #64956C

#64956C
(100,149,108)
#5B8863
(91,136,99)
#527B5A
(82,123,90)
#496E51
(73,110,81)
#406148
(64,97,72)
#37543F
(55,84,63)
#2E4736
(46,71,54)
#253A2D
(37,58,45)
#1C2D24
(28,45,36)
#13201B
(19,32,27)
#0A1312
(10,19,18)
#000000
(0,0,0)

Tints of #64956C

#64956C
(100,149,108)
#729E79
(114,158,121)
#80A786
(128,167,134)
#8EB093
(142,176,147)
#9CB9A0
(156,185,160)
#AAC2AD
(170,194,173)
#B8CBBA
(184,203,186)
#C6D4C7
(198,212,199)
#D4DDD4
(212,221,212)
#E2E6E1
(226,230,225)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64956C color. Also use rgb(100,149,108) instead hex code.

Text Font Color

.myTextColor { color: #64956C; }

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

This text font color is #64956C.


Background Color

.myBgColor { background-color: #64956C; }

<div style="background-color:#64956C">Inner text</div>

This div background color is #64956C.


Border color

.myBorderColor { border: 1px solid #64956C; }

<div style="border:3px solid #64956C">Div</div>

This div border color is #64956C.


Opacity

.myOpacity80 { color: #64956C; opacity: 0.8; }

<p style="color:#64956C;opacity:0.8;">80%</p>

Text with #64956C 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 #64956C;}

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

This text has shadow with #64956C color.

.textShadow {text-shadow: 3px 3px 1px #64956C, 3px 3px 1px red;}

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

This text has shadow with #64956C primary color and red secondary color.


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

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

This text has shadow with #64956C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64956C on black background.


Color preview on white background

This text has color #64956C on white background.



Black color preview on #64956C background

This text has black color on #64956C background.


White color preview on #64956C background

This text has white color on #64956C background.