COLOR #649A88

HEX: #649A88
RGB: (100,154,136)

Color info

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

RGB color model

#649A88 color RGB value is (100,154,136).

  • red value is 100;
  • green value is 154;
  • blue value is 136.
RGB:
(100,154,136)
(39%,60%,53%)

RGB channels and saturation

R 100 of 255 = 39%
G 154 of 255 = 60%
B 136 of 255 = 53%

100
154
136

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

Portions of RGB colors in percentages

R + G + B =
100 + 154 + 136 = 390 (100%)
R 100 of 390 ~ 25.64%
G 154 of 390 ~ 39.49%
B 136 of 390 ~ 34.87%

%25.64
%39.49
%34.87

CMYK color model

#649A88 color CMYK value is (35,0,12,40).

  • cyan value is 35.06%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 39.61%
CMYK:
(35,0,12,40)
C35M0Y12K40 
(35%,0%,12%,40%)
(0.35/0.00/0.12/0.40)	

CMYK percentages

%35.06
%0
%11.69
%39.61

Codes

Color #649A88 in popluar color models

649A88
RGB100154136
HSL160°21.26%49.80%
HSB/HSV160°35.06%60.39%
CMYK35.06%0.00%11.69%
39.61%

Color #649A88 in popluar number systems.

HEX649A88
Decimal100154136
Binary11001001001101010001000
Octal144232210

Shades and tints

Shades of #649A88

#649A88
(100,154,136)
#5B8C7C
(91,140,124)
#527E70
(82,126,112)
#497064
(73,112,100)
#406258
(64,98,88)
#37544C
(55,84,76)
#2E4640
(46,70,64)
#253834
(37,56,52)
#1C2A28
(28,42,40)
#131C1C
(19,28,28)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #649A88

#649A88
(100,154,136)
#72A392
(114,163,146)
#80AC9C
(128,172,156)
#8EB5A6
(142,181,166)
#9CBEB0
(156,190,176)
#AAC7BA
(170,199,186)
#B8D0C4
(184,208,196)
#C6D9CE
(198,217,206)
#D4E2D8
(212,226,216)
#E2EBE2
(226,235,226)
#F0F4EC
(240,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #649A88 color. Also use rgb(100,154,136) instead hex code.

Text Font Color

.myTextColor { color: #649A88; }

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

This text font color is #649A88.


Background Color

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

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

This div background color is #649A88.


Border color

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

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

This div border color is #649A88.


Opacity

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

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

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

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

This text has shadow with #649A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #649A88 on black background.


Color preview on white background

This text has color #649A88 on white background.



Black color preview on #649A88 background

This text has black color on #649A88 background.


White color preview on #649A88 background

This text has white color on #649A88 background.