COLOR #649D55

HEX: #649D55
RGB: (100,157,85)

Color info

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

RGB color model

#649D55 color RGB value is (100,157,85).

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

RGB channels and saturation

R 100 of 255 = 39%
G 157 of 255 = 62%
B 85 of 255 = 33%

100
157
85

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

Portions of RGB colors in percentages

R + G + B =
100 + 157 + 85 = 342 (100%)
R 100 of 342 ~ 29.24%
G 157 of 342 ~ 45.91%
B 85 of 342 ~ 24.85%

%29.24
%45.91
%24.85

CMYK color model

#649D55 color CMYK value is (36,0,46,38).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 45.86%
  • key color value is 38.43%
CMYK:
(36,0,46,38)
C36M0Y46K38 
(36%,0%,46%,38%)
(0.36/0.00/0.46/0.38)	

CMYK percentages

%36.31
%0
%45.86
%38.43

Codes

Color #649D55 in popluar color models

649D55
RGB10015785
HSL108°29.75%47.45%
HSB/HSV108°45.86%61.57%
CMYK36.31%0.00%45.86%
38.43%

Color #649D55 in popluar number systems.

HEX649D55
Decimal10015785
Binary1100100100111011010101
Octal144235125

Shades and tints

Shades of #649D55

#649D55
(100,157,85)
#5B8F4E
(91,143,78)
#528147
(82,129,71)
#497340
(73,115,64)
#406539
(64,101,57)
#375732
(55,87,50)
#2E492B
(46,73,43)
#253B24
(37,59,36)
#1C2D1D
(28,45,29)
#131F16
(19,31,22)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #649D55

#649D55
(100,157,85)
#72A564
(114,165,100)
#80AD73
(128,173,115)
#8EB582
(142,181,130)
#9CBD91
(156,189,145)
#AAC5A0
(170,197,160)
#B8CDAF
(184,205,175)
#C6D5BE
(198,213,190)
#D4DDCD
(212,221,205)
#E2E5DC
(226,229,220)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649D55; }

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

This text font color is #649D55.


Background Color

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

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

This div background color is #649D55.


Border color

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

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

This div border color is #649D55.


Opacity

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

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

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

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

This text has shadow with #649D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649D55 on black background.


Color preview on white background

This text has color #649D55 on white background.



Black color preview on #649D55 background

This text has black color on #649D55 background.


White color preview on #649D55 background

This text has white color on #649D55 background.