COLOR #649387

HEX: #649387
RGB: (100,147,135)

Color info

#649387 contains red, green and blue colors in about the same proportion. Web safe color of #649387 is #669999 (or #699).

RGB color model

#649387 color RGB value is (100,147,135).

  • red value is 100;
  • green value is 147;
  • blue value is 135.
RGB:
(100,147,135)
(39%,58%,53%)

RGB channels and saturation

R 100 of 255 = 39%
G 147 of 255 = 58%
B 135 of 255 = 53%

100
147
135

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

Portions of RGB colors in percentages

R + G + B =
100 + 147 + 135 = 382 (100%)
R 100 of 382 ~ 26.18%
G 147 of 382 ~ 38.48%
B 135 of 382 ~ 35.34%

%26.18
%38.48
%35.34

CMYK color model

#649387 color CMYK value is (32,0,8,42).

  • cyan value is 31.97%
  • magenta value is 0.00%
  • yellow value is 8.16%
  • key color value is 42.35%
CMYK:
(32,0,8,42)
C32M0Y8K42 
(32%,0%,8%,42%)
(0.32/0.00/0.08/0.42)	

CMYK percentages

%31.97
%0
%8.16
%42.35

Codes

Color #649387 in popluar color models

649387
RGB100147135
HSL165°19.03%48.43%
HSB/HSV165°31.97%57.65%
CMYK31.97%0.00%8.16%
42.35%

Color #649387 in popluar number systems.

HEX649387
Decimal100147135
Binary11001001001001110000111
Octal144223207

Shades and tints

Shades of #649387

#649387
(100,147,135)
#5B867B
(91,134,123)
#52796F
(82,121,111)
#496C63
(73,108,99)
#405F57
(64,95,87)
#37524B
(55,82,75)
#2E453F
(46,69,63)
#253833
(37,56,51)
#1C2B27
(28,43,39)
#131E1B
(19,30,27)
#0A110F
(10,17,15)
#000000
(0,0,0)

Tints of #649387

#649387
(100,147,135)
#729C91
(114,156,145)
#80A59B
(128,165,155)
#8EAEA5
(142,174,165)
#9CB7AF
(156,183,175)
#AAC0B9
(170,192,185)
#B8C9C3
(184,201,195)
#C6D2CD
(198,210,205)
#D4DBD7
(212,219,215)
#E2E4E1
(226,228,225)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649387 color. Also use rgb(100,147,135) instead hex code.

Text Font Color

.myTextColor { color: #649387; }

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

This text font color is #649387.


Background Color

.myBgColor { background-color: #649387; }

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

This div background color is #649387.


Border color

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

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

This div border color is #649387.


Opacity

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

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

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

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

This text has shadow with #649387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649387 on black background.


Color preview on white background

This text has color #649387 on white background.



Black color preview on #649387 background

This text has black color on #649387 background.


White color preview on #649387 background

This text has white color on #649387 background.