COLOR #649E6A

HEX: #649E6A
RGB: (100,158,106)

Color info

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

RGB color model

#649E6A color RGB value is (100,158,106).

  • red value is 100;
  • green value is 158;
  • blue value is 106.
RGB:
(100,158,106)
(39%,62%,42%)

RGB channels and saturation

R 100 of 255 = 39%
G 158 of 255 = 62%
B 106 of 255 = 42%

100
158
106

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

Portions of RGB colors in percentages

R + G + B =
100 + 158 + 106 = 364 (100%)
R 100 of 364 ~ 27.47%
G 158 of 364 ~ 43.41%
B 106 of 364 ~ 29.12%

%27.47
%43.41
%29.12

CMYK color model

#649E6A color CMYK value is (37,0,33,38).

  • cyan value is 36.71%
  • magenta value is 0.00%
  • yellow value is 32.91%
  • key color value is 38.04%
CMYK:
(37,0,33,38)
C37M0Y33K38 
(37%,0%,33%,38%)
(0.37/0.00/0.33/0.38)	

CMYK percentages

%36.71
%0
%32.91
%38.04

Codes

Color #649E6A in popluar color models

649E6A
RGB100158106
HSL126°23.02%50.59%
HSB/HSV126°36.71%61.96%
CMYK36.71%0.00%32.91%
38.04%

Color #649E6A in popluar number systems.

HEX649E6A
Decimal100158106
Binary1100100100111101101010
Octal144236152

Shades and tints

Shades of #649E6A

#649E6A
(100,158,106)
#5B9061
(91,144,97)
#528258
(82,130,88)
#49744F
(73,116,79)
#406646
(64,102,70)
#37583D
(55,88,61)
#2E4A34
(46,74,52)
#253C2B
(37,60,43)
#1C2E22
(28,46,34)
#132019
(19,32,25)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #649E6A

#649E6A
(100,158,106)
#72A677
(114,166,119)
#80AE84
(128,174,132)
#8EB691
(142,182,145)
#9CBE9E
(156,190,158)
#AAC6AB
(170,198,171)
#B8CEB8
(184,206,184)
#C6D6C5
(198,214,197)
#D4DED2
(212,222,210)
#E2E6DF
(226,230,223)
#F0EEEC
(240,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649E6A color. Also use rgb(100,158,106) instead hex code.

Text Font Color

.myTextColor { color: #649E6A; }

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

This text font color is #649E6A.


Background Color

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

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

This div background color is #649E6A.


Border color

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

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

This div border color is #649E6A.


Opacity

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

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

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

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

This text has shadow with #649E6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649E6A on black background.


Color preview on white background

This text has color #649E6A on white background.



Black color preview on #649E6A background

This text has black color on #649E6A background.


White color preview on #649E6A background

This text has white color on #649E6A background.