COLOR #659391

HEX: #659391
RGB: (101,147,145)

Color info

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

RGB color model

#659391 color RGB value is (101,147,145).

  • red value is 101;
  • green value is 147;
  • blue value is 145.
RGB:
(101,147,145)
(40%,58%,57%)

RGB channels and saturation

R 101 of 255 = 40%
G 147 of 255 = 58%
B 145 of 255 = 57%

101
147
145

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

Portions of RGB colors in percentages

R + G + B =
101 + 147 + 145 = 393 (100%)
R 101 of 393 ~ 25.7%
G 147 of 393 ~ 37.4%
B 145 of 393 ~ 36.9%

%25.7
%37.4
%36.9

CMYK color model

#659391 color CMYK value is (31,0,1,42).

  • cyan value is 31.29%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 42.35%
CMYK:
(31,0,1,42)
C31M0Y1K42 
(31%,0%,1%,42%)
(0.31/0.00/0.01/0.42)	

CMYK percentages

%31.29
%0
%1.36
%42.35

Codes

Color #659391 in popluar color models

659391
RGB101147145
HSL177°18.55%48.63%
HSB/HSV177°31.29%57.65%
CMYK31.29%0.00%1.36%
42.35%

Color #659391 in popluar number systems.

HEX659391
Decimal101147145
Binary11001011001001110010001
Octal145223221

Shades and tints

Shades of #659391

#659391
(101,147,145)
#5C8684
(92,134,132)
#537977
(83,121,119)
#4A6C6A
(74,108,106)
#415F5D
(65,95,93)
#385250
(56,82,80)
#2F4543
(47,69,67)
#263836
(38,56,54)
#1D2B29
(29,43,41)
#141E1C
(20,30,28)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #659391

#659391
(101,147,145)
#739C9B
(115,156,155)
#81A5A5
(129,165,165)
#8FAEAF
(143,174,175)
#9DB7B9
(157,183,185)
#ABC0C3
(171,192,195)
#B9C9CD
(185,201,205)
#C7D2D7
(199,210,215)
#D5DBE1
(213,219,225)
#E3E4EB
(227,228,235)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659391 color. Also use rgb(101,147,145) instead hex code.

Text Font Color

.myTextColor { color: #659391; }

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

This text font color is #659391.


Background Color

.myBgColor { background-color: #659391; }

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

This div background color is #659391.


Border color

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

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

This div border color is #659391.


Opacity

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

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

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

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

This text has shadow with #659391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659391 on black background.


Color preview on white background

This text has color #659391 on white background.



Black color preview on #659391 background

This text has black color on #659391 background.


White color preview on #659391 background

This text has white color on #659391 background.