COLOR #659F8F

HEX: #659F8F
RGB: (101,159,143)

Color info

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

RGB color model

#659F8F color RGB value is (101,159,143).

  • red value is 101;
  • green value is 159;
  • blue value is 143.
RGB:
(101,159,143)
(40%,62%,56%)

RGB channels and saturation

R 101 of 255 = 40%
G 159 of 255 = 62%
B 143 of 255 = 56%

101
159
143

R + G + B ~ 53%. #659F8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
101 + 159 + 143 = 403 (100%)
R 101 of 403 ~ 25.06%
G 159 of 403 ~ 39.45%
B 143 of 403 ~ 35.48%

%25.06
%39.45
%35.48

CMYK color model

#659F8F color CMYK value is (36,0,10,38).

  • cyan value is 36.48%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 37.65%
CMYK:
(36,0,10,38)
C36M0Y10K38 
(36%,0%,10%,38%)
(0.36/0.00/0.10/0.38)	

CMYK percentages

%36.48
%0
%10.06
%37.65

Codes

Color #659F8F in popluar color models

659F8F
RGB101159143
HSL163°23.20%50.98%
HSB/HSV163°36.48%62.35%
CMYK36.48%0.00%10.06%
37.65%

Color #659F8F in popluar number systems.

HEX659F8F
Decimal101159143
Binary11001011001111110001111
Octal145237217

Shades and tints

Shades of #659F8F

#659F8F
(101,159,143)
#5C9182
(92,145,130)
#538375
(83,131,117)
#4A7568
(74,117,104)
#41675B
(65,103,91)
#38594E
(56,89,78)
#2F4B41
(47,75,65)
#263D34
(38,61,52)
#1D2F27
(29,47,39)
#14211A
(20,33,26)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #659F8F

#659F8F
(101,159,143)
#73A799
(115,167,153)
#81AFA3
(129,175,163)
#8FB7AD
(143,183,173)
#9DBFB7
(157,191,183)
#ABC7C1
(171,199,193)
#B9CFCB
(185,207,203)
#C7D7D5
(199,215,213)
#D5DFDF
(213,223,223)
#E3E7E9
(227,231,233)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659F8F color. Also use rgb(101,159,143) instead hex code.

Text Font Color

.myTextColor { color: #659F8F; }

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

This text font color is #659F8F.


Background Color

.myBgColor { background-color: #659F8F; }

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

This div background color is #659F8F.


Border color

.myBorderColor { border: 1px solid #659F8F; }

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

This div border color is #659F8F.


Opacity

.myOpacity80 { color: #659F8F; opacity: 0.8; }

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

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

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

This text has shadow with #659F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659F8F on black background.


Color preview on white background

This text has color #659F8F on white background.



Black color preview on #659F8F background

This text has black color on #659F8F background.


White color preview on #659F8F background

This text has white color on #659F8F background.