COLOR #658387

HEX: #658387
RGB: (101,131,135)

Color info

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

RGB color model

#658387 color RGB value is (101,131,135).

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

RGB channels and saturation

R 101 of 255 = 40%
G 131 of 255 = 51%
B 135 of 255 = 53%

101
131
135

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

Portions of RGB colors in percentages

R + G + B =
101 + 131 + 135 = 367 (100%)
R 101 of 367 ~ 27.52%
G 131 of 367 ~ 35.69%
B 135 of 367 ~ 36.78%

%27.52
%35.69
%36.78

CMYK color model

#658387 color CMYK value is (25,3,0,47).

  • cyan value is 25.19%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(25,3,0,47)
C25M3Y0K47 
(25%,3%,0%,47%)
(0.25/0.03/0.00/0.47)	

CMYK percentages

%25.19
%2.96
%0
%47.06

Codes

Color #658387 in popluar color models

658387
RGB101131135
HSL187°14.41%46.27%
HSB/HSV187°25.19%52.94%
CMYK25.19%2.96%0.00%
47.06%

Color #658387 in popluar number systems.

HEX658387
Decimal101131135
Binary11001011000001110000111
Octal145203207

Shades and tints

Shades of #658387

#658387
(101,131,135)
#5C787B
(92,120,123)
#536D6F
(83,109,111)
#4A6263
(74,98,99)
#415757
(65,87,87)
#384C4B
(56,76,75)
#2F413F
(47,65,63)
#263633
(38,54,51)
#1D2B27
(29,43,39)
#14201B
(20,32,27)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #658387

#658387
(101,131,135)
#738E91
(115,142,145)
#81999B
(129,153,155)
#8FA4A5
(143,164,165)
#9DAFAF
(157,175,175)
#ABBAB9
(171,186,185)
#B9C5C3
(185,197,195)
#C7D0CD
(199,208,205)
#D5DBD7
(213,219,215)
#E3E6E1
(227,230,225)
#F1F1EB
(241,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658387; }

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

This text font color is #658387.


Background Color

.myBgColor { background-color: #658387; }

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

This div background color is #658387.


Border color

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

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

This div border color is #658387.


Opacity

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

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

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

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

This text has shadow with #658387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658387 on black background.


Color preview on white background

This text has color #658387 on white background.



Black color preview on #658387 background

This text has black color on #658387 background.


White color preview on #658387 background

This text has white color on #658387 background.