COLOR #659D8D

HEX: #659D8D RGB: (101,157,141)

Color info

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

RGB color model

#659D8D color RGB value is (101,157,141).

RGB: (101,157,141) (40%, 62%, 55%)

RGB channels and saturation

R 101 of 255 = 40%
G 157 of 255 = 62%
B 141 of 255 = 55%

101
157
141

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

Portions of RGB colors in percentages

R + G + B = 101 + 157 + 141 = 399 (100%)
R 101 of 399 ~ 25.31%
G 157 of 399 ~ 39.35%
B 141 of 399 ~ 35.34'%

%25.31
%39.35
%35.34

CMYK color model

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

  • cyan value is 35.67%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 38.43%

CMYK: (36,0,10,38)
C36M0Y10K38 (36%, 0%, 10%, 38%)
(0.36 / 0.00 / 0.10 / 0.38)

CMYK percentages

%35.67
%0
%10.19
%38.43

Codes

Color #659D8D in popluar color models

65 9D 8D
RGB 101 157 141
HSL 163° 22.22% 50.59%
HSB/HSV 163° 35.67% 61.57%
CMYK 35.67% 0.00% 10.19%
38.43%

Color #659D8D in popluar number systems.

HEX 65 9D 8D
Decimal 101 157 141
Binary 1100101 10011101 10001101
Octal 145 235 215

Shades and tints

Shades of #659D8D

#659D8D
(101,157,141)
#5C8F81
(92,143,129)
#538175
(83,129,117)
#4A7369
(74,115,105)
#41655D
(65,101,93)
#385751
(56,87,81)
#2F4945
(47,73,69)
#263B39
(38,59,57)
#1D2D2D
(29,45,45)
#141F21
(20,31,33)
#0B1115
(11,17,21)
#000000
(0,0,0)

Tints of #659D8D

#659D8D
(101,157,141)
#73A597
(115,165,151)
#81ADA1
(129,173,161)
#8FB5AB
(143,181,171)
#9DBDB5
(157,189,181)
#ABC5BF
(171,197,191)
#B9CDC9
(185,205,201)
#C7D5D3
(199,213,211)
#D5DDDD
(213,221,221)
#E3E5E7
(227,229,231)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #659D8D; }

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

This text font color is #659D8D.

Background Color

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

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

This div background color is #659D8D.

Border color

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

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

This div border color is #659D8D.

Opacity

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

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

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

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

This text has shadow with #659D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #659D8D.

Preview

Color preview on black background

This text has color #659D8D on black background.


Color preview on white background

This text has color #659D8D on white background.


Black color preview on #659D8D background

This text has black color on #659D8D background.


White color preview on #659D8D background

This text has white color on #659D8D background.


Related colors

Complementary color

Complementary color for #hex is #9A6272.


I love getcolorcode.com

Triadic colors

1 #8D659D and #9D8D65 with #659D8D are triadic colors.

2 #8D9D65 and #9D658D with #659D8D are triadic colors.