COLOR #659B8A

HEX: #659B8A RGB: (101,155,138)

Color info

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

RGB color model

#659B8A color RGB value is (101,155,138).

RGB: (101,155,138) (40%, 61%, 54%)

RGB channels and saturation

R 101 of 255 = 40%
G 155 of 255 = 61%
B 138 of 255 = 54%

101
155
138

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

Portions of RGB colors in percentages

R + G + B = 101 + 155 + 138 = 394 (100%)
R 101 of 394 ~ 25.63%
G 155 of 394 ~ 39.34%
B 138 of 394 ~ 35.03'%

%25.63
%39.34
%35.03

CMYK color model

#659B8A color CMYK value is (35,0,11,39).

  • cyan value is 34.84%
  • magenta value is 0.00%
  • yellow value is 10.97%
  • key color value is 39.22%

CMYK: (35,0,11,39)
C35M0Y11K39 (35%, 0%, 11%, 39%)
(0.35 / 0.00 / 0.11 / 0.39)

CMYK percentages

%34.84
%0
%10.97
%39.22

Codes

Color #659B8A in popluar color models

65 9B 8A
RGB 101 155 138
HSL 161° 21.26% 50.20%
HSB/HSV 161° 34.84% 60.78%
CMYK 34.84% 0.00% 10.97%
39.22%

Color #659B8A in popluar number systems.

HEX 65 9B 8A
Decimal 101 155 138
Binary 1100101 10011011 10001010
Octal 145 233 212

Shades and tints

Shades of #659B8A

#659B8A
(101,155,138)
#5C8D7E
(92,141,126)
#537F72
(83,127,114)
#4A7166
(74,113,102)
#41635A
(65,99,90)
#38554E
(56,85,78)
#2F4742
(47,71,66)
#263936
(38,57,54)
#1D2B2A
(29,43,42)
#141D1E
(20,29,30)
#0B0F12
(11,15,18)
#000000
(0,0,0)

Tints of #659B8A

#659B8A
(101,155,138)
#73A494
(115,164,148)
#81AD9E
(129,173,158)
#8FB6A8
(143,182,168)
#9DBFB2
(157,191,178)
#ABC8BC
(171,200,188)
#B9D1C6
(185,209,198)
#C7DAD0
(199,218,208)
#D5E3DA
(213,227,218)
#E3ECE4
(227,236,228)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659B8A color. Also use rgb(101,155,138) instead hex code.

Text Font Color

.myTextColor { color: #659B8A; }

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

This text font color is #659B8A.

Background Color

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

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

This div background color is #659B8A.

Border color

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

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

This div border color is #659B8A.

Opacity

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

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

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

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

This text has shadow with #659B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #659B8A.

Preview

Color preview on black background

This text has color #659B8A on black background.


Color preview on white background

This text has color #659B8A on white background.


Black color preview on #659B8A background

This text has black color on #659B8A background.


White color preview on #659B8A background

This text has white color on #659B8A background.


Related colors

Complementary color

Complementary color for #hex is #9A6475.


I love getcolorcode.com

Triadic colors

1 #8A659B and #9B8A65 with #659B8A are triadic colors.

2 #8A9B65 and #9B658A with #659B8A are triadic colors.