COLOR #658B84

HEX: #658B84
RGB: (101,139,132)

Color info

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

RGB color model

#658B84 color RGB value is (101,139,132).

  • red value is 101;
  • green value is 139;
  • blue value is 132.
RGB:
(101,139,132)
(40%,55%,52%)

RGB channels and saturation

R 101 of 255 = 40%
G 139 of 255 = 55%
B 132 of 255 = 52%

101
139
132

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

Portions of RGB colors in percentages

R + G + B =
101 + 139 + 132 = 372 (100%)
R 101 of 372 ~ 27.15%
G 139 of 372 ~ 37.37%
B 132 of 372 ~ 35.48%

%27.15
%37.37
%35.48

CMYK color model

#658B84 color CMYK value is (27,0,5,45).

  • cyan value is 27.34%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 45.49%
CMYK:
(27,0,5,45)
C27M0Y5K45 
(27%,0%,5%,45%)
(0.27/0.00/0.05/0.45)	

CMYK percentages

%27.34
%0
%5.04
%45.49

Codes

Color #658B84 in popluar color models

658B84
RGB101139132
HSL169°15.83%47.06%
HSB/HSV169°27.34%54.51%
CMYK27.34%0.00%5.04%
45.49%

Color #658B84 in popluar number systems.

HEX658B84
Decimal101139132
Binary11001011000101110000100
Octal145213204

Shades and tints

Shades of #658B84

#658B84
(101,139,132)
#5C7F78
(92,127,120)
#53736C
(83,115,108)
#4A6760
(74,103,96)
#415B54
(65,91,84)
#384F48
(56,79,72)
#2F433C
(47,67,60)
#263730
(38,55,48)
#1D2B24
(29,43,36)
#141F18
(20,31,24)
#0B130C
(11,19,12)
#000000
(0,0,0)

Tints of #658B84

#658B84
(101,139,132)
#73958F
(115,149,143)
#819F9A
(129,159,154)
#8FA9A5
(143,169,165)
#9DB3B0
(157,179,176)
#ABBDBB
(171,189,187)
#B9C7C6
(185,199,198)
#C7D1D1
(199,209,209)
#D5DBDC
(213,219,220)
#E3E5E7
(227,229,231)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658B84 color. Also use rgb(101,139,132) instead hex code.

Text Font Color

.myTextColor { color: #658B84; }

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

This text font color is #658B84.


Background Color

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

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

This div background color is #658B84.


Border color

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

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

This div border color is #658B84.


Opacity

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

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

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

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

This text has shadow with #658B84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #658B84 on black background.


Color preview on white background

This text has color #658B84 on white background.



Black color preview on #658B84 background

This text has black color on #658B84 background.


White color preview on #658B84 background

This text has white color on #658B84 background.