COLOR #658E8D

HEX: #658E8D RGB: (101,142,141)

Color info

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

RGB color model

#658E8D color RGB value is (101,142,141).

RGB: (101,142,141) (40%, 56%, 55%)

RGB channels and saturation

R 101 of 255 = 40%
G 142 of 255 = 56%
B 141 of 255 = 55%

101
142
141

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

Portions of RGB colors in percentages

R + G + B = 101 + 142 + 141 = 384 (100%)
R 101 of 384 ~ 26.3%
G 142 of 384 ~ 36.98%
B 141 of 384 ~ 36.72'%

%26.3
%36.98
%36.72

CMYK color model

#658E8D color CMYK value is (29,0,1,44).

  • cyan value is 28.87%
  • magenta value is 0.00%
  • yellow value is 0.70%
  • key color value is 44.31%

CMYK: (29,0,1,44)
C29M0Y1K44 (29%, 0%, 1%, 44%)
(0.29 / 0.00 / 0.01 / 0.44)

CMYK percentages

%28.87
%0
%0.7
%44.31

Codes

Color #658E8D in popluar color models

65 8E 8D
RGB 101 142 141
HSL 179° 16.87% 47.65%
HSB/HSV 179° 28.87% 55.69%
CMYK 28.87% 0.00% 0.70%
44.31%

Color #658E8D in popluar number systems.

HEX 65 8E 8D
Decimal 101 142 141
Binary 1100101 10001110 10001101
Octal 145 216 215

Shades and tints

Shades of #658E8D

#658E8D
(101,142,141)
#5C8281
(92,130,129)
#537675
(83,118,117)
#4A6A69
(74,106,105)
#415E5D
(65,94,93)
#385251
(56,82,81)
#2F4645
(47,70,69)
#263A39
(38,58,57)
#1D2E2D
(29,46,45)
#142221
(20,34,33)
#0B1615
(11,22,21)
#000000
(0,0,0)

Tints of #658E8D

#658E8D
(101,142,141)
#739897
(115,152,151)
#81A2A1
(129,162,161)
#8FACAB
(143,172,171)
#9DB6B5
(157,182,181)
#ABC0BF
(171,192,191)
#B9CAC9
(185,202,201)
#C7D4D3
(199,212,211)
#D5DEDD
(213,222,221)
#E3E8E7
(227,232,231)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #658E8D color. Also use rgb(101,142,141) instead hex code.

Text Font Color

.myTextColor { color: #658E8D; }

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

This text font color is #658E8D.

Background Color

.myBgColor { background-color: #658E8D; }

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

This div background color is #658E8D.

Border color

.myBorderColor { border: 1px solid #658E8D; }

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

This div border color is #658E8D.

Opacity

.myOpacity80 { color: #658E8D; opacity: 0.8; }

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

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

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

This text has shadow with #658E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #658E8D.

Preview

Color preview on black background

This text has color #658E8D on black background.


Color preview on white background

This text has color #658E8D on white background.


Black color preview on #658E8D background

This text has black color on #658E8D background.


White color preview on #658E8D background

This text has white color on #658E8D background.


Related colors

Complementary color

Complementary color for #hex is #9A7172.


I love getcolorcode.com

Triadic colors

1 #8D658E and #8E8D65 with #658E8D are triadic colors.

2 #8D8E65 and #8E658D with #658E8D are triadic colors.