COLOR #649555

HEX: #649555 RGB: (100,149,85)

Color info

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

RGB color model

#649555 color RGB value is (100,149,85).

RGB: (100,149,85) (39%, 58%, 33%)

RGB channels and saturation

R 100 of 255 = 39%
G 149 of 255 = 58%
B 85 of 255 = 33%

100
149
85

R + G + B ~ 43%. #649555 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 100 + 149 + 85 = 334 (100%)
R 100 of 334 ~ 29.94%
G 149 of 334 ~ 44.61%
B 85 of 334 ~ 25.45'%

%29.94
%44.61
%25.45

CMYK color model

#649555 color CMYK value is (33,0,43,42).

  • cyan value is 32.89%
  • magenta value is 0.00%
  • yellow value is 42.95%
  • key color value is 41.57%

CMYK: (33,0,43,42)
C33M0Y43K42 (33%, 0%, 43%, 42%)
(0.33 / 0.00 / 0.43 / 0.42)

CMYK percentages

%32.89
%0
%42.95
%41.57

Codes

Color #649555 in popluar color models

64 95 55
RGB 100 149 85
HSL 106° 27.35% 45.88%
HSB/HSV 106° 42.95% 58.43%
CMYK 32.89% 0.00% 42.95%
41.57%

Color #649555 in popluar number systems.

HEX 64 95 55
Decimal 100 149 85
Binary 1100100 10010101 1010101
Octal 144 225 125

Shades and tints

Shades of #649555

#649555
(100,149,85)
#5B884E
(91,136,78)
#527B47
(82,123,71)
#496E40
(73,110,64)
#406139
(64,97,57)
#375432
(55,84,50)
#2E472B
(46,71,43)
#253A24
(37,58,36)
#1C2D1D
(28,45,29)
#132016
(19,32,22)
#0A130F
(10,19,15)
#000000
(0,0,0)

Tints of #649555

#649555
(100,149,85)
#729E64
(114,158,100)
#80A773
(128,167,115)
#8EB082
(142,176,130)
#9CB991
(156,185,145)
#AAC2A0
(170,194,160)
#B8CBAF
(184,203,175)
#C6D4BE
(198,212,190)
#D4DDCD
(212,221,205)
#E2E6DC
(226,230,220)
#F0EFEB
(240,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649555; }

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

This text font color is #649555.

Background Color

.myBgColor { background-color: #649555; }

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

This div background color is #649555.

Border color

.myBorderColor { border: 1px solid #649555; }

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

This div border color is #649555.

Opacity

.myOpacity80 { color: #649555; opacity: 0.8; }

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

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

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

This text has shadow with #649555 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #649555.

Preview

Color preview on black background

This text has color #649555 on black background.


Color preview on white background

This text has color #649555 on white background.


Black color preview on #649555 background

This text has black color on #649555 background.


White color preview on #649555 background

This text has white color on #649555 background.


Related colors

Complementary color

Complementary color for #hex is #9B6AAA.


I love getcolorcode.com

Triadic colors

1 #556495 and #955564 with #649555 are triadic colors.

2 #559564 and #956455 with #649555 are triadic colors.