COLOR #649B6C

HEX: #649B6C
RGB: (100,155,108)

Color info

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

RGB color model

#649B6C color RGB value is (100,155,108).

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

RGB channels and saturation

R 100 of 255 = 39%
G 155 of 255 = 61%
B 108 of 255 = 42%

100
155
108

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

Portions of RGB colors in percentages

R + G + B =
100 + 155 + 108 = 363 (100%)
R 100 of 363 ~ 27.55%
G 155 of 363 ~ 42.7%
B 108 of 363 ~ 29.75%

%27.55
%42.7
%29.75

CMYK color model

#649B6C color CMYK value is (35,0,30,39).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 30.32%
  • key color value is 39.22%
CMYK:
(35,0,30,39)
C35M0Y30K39 
(35%,0%,30%,39%)
(0.35/0.00/0.30/0.39)	

CMYK percentages

%35.48
%0
%30.32
%39.22

Codes

Color #649B6C in popluar color models

649B6C
RGB100155108
HSL129°21.57%50.00%
HSB/HSV129°35.48%60.78%
CMYK35.48%0.00%30.32%
39.22%

Color #649B6C in popluar number systems.

HEX649B6C
Decimal100155108
Binary1100100100110111101100
Octal144233154

Shades and tints

Shades of #649B6C

#649B6C
(100,155,108)
#5B8D63
(91,141,99)
#527F5A
(82,127,90)
#497151
(73,113,81)
#406348
(64,99,72)
#37553F
(55,85,63)
#2E4736
(46,71,54)
#25392D
(37,57,45)
#1C2B24
(28,43,36)
#131D1B
(19,29,27)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #649B6C

#649B6C
(100,155,108)
#72A479
(114,164,121)
#80AD86
(128,173,134)
#8EB693
(142,182,147)
#9CBFA0
(156,191,160)
#AAC8AD
(170,200,173)
#B8D1BA
(184,209,186)
#C6DAC7
(198,218,199)
#D4E3D4
(212,227,212)
#E2ECE1
(226,236,225)
#F0F5EE
(240,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649B6C; }

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

This text font color is #649B6C.


Background Color

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

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

This div background color is #649B6C.


Border color

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

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

This div border color is #649B6C.


Opacity

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

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

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

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

This text has shadow with #649B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649B6C on black background.


Color preview on white background

This text has color #649B6C on white background.



Black color preview on #649B6C background

This text has black color on #649B6C background.


White color preview on #649B6C background

This text has white color on #649B6C background.