COLOR #658A87

HEX: #658A87
RGB: (101,138,135)

Color info

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

RGB color model

#658A87 color RGB value is (101,138,135).

  • red value is 101;
  • green value is 138;
  • blue value is 135.
RGB:
(101,138,135)
(40%,54%,53%)

RGB channels and saturation

R 101 of 255 = 40%
G 138 of 255 = 54%
B 135 of 255 = 53%

101
138
135

R + G + B ~ 49%. #658A87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 138 + 135 = 374 (100%)
R 101 of 374 ~ 27.01%
G 138 of 374 ~ 36.9%
B 135 of 374 ~ 36.1%

%27.01
%36.9
%36.1

CMYK color model

#658A87 color CMYK value is (27,0,2,46).

  • cyan value is 26.81%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 45.88%
CMYK:
(27,0,2,46)
C27M0Y2K46 
(27%,0%,2%,46%)
(0.27/0.00/0.02/0.46)	

CMYK percentages

%26.81
%0
%2.17
%45.88

Codes

Color #658A87 in popluar color models

658A87
RGB101138135
HSL175°15.48%46.86%
HSB/HSV175°26.81%54.12%
CMYK26.81%0.00%2.17%
45.88%

Color #658A87 in popluar number systems.

HEX658A87
Decimal101138135
Binary11001011000101010000111
Octal145212207

Shades and tints

Shades of #658A87

#658A87
(101,138,135)
#5C7E7B
(92,126,123)
#53726F
(83,114,111)
#4A6663
(74,102,99)
#415A57
(65,90,87)
#384E4B
(56,78,75)
#2F423F
(47,66,63)
#263633
(38,54,51)
#1D2A27
(29,42,39)
#141E1B
(20,30,27)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #658A87

#658A87
(101,138,135)
#739491
(115,148,145)
#819E9B
(129,158,155)
#8FA8A5
(143,168,165)
#9DB2AF
(157,178,175)
#ABBCB9
(171,188,185)
#B9C6C3
(185,198,195)
#C7D0CD
(199,208,205)
#D5DAD7
(213,218,215)
#E3E4E1
(227,228,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658A87 color. Also use rgb(101,138,135) instead hex code.

Text Font Color

.myTextColor { color: #658A87; }

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

This text font color is #658A87.


Background Color

.myBgColor { background-color: #658A87; }

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

This div background color is #658A87.


Border color

.myBorderColor { border: 1px solid #658A87; }

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

This div border color is #658A87.


Opacity

.myOpacity80 { color: #658A87; opacity: 0.8; }

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

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

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

This text has shadow with #658A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658A87 on black background.


Color preview on white background

This text has color #658A87 on white background.



Black color preview on #658A87 background

This text has black color on #658A87 background.


White color preview on #658A87 background

This text has white color on #658A87 background.