COLOR #649D67

HEX: #649D67
RGB: (100,157,103)

Color info

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

RGB color model

#649D67 color RGB value is (100,157,103).

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

RGB channels and saturation

R 100 of 255 = 39%
G 157 of 255 = 62%
B 103 of 255 = 40%

100
157
103

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

Portions of RGB colors in percentages

R + G + B =
100 + 157 + 103 = 360 (100%)
R 100 of 360 ~ 27.78%
G 157 of 360 ~ 43.61%
B 103 of 360 ~ 28.61%

%27.78
%43.61
%28.61

CMYK color model

#649D67 color CMYK value is (36,0,34,38).

  • cyan value is 36.31%
  • magenta value is 0.00%
  • yellow value is 34.39%
  • key color value is 38.43%
CMYK:
(36,0,34,38)
C36M0Y34K38 
(36%,0%,34%,38%)
(0.36/0.00/0.34/0.38)	

CMYK percentages

%36.31
%0
%34.39
%38.43

Codes

Color #649D67 in popluar color models

649D67
RGB100157103
HSL123°22.53%50.39%
HSB/HSV123°36.31%61.57%
CMYK36.31%0.00%34.39%
38.43%

Color #649D67 in popluar number systems.

HEX649D67
Decimal100157103
Binary1100100100111011100111
Octal144235147

Shades and tints

Shades of #649D67

#649D67
(100,157,103)
#5B8F5E
(91,143,94)
#528155
(82,129,85)
#49734C
(73,115,76)
#406543
(64,101,67)
#37573A
(55,87,58)
#2E4931
(46,73,49)
#253B28
(37,59,40)
#1C2D1F
(28,45,31)
#131F16
(19,31,22)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #649D67

#649D67
(100,157,103)
#72A574
(114,165,116)
#80AD81
(128,173,129)
#8EB58E
(142,181,142)
#9CBD9B
(156,189,155)
#AAC5A8
(170,197,168)
#B8CDB5
(184,205,181)
#C6D5C2
(198,213,194)
#D4DDCF
(212,221,207)
#E2E5DC
(226,229,220)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #649D67; }

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

This text font color is #649D67.


Background Color

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

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

This div background color is #649D67.


Border color

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

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

This div border color is #649D67.


Opacity

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

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

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

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

This text has shadow with #649D67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649D67 on black background.


Color preview on white background

This text has color #649D67 on white background.



Black color preview on #649D67 background

This text has black color on #649D67 background.


White color preview on #649D67 background

This text has white color on #649D67 background.