COLOR #649C6B

HEX: #649C6B RGB: (100,156,107)

Color info

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

RGB color model

#649C6B color RGB value is (100,156,107).

RGB: (100,156,107) (39%, 61%, 42%)

RGB channels and saturation

R 100 of 255 = 39%
G 156 of 255 = 61%
B 107 of 255 = 42%

100
156
107

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

Portions of RGB colors in percentages

R + G + B = 100 + 156 + 107 = 363 (100%)
R 100 of 363 ~ 27.55%
G 156 of 363 ~ 42.98%
B 107 of 363 ~ 29.48'%

%27.55
%42.98
%29.48

CMYK color model

#649C6B color CMYK value is (36,0,31,39).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 31.41%
  • key color value is 38.82%

CMYK: (36,0,31,39)
C36M0Y31K39 (36%, 0%, 31%, 39%)
(0.36 / 0.00 / 0.31 / 0.39)

CMYK percentages

%35.9
%0
%31.41
%38.82

Codes

Color #649C6B in popluar color models

64 9C 6B
RGB 100 156 107
HSL 128° 22.05% 50.20%
HSB/HSV 128° 35.90% 61.18%
CMYK 35.90% 0.00% 31.41%
38.82%

Color #649C6B in popluar number systems.

HEX 64 9C 6B
Decimal 100 156 107
Binary 1100100 10011100 1101011
Octal 144 234 153

Shades and tints

Shades of #649C6B

#649C6B
(100,156,107)
#5B8E62
(91,142,98)
#528059
(82,128,89)
#497250
(73,114,80)
#406447
(64,100,71)
#37563E
(55,86,62)
#2E4835
(46,72,53)
#253A2C
(37,58,44)
#1C2C23
(28,44,35)
#131E1A
(19,30,26)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #649C6B

#649C6B
(100,156,107)
#72A578
(114,165,120)
#80AE85
(128,174,133)
#8EB792
(142,183,146)
#9CC09F
(156,192,159)
#AAC9AC
(170,201,172)
#B8D2B9
(184,210,185)
#C6DBC6
(198,219,198)
#D4E4D3
(212,228,211)
#E2EDE0
(226,237,224)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649C6B color. Also use rgb(100,156,107) instead hex code.

Text Font Color

.myTextColor { color: #649C6B; }

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

This text font color is #649C6B.

Background Color

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

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

This div background color is #649C6B.

Border color

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

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

This div border color is #649C6B.

Opacity

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

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

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

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

This text has shadow with #649C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #649C6B.

Preview

Color preview on black background

This text has color #649C6B on black background.


Color preview on white background

This text has color #649C6B on white background.


Black color preview on #649C6B background

This text has black color on #649C6B background.


White color preview on #649C6B background

This text has white color on #649C6B background.


Related colors

Complementary color

Complementary color for #hex is #9B6394.


I love getcolorcode.com

Triadic colors

1 #6B649C and #9C6B64 with #649C6B are triadic colors.

2 #6B9C64 and #9C646B with #649C6B are triadic colors.