COLOR #658788

HEX: #658788
RGB: (101,135,136)

Color info

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

RGB color model

#658788 color RGB value is (101,135,136).

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

RGB channels and saturation

R 101 of 255 = 40%
G 135 of 255 = 53%
B 136 of 255 = 53%

101
135
136

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

Portions of RGB colors in percentages

R + G + B =
101 + 135 + 136 = 372 (100%)
R 101 of 372 ~ 27.15%
G 135 of 372 ~ 36.29%
B 136 of 372 ~ 36.56%

%27.15
%36.29
%36.56

CMYK color model

#658788 color CMYK value is (26,1,0,47).

  • cyan value is 25.74%
  • magenta value is 0.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(26,1,0,47)
C26M1Y0K47 
(26%,1%,0%,47%)
(0.26/0.01/0.00/0.47)	

CMYK percentages

%25.74
%0.74
%0
%46.67

Codes

Color #658788 in popluar color models

658788
RGB101135136
HSL182°14.77%46.47%
HSB/HSV182°25.74%53.33%
CMYK25.74%0.74%0.00%
46.67%

Color #658788 in popluar number systems.

HEX658788
Decimal101135136
Binary11001011000011110001000
Octal145207210

Shades and tints

Shades of #658788

#658788
(101,135,136)
#5C7B7C
(92,123,124)
#536F70
(83,111,112)
#4A6364
(74,99,100)
#415758
(65,87,88)
#384B4C
(56,75,76)
#2F3F40
(47,63,64)
#263334
(38,51,52)
#1D2728
(29,39,40)
#141B1C
(20,27,28)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #658788

#658788
(101,135,136)
#739192
(115,145,146)
#819B9C
(129,155,156)
#8FA5A6
(143,165,166)
#9DAFB0
(157,175,176)
#ABB9BA
(171,185,186)
#B9C3C4
(185,195,196)
#C7CDCE
(199,205,206)
#D5D7D8
(213,215,216)
#E3E1E2
(227,225,226)
#F1EBEC
(241,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #658788; }

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

This text font color is #658788.


Background Color

.myBgColor { background-color: #658788; }

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

This div background color is #658788.


Border color

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

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

This div border color is #658788.


Opacity

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

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

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

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

This text has shadow with #658788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658788 on black background.


Color preview on white background

This text has color #658788 on white background.



Black color preview on #658788 background

This text has black color on #658788 background.


White color preview on #658788 background

This text has white color on #658788 background.