COLOR #649189

HEX: #649189
RGB: (100,145,137)

Color info

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

RGB color model

#649189 color RGB value is (100,145,137).

  • red value is 100;
  • green value is 145;
  • blue value is 137.
RGB:
(100,145,137)
(39%,57%,54%)

RGB channels and saturation

R 100 of 255 = 39%
G 145 of 255 = 57%
B 137 of 255 = 54%

100
145
137

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

Portions of RGB colors in percentages

R + G + B =
100 + 145 + 137 = 382 (100%)
R 100 of 382 ~ 26.18%
G 145 of 382 ~ 37.96%
B 137 of 382 ~ 35.86%

%26.18
%37.96
%35.86

CMYK color model

#649189 color CMYK value is (31,0,6,43).

  • cyan value is 31.03%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 43.14%
CMYK:
(31,0,6,43)
C31M0Y6K43 
(31%,0%,6%,43%)
(0.31/0.00/0.06/0.43)	

CMYK percentages

%31.03
%0
%5.52
%43.14

Codes

Color #649189 in popluar color models

649189
RGB100145137
HSL169°18.37%48.04%
HSB/HSV169°31.03%56.86%
CMYK31.03%0.00%5.52%
43.14%

Color #649189 in popluar number systems.

HEX649189
Decimal100145137
Binary11001001001000110001001
Octal144221211

Shades and tints

Shades of #649189

#649189
(100,145,137)
#5B847D
(91,132,125)
#527771
(82,119,113)
#496A65
(73,106,101)
#405D59
(64,93,89)
#37504D
(55,80,77)
#2E4341
(46,67,65)
#253635
(37,54,53)
#1C2929
(28,41,41)
#131C1D
(19,28,29)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #649189

#649189
(100,145,137)
#729B93
(114,155,147)
#80A59D
(128,165,157)
#8EAFA7
(142,175,167)
#9CB9B1
(156,185,177)
#AAC3BB
(170,195,187)
#B8CDC5
(184,205,197)
#C6D7CF
(198,215,207)
#D4E1D9
(212,225,217)
#E2EBE3
(226,235,227)
#F0F5ED
(240,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649189 color. Also use rgb(100,145,137) instead hex code.

Text Font Color

.myTextColor { color: #649189; }

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

This text font color is #649189.


Background Color

.myBgColor { background-color: #649189; }

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

This div background color is #649189.


Border color

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

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

This div border color is #649189.


Opacity

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

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

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

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

This text has shadow with #649189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649189 on black background.


Color preview on white background

This text has color #649189 on white background.



Black color preview on #649189 background

This text has black color on #649189 background.


White color preview on #649189 background

This text has white color on #649189 background.