COLOR #649D60

HEX: #649D60
RGB: (100,157,96)

Color info

#649D60 contains mainly red and green colors. Web safe color of #649D60 is #669966 (or #696).

RGB color model

#649D60 color RGB value is (100,157,96).

  • red value is 100;
  • green value is 157;
  • blue value is 96.
RGB:
(100,157,96)
(39%,62%,38%)

RGB channels and saturation

R 100 of 255 = 39%
G 157 of 255 = 62%
B 96 of 255 = 38%

100
157
96

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

Portions of RGB colors in percentages

R + G + B =
100 + 157 + 96 = 353 (100%)
R 100 of 353 ~ 28.33%
G 157 of 353 ~ 44.48%
B 96 of 353 ~ 27.2%

%28.33
%44.48
%27.2

CMYK color model

#649D60 color CMYK value is (36,0,39,38).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 38.85%
  • key color value is 38.43%
CMYK:
(36,0,39,38)
C36M0Y39K38 
(36%,0%,39%,38%)
(0.36/0.00/0.39/0.38)	

CMYK percentages

%36.31
%0
%38.85
%38.43

Codes

Color #649D60 in popluar color models

649D60
RGB10015796
HSL116°24.11%49.61%
HSB/HSV116°38.85%61.57%
CMYK36.31%0.00%38.85%
38.43%

Color #649D60 in popluar number systems.

HEX649D60
Decimal10015796
Binary1100100100111011100000
Octal144235140

Shades and tints

Shades of #649D60

#649D60
(100,157,96)
#5B8F58
(91,143,88)
#528150
(82,129,80)
#497348
(73,115,72)
#406540
(64,101,64)
#375738
(55,87,56)
#2E4930
(46,73,48)
#253B28
(37,59,40)
#1C2D20
(28,45,32)
#131F18
(19,31,24)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #649D60

#649D60
(100,157,96)
#72A56E
(114,165,110)
#80AD7C
(128,173,124)
#8EB58A
(142,181,138)
#9CBD98
(156,189,152)
#AAC5A6
(170,197,166)
#B8CDB4
(184,205,180)
#C6D5C2
(198,213,194)
#D4DDD0
(212,221,208)
#E2E5DE
(226,229,222)
#F0EDEC
(240,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649D60 color. Also use rgb(100,157,96) instead hex code.

Text Font Color

.myTextColor { color: #649D60; }

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

This text font color is #649D60.


Background Color

.myBgColor { background-color: #649D60; }

<div style="background-color:#649D60">Inner text</div>

This div background color is #649D60.


Border color

.myBorderColor { border: 1px solid #649D60; }

<div style="border:3px solid #649D60">Div</div>

This div border color is #649D60.


Opacity

.myOpacity80 { color: #649D60; opacity: 0.8; }

<p style="color:#649D60;opacity:0.8;">80%</p>

Text with #649D60 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 #649D60;}

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

This text has shadow with #649D60 color.

.textShadow {text-shadow: 3px 3px 1px #649D60, 3px 3px 1px red;}

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

This text has shadow with #649D60 primary color and red secondary color.


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

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

This text has shadow with #649D60 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649D60 on black background.


Color preview on white background

This text has color #649D60 on white background.



Black color preview on #649D60 background

This text has black color on #649D60 background.


White color preview on #649D60 background

This text has white color on #649D60 background.