COLOR #649B62

HEX: #649B62
RGB: (100,155,98)

Color info

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

RGB color model

#649B62 color RGB value is (100,155,98).

  • red value is 100;
  • green value is 155;
  • blue value is 98.
RGB:
(100,155,98)
(39%,61%,38%)

RGB channels and saturation

R 100 of 255 = 39%
G 155 of 255 = 61%
B 98 of 255 = 38%

100
155
98

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

Portions of RGB colors in percentages

R + G + B =
100 + 155 + 98 = 353 (100%)
R 100 of 353 ~ 28.33%
G 155 of 353 ~ 43.91%
B 98 of 353 ~ 27.76%

%28.33
%43.91
%27.76

CMYK color model

#649B62 color CMYK value is (35,0,37,39).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 36.77%
  • key color value is 39.22%
CMYK:
(35,0,37,39)
C35M0Y37K39 
(35%,0%,37%,39%)
(0.35/0.00/0.37/0.39)	

CMYK percentages

%35.48
%0
%36.77
%39.22

Codes

Color #649B62 in popluar color models

649B62
RGB10015598
HSL118°22.53%49.61%
HSB/HSV118°36.77%60.78%
CMYK35.48%0.00%36.77%
39.22%

Color #649B62 in popluar number systems.

HEX649B62
Decimal10015598
Binary1100100100110111100010
Octal144233142

Shades and tints

Shades of #649B62

#649B62
(100,155,98)
#5B8D5A
(91,141,90)
#527F52
(82,127,82)
#49714A
(73,113,74)
#406342
(64,99,66)
#37553A
(55,85,58)
#2E4732
(46,71,50)
#25392A
(37,57,42)
#1C2B22
(28,43,34)
#131D1A
(19,29,26)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #649B62

#649B62
(100,155,98)
#72A470
(114,164,112)
#80AD7E
(128,173,126)
#8EB68C
(142,182,140)
#9CBF9A
(156,191,154)
#AAC8A8
(170,200,168)
#B8D1B6
(184,209,182)
#C6DAC4
(198,218,196)
#D4E3D2
(212,227,210)
#E2ECE0
(226,236,224)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649B62 color. Also use rgb(100,155,98) instead hex code.

Text Font Color

.myTextColor { color: #649B62; }

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

This text font color is #649B62.


Background Color

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

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

This div background color is #649B62.


Border color

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

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

This div border color is #649B62.


Opacity

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

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

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

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

This text has shadow with #649B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649B62 on black background.


Color preview on white background

This text has color #649B62 on white background.



Black color preview on #649B62 background

This text has black color on #649B62 background.


White color preview on #649B62 background

This text has white color on #649B62 background.