COLOR #649475

HEX: #649475
RGB: (100,148,117)

Color info

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

RGB color model

#649475 color RGB value is (100,148,117).

  • red value is 100;
  • green value is 148;
  • blue value is 117.
RGB:
(100,148,117)
(39%,58%,46%)

RGB channels and saturation

R 100 of 255 = 39%
G 148 of 255 = 58%
B 117 of 255 = 46%

100
148
117

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

Portions of RGB colors in percentages

R + G + B =
100 + 148 + 117 = 365 (100%)
R 100 of 365 ~ 27.4%
G 148 of 365 ~ 40.55%
B 117 of 365 ~ 32.05%

%27.4
%40.55
%32.05

CMYK color model

#649475 color CMYK value is (32,0,21,42).

  • cyan value is 32.43%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 41.96%
CMYK:
(32,0,21,42)
C32M0Y21K42 
(32%,0%,21%,42%)
(0.32/0.00/0.21/0.42)	

CMYK percentages

%32.43
%0
%20.95
%41.96

Codes

Color #649475 in popluar color models

649475
RGB100148117
HSL141°19.35%48.63%
HSB/HSV141°32.43%58.04%
CMYK32.43%0.00%20.95%
41.96%

Color #649475 in popluar number systems.

HEX649475
Decimal100148117
Binary1100100100101001110101
Octal144224165

Shades and tints

Shades of #649475

#649475
(100,148,117)
#5B876B
(91,135,107)
#527A61
(82,122,97)
#496D57
(73,109,87)
#40604D
(64,96,77)
#375343
(55,83,67)
#2E4639
(46,70,57)
#25392F
(37,57,47)
#1C2C25
(28,44,37)
#131F1B
(19,31,27)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #649475

#649475
(100,148,117)
#729D81
(114,157,129)
#80A68D
(128,166,141)
#8EAF99
(142,175,153)
#9CB8A5
(156,184,165)
#AAC1B1
(170,193,177)
#B8CABD
(184,202,189)
#C6D3C9
(198,211,201)
#D4DCD5
(212,220,213)
#E2E5E1
(226,229,225)
#F0EEED
(240,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649475 color. Also use rgb(100,148,117) instead hex code.

Text Font Color

.myTextColor { color: #649475; }

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

This text font color is #649475.


Background Color

.myBgColor { background-color: #649475; }

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

This div background color is #649475.


Border color

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

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

This div border color is #649475.


Opacity

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

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

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

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

This text has shadow with #649475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649475 on black background.


Color preview on white background

This text has color #649475 on white background.



Black color preview on #649475 background

This text has black color on #649475 background.


White color preview on #649475 background

This text has white color on #649475 background.