COLOR #659799

HEX: #659799
RGB: (101,151,153)

Color info

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

RGB color model

#659799 color RGB value is (101,151,153).

  • red value is 101;
  • green value is 151;
  • blue value is 153.
RGB:
(101,151,153)
(40%,59%,60%)

RGB channels and saturation

R 101 of 255 = 40%
G 151 of 255 = 59%
B 153 of 255 = 60%

101
151
153

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

Portions of RGB colors in percentages

R + G + B =
101 + 151 + 153 = 405 (100%)
R 101 of 405 ~ 24.94%
G 151 of 405 ~ 37.28%
B 153 of 405 ~ 37.78%

%24.94
%37.28
%37.78

CMYK color model

#659799 color CMYK value is (34,1,0,40).

  • cyan value is 33.99%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(34,1,0,40)
C34M1Y0K40 
(34%,1%,0%,40%)
(0.34/0.01/0.00/0.40)	

CMYK percentages

%33.99
%1.31
%0
%40

Codes

Color #659799 in popluar color models

659799
RGB101151153
HSL182°20.47%49.80%
HSB/HSV182°33.99%60.00%
CMYK33.99%1.31%0.00%
40.00%

Color #659799 in popluar number systems.

HEX659799
Decimal101151153
Binary11001011001011110011001
Octal145227231

Shades and tints

Shades of #659799

#659799
(101,151,153)
#5C8A8C
(92,138,140)
#537D7F
(83,125,127)
#4A7072
(74,112,114)
#416365
(65,99,101)
#385658
(56,86,88)
#2F494B
(47,73,75)
#263C3E
(38,60,62)
#1D2F31
(29,47,49)
#142224
(20,34,36)
#0B1517
(11,21,23)
#000000
(0,0,0)

Tints of #659799

#659799
(101,151,153)
#73A0A2
(115,160,162)
#81A9AB
(129,169,171)
#8FB2B4
(143,178,180)
#9DBBBD
(157,187,189)
#ABC4C6
(171,196,198)
#B9CDCF
(185,205,207)
#C7D6D8
(199,214,216)
#D5DFE1
(213,223,225)
#E3E8EA
(227,232,234)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659799 color. Also use rgb(101,151,153) instead hex code.

Text Font Color

.myTextColor { color: #659799; }

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

This text font color is #659799.


Background Color

.myBgColor { background-color: #659799; }

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

This div background color is #659799.


Border color

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

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

This div border color is #659799.


Opacity

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

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

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

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

This text has shadow with #659799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659799 on black background.


Color preview on white background

This text has color #659799 on white background.



Black color preview on #659799 background

This text has black color on #659799 background.


White color preview on #659799 background

This text has white color on #659799 background.