COLOR #659677

HEX: #659677
RGB: (101,150,119)

Color info

#659677 contains red, green and blue colors in about the same proportion. Web safe color of #659677 is #669966 (or #696).

RGB color model

#659677 color RGB value is (101,150,119).

  • red value is 101;
  • green value is 150;
  • blue value is 119.
RGB:
(101,150,119)
(40%,59%,47%)

RGB channels and saturation

R 101 of 255 = 40%
G 150 of 255 = 59%
B 119 of 255 = 47%

101
150
119

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

Portions of RGB colors in percentages

R + G + B =
101 + 150 + 119 = 370 (100%)
R 101 of 370 ~ 27.3%
G 150 of 370 ~ 40.54%
B 119 of 370 ~ 32.16%

%27.3
%40.54
%32.16

CMYK color model

#659677 color CMYK value is (33,0,21,41).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 20.67%
  • key color value is 41.18%
CMYK:
(33,0,21,41)
C33M0Y21K41 
(33%,0%,21%,41%)
(0.33/0.00/0.21/0.41)	

CMYK percentages

%32.67
%0
%20.67
%41.18

Codes

Color #659677 in popluar color models

659677
RGB101150119
HSL142°19.52%49.22%
HSB/HSV142°32.67%58.82%
CMYK32.67%0.00%20.67%
41.18%

Color #659677 in popluar number systems.

HEX659677
Decimal101150119
Binary1100101100101101110111
Octal145226167

Shades and tints

Shades of #659677

#659677
(101,150,119)
#5C896D
(92,137,109)
#537C63
(83,124,99)
#4A6F59
(74,111,89)
#41624F
(65,98,79)
#385545
(56,85,69)
#2F483B
(47,72,59)
#263B31
(38,59,49)
#1D2E27
(29,46,39)
#14211D
(20,33,29)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #659677

#659677
(101,150,119)
#739F83
(115,159,131)
#81A88F
(129,168,143)
#8FB19B
(143,177,155)
#9DBAA7
(157,186,167)
#ABC3B3
(171,195,179)
#B9CCBF
(185,204,191)
#C7D5CB
(199,213,203)
#D5DED7
(213,222,215)
#E3E7E3
(227,231,227)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659677 color. Also use rgb(101,150,119) instead hex code.

Text Font Color

.myTextColor { color: #659677; }

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

This text font color is #659677.


Background Color

.myBgColor { background-color: #659677; }

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

This div background color is #659677.


Border color

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

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

This div border color is #659677.


Opacity

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

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

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

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

This text has shadow with #659677 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659677 on black background.


Color preview on white background

This text has color #659677 on white background.



Black color preview on #659677 background

This text has black color on #659677 background.


White color preview on #659677 background

This text has white color on #659677 background.