COLOR #659291

HEX: #659291
RGB: (101,146,145)

Color info

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

RGB color model

#659291 color RGB value is (101,146,145).

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

RGB channels and saturation

R 101 of 255 = 40%
G 146 of 255 = 57%
B 145 of 255 = 57%

101
146
145

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

Portions of RGB colors in percentages

R + G + B =
101 + 146 + 145 = 392 (100%)
R 101 of 392 ~ 25.77%
G 146 of 392 ~ 37.24%
B 145 of 392 ~ 36.99%

%25.77
%37.24
%36.99

CMYK color model

#659291 color CMYK value is (31,0,1,43).

  • cyan value is 30.82%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • key color value is 42.75%
CMYK:
(31,0,1,43)
C31M0Y1K43 
(31%,0%,1%,43%)
(0.31/0.00/0.01/0.43)	

CMYK percentages

%30.82
%0
%0.68
%42.75

Codes

Color #659291 in popluar color models

659291
RGB101146145
HSL179°18.22%48.43%
HSB/HSV179°30.82%57.25%
CMYK30.82%0.00%0.68%
42.75%

Color #659291 in popluar number systems.

HEX659291
Decimal101146145
Binary11001011001001010010001
Octal145222221

Shades and tints

Shades of #659291

#659291
(101,146,145)
#5C8584
(92,133,132)
#537877
(83,120,119)
#4A6B6A
(74,107,106)
#415E5D
(65,94,93)
#385150
(56,81,80)
#2F4443
(47,68,67)
#263736
(38,55,54)
#1D2A29
(29,42,41)
#141D1C
(20,29,28)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #659291

#659291
(101,146,145)
#739B9B
(115,155,155)
#81A4A5
(129,164,165)
#8FADAF
(143,173,175)
#9DB6B9
(157,182,185)
#ABBFC3
(171,191,195)
#B9C8CD
(185,200,205)
#C7D1D7
(199,209,215)
#D5DAE1
(213,218,225)
#E3E3EB
(227,227,235)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #659291; }

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

This text font color is #659291.


Background Color

.myBgColor { background-color: #659291; }

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

This div background color is #659291.


Border color

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

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

This div border color is #659291.


Opacity

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

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

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

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

This text has shadow with #659291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659291 on black background.


Color preview on white background

This text has color #659291 on white background.



Black color preview on #659291 background

This text has black color on #659291 background.


White color preview on #659291 background

This text has white color on #659291 background.