COLOR #658087

HEX: #658087
RGB: (101,128,135)

Color info

#658087 contains red, green and blue colors in about the same proportion. Web safe color of #658087 is #666699 (or #669).

RGB color model

#658087 color RGB value is (101,128,135).

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

RGB channels and saturation

R 101 of 255 = 40%
G 128 of 255 = 50%
B 135 of 255 = 53%

101
128
135

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

Portions of RGB colors in percentages

R + G + B =
101 + 128 + 135 = 364 (100%)
R 101 of 364 ~ 27.75%
G 128 of 364 ~ 35.16%
B 135 of 364 ~ 37.09%

%27.75
%35.16
%37.09

CMYK color model

#658087 color CMYK value is (25,5,0,47).

  • cyan value is 25.19%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(25,5,0,47)
C25M5Y0K47 
(25%,5%,0%,47%)
(0.25/0.05/0.00/0.47)	

CMYK percentages

%25.19
%5.19
%0
%47.06

Codes

Color #658087 in popluar color models

658087
RGB101128135
HSL192°14.41%46.27%
HSB/HSV192°25.19%52.94%
CMYK25.19%5.19%0.00%
47.06%

Color #658087 in popluar number systems.

HEX658087
Decimal101128135
Binary11001011000000010000111
Octal145200207

Shades and tints

Shades of #658087

#658087
(101,128,135)
#5C757B
(92,117,123)
#536A6F
(83,106,111)
#4A5F63
(74,95,99)
#415457
(65,84,87)
#38494B
(56,73,75)
#2F3E3F
(47,62,63)
#263333
(38,51,51)
#1D2827
(29,40,39)
#141D1B
(20,29,27)
#0B120F
(11,18,15)
#000000
(0,0,0)

Tints of #658087

#658087
(101,128,135)
#738B91
(115,139,145)
#81969B
(129,150,155)
#8FA1A5
(143,161,165)
#9DACAF
(157,172,175)
#ABB7B9
(171,183,185)
#B9C2C3
(185,194,195)
#C7CDCD
(199,205,205)
#D5D8D7
(213,216,215)
#E3E3E1
(227,227,225)
#F1EEEB
(241,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658087; }

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

This text font color is #658087.


Background Color

.myBgColor { background-color: #658087; }

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

This div background color is #658087.


Border color

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

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

This div border color is #658087.


Opacity

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

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

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

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

This text has shadow with #658087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658087 on black background.


Color preview on white background

This text has color #658087 on white background.



Black color preview on #658087 background

This text has black color on #658087 background.


White color preview on #658087 background

This text has white color on #658087 background.