COLOR #649F7A

HEX: #649F7A RGB: (100,159,122)

Color info

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

RGB color model

#649F7A color RGB value is (100,159,122).

RGB: (100,159,122) (39%, 62%, 48%)

RGB channels and saturation

R 100 of 255 = 39%
G 159 of 255 = 62%
B 122 of 255 = 48%

100
159
122

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

Portions of RGB colors in percentages

R + G + B = 100 + 159 + 122 = 381 (100%)
R 100 of 381 ~ 26.25%
G 159 of 381 ~ 41.73%
B 122 of 381 ~ 32.02'%

%26.25
%41.73
%32.02

CMYK color model

#649F7A color CMYK value is (37,0,23,38).

  • cyan value is 37.11%
  • magenta value is 0.00%
  • yellow value is 23.27%
  • key color value is 37.65%

CMYK: (37,0,23,38)
C37M0Y23K38 (37%, 0%, 23%, 38%)
(0.37 / 0.00 / 0.23 / 0.38)

CMYK percentages

%37.11
%0
%23.27
%37.65

Codes

Color #649F7A in popluar color models

64 9F 7A
RGB 100 159 122
HSL 142° 23.51% 50.78%
HSB/HSV 142° 37.11% 62.35%
CMYK 37.11% 0.00% 23.27%
37.65%

Color #649F7A in popluar number systems.

HEX 64 9F 7A
Decimal 100 159 122
Binary 1100100 10011111 1111010
Octal 144 237 172

Shades and tints

Shades of #649F7A

#649F7A
(100,159,122)
#5B916F
(91,145,111)
#528364
(82,131,100)
#497559
(73,117,89)
#40674E
(64,103,78)
#375943
(55,89,67)
#2E4B38
(46,75,56)
#253D2D
(37,61,45)
#1C2F22
(28,47,34)
#132117
(19,33,23)
#0A130C
(10,19,12)
#000000
(0,0,0)

Tints of #649F7A

#649F7A
(100,159,122)
#72A786
(114,167,134)
#80AF92
(128,175,146)
#8EB79E
(142,183,158)
#9CBFAA
(156,191,170)
#AAC7B6
(170,199,182)
#B8CFC2
(184,207,194)
#C6D7CE
(198,215,206)
#D4DFDA
(212,223,218)
#E2E7E6
(226,231,230)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649F7A color. Also use rgb(100,159,122) instead hex code.

Text Font Color

.myTextColor { color: #649F7A; }

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

This text font color is #649F7A.

Background Color

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

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

This div background color is #649F7A.

Border color

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

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

This div border color is #649F7A.

Opacity

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

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

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

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

This text has shadow with #649F7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #649F7A.

Preview

Color preview on black background

This text has color #649F7A on black background.


Color preview on white background

This text has color #649F7A on white background.


Black color preview on #649F7A background

This text has black color on #649F7A background.


White color preview on #649F7A background

This text has white color on #649F7A background.


Related colors

Complementary color

Complementary color for #hex is #9B6085.


I love getcolorcode.com

Triadic colors

1 #7A649F and #9F7A64 with #649F7A are triadic colors.

2 #7A9F64 and #9F647A with #649F7A are triadic colors.