COLOR #665D6B

HEX: #665D6B RGB: (102,93,107)

Color info

#665D6B contains red, green and blue colors in about the same proportion. Web safe color of #665D6B is #666666 (or #666).

RGB color model

#665D6B color RGB value is (102,93,107).

RGB: (102,93,107) (40%, 36%, 42%)

RGB channels and saturation

R 102 of 255 = 40%
G 93 of 255 = 36%
B 107 of 255 = 42%

102
93
107

R + G + B ~ 39%. #665D6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 93 + 107 = 302 (100%)
R 102 of 302 ~ 33.77%
G 93 of 302 ~ 30.79%
B 107 of 302 ~ 35.43'%

%33.77
%30.79
%35.43

CMYK color model

#665D6B color CMYK value is (5,13,0,58).

  • cyan value is 4.67%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (5,13,0,58) C5M13Y0K58 (5%,13%,0%,58%) (0.05/0.13/0.00/0.58) 

CMYK percentages

%4.67
%13.08
%0
%58.04

Codes

Color #665D6B in popluar color models

66 5D 6B
RGB 102 93 107
HSL 279° 7.00% 39.22%
HSB/HSV 279° 13.08% 41.96%
CMYK 4.67% 13.08% 0.00%
58.04%

Color #665D6B in popluar number systems.

HEX 66 5D 6B
Decimal 102 93 107
Binary 1100110 1011101 1101011
Octal 146 135 153

Shades and tints

Shades of #665D6B

#665D6B
(102,93,107)
#5D5562
(93,85,98)
#544D59
(84,77,89)
#4B4550
(75,69,80)
#423D47
(66,61,71)
#39353E
(57,53,62)
#302D35
(48,45,53)
#27252C
(39,37,44)
#1E1D23
(30,29,35)
#15151A
(21,21,26)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #665D6B

#665D6B
(102,93,107)
#736B78
(115,107,120)
#807985
(128,121,133)
#8D8792
(141,135,146)
#9A959F
(154,149,159)
#A7A3AC
(167,163,172)
#B4B1B9
(180,177,185)
#C1BFC6
(193,191,198)
#CECDD3
(206,205,211)
#DBDBE0
(219,219,224)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665D6B color. Also use rgb(102,93,107) instead hex code.

Text Font Color

.myTextColor { color: #665D6B; }

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

This text font color is #665D6B.

Background Color

.myBgColor { background-color: #665D6B; }

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

This div background color is #665D6B.

Border color

.myBorderColor { border: 1px solid #665D6B; }

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

This div border color is #665D6B.

Opacity

.myOpacity80 { color: #665D6B; opacity: 0.8; }

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

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

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

This text has shadow with #665D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665D6B.

Preview

Color preview on black background

This text has color #665D6B on black background.


Color preview on white background

This text has color #665D6B on white background.


Black color preview on #665D6B background

This text has black color on #665D6B background.


White color preview on #665D6B background

This text has white color on #665D6B background.


Related colors

Complementary color

Complementary color for #hex is #99A294.


I love getcolorcode.com

Triadic colors

1 #6B665D and #5D6B66 with #665D6B are triadic colors.

2 #6B5D66 and #5D666B with #665D6B are triadic colors.