COLOR #659D7E

HEX: #659D7E
RGB: (101,157,126)

Color info

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

RGB color model

#659D7E color RGB value is (101,157,126).

  • red value is 101;
  • green value is 157;
  • blue value is 126.
RGB:
(101,157,126)
(40%,62%,49%)

RGB channels and saturation

R 101 of 255 = 40%
G 157 of 255 = 62%
B 126 of 255 = 49%

101
157
126

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

Portions of RGB colors in percentages

R + G + B =
101 + 157 + 126 = 384 (100%)
R 101 of 384 ~ 26.3%
G 157 of 384 ~ 40.89%
B 126 of 384 ~ 32.81%

%26.3
%40.89
%32.81

CMYK color model

#659D7E color CMYK value is (36,0,20,38).

  • cyan value is 35.67%
  • magenta value is 0.00%
  • yellow value is 19.75%
  • key color value is 38.43%
CMYK:
(36,0,20,38)
C36M0Y20K38 
(36%,0%,20%,38%)
(0.36/0.00/0.20/0.38)	

CMYK percentages

%35.67
%0
%19.75
%38.43

Codes

Color #659D7E in popluar color models

659D7E
RGB101157126
HSL147°22.22%50.59%
HSB/HSV147°35.67%61.57%
CMYK35.67%0.00%19.75%
38.43%

Color #659D7E in popluar number systems.

HEX659D7E
Decimal101157126
Binary1100101100111011111110
Octal145235176

Shades and tints

Shades of #659D7E

#659D7E
(101,157,126)
#5C8F73
(92,143,115)
#538168
(83,129,104)
#4A735D
(74,115,93)
#416552
(65,101,82)
#385747
(56,87,71)
#2F493C
(47,73,60)
#263B31
(38,59,49)
#1D2D26
(29,45,38)
#141F1B
(20,31,27)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #659D7E

#659D7E
(101,157,126)
#73A589
(115,165,137)
#81AD94
(129,173,148)
#8FB59F
(143,181,159)
#9DBDAA
(157,189,170)
#ABC5B5
(171,197,181)
#B9CDC0
(185,205,192)
#C7D5CB
(199,213,203)
#D5DDD6
(213,221,214)
#E3E5E1
(227,229,225)
#F1EDEC
(241,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #659D7E color. Also use rgb(101,157,126) instead hex code.

Text Font Color

.myTextColor { color: #659D7E; }

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

This text font color is #659D7E.


Background Color

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

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

This div background color is #659D7E.


Border color

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

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

This div border color is #659D7E.


Opacity

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

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

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

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

This text has shadow with #659D7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #659D7E on black background.


Color preview on white background

This text has color #659D7E on white background.



Black color preview on #659D7E background

This text has black color on #659D7E background.


White color preview on #659D7E background

This text has white color on #659D7E background.