COLOR #665D5C

HEX: #665D5C RGB: (102,93,92)

Color info

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

RGB color model

#665D5C color RGB value is (102,93,92).

RGB: (102,93,92) (40%, 36%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 93 of 255 = 36%
B 92 of 255 = 36%

102
93
92

R + G + B ~ 37%. #665D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 93 + 92 = 287 (100%)
R 102 of 287 ~ 35.54%
G 93 of 287 ~ 32.4%
B 92 of 287 ~ 32.06'%

%35.54
%32.4
%32.06

CMYK color model

#665D5C color CMYK value is (0,9,10,60).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 9.80%
  • key color value is 60.00%

CMYK: (0,9,10,60)
C0M9Y10K60 (0%, 9%, 10%, 60%)
(0.00 / 0.09 / 0.10 / 0.60)

CMYK percentages

%0
%8.82
%9.8
%60

Codes

Color #665D5C in popluar color models

66 5D 5C
RGB 102 93 92
HSL 5.15% 38.04%
HSB/HSV 9.80% 40.00%
CMYK 0.00% 8.82% 9.80%
60.00%

Color #665D5C in popluar number systems.

HEX 66 5D 5C
Decimal 102 93 92
Binary 1100110 1011101 1011100
Octal 146 135 134

Shades and tints

Shades of #665D5C

#665D5C
(102,93,92)
#5D5554
(93,85,84)
#544D4C
(84,77,76)
#4B4544
(75,69,68)
#423D3C
(66,61,60)
#393534
(57,53,52)
#302D2C
(48,45,44)
#272524
(39,37,36)
#1E1D1C
(30,29,28)
#151514
(21,21,20)
#0C0D0C
(12,13,12)
#000000
(0,0,0)

Tints of #665D5C

#665D5C
(102,93,92)
#736B6A
(115,107,106)
#807978
(128,121,120)
#8D8786
(141,135,134)
#9A9594
(154,149,148)
#A7A3A2
(167,163,162)
#B4B1B0
(180,177,176)
#C1BFBE
(193,191,190)
#CECDCC
(206,205,204)
#DBDBDA
(219,219,218)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665D5C; }

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

This text font color is #665D5C.

Background Color

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

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

This div background color is #665D5C.

Border color

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

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

This div border color is #665D5C.

Opacity

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

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

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

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

This text has shadow with #665D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665D5C.

Preview

Color preview on black background

This text has color #665D5C on black background.


Color preview on white background

This text has color #665D5C on white background.


Black color preview on #665D5C background

This text has black color on #665D5C background.


White color preview on #665D5C background

This text has white color on #665D5C background.


Related colors

Complementary color

Complementary color for #hex is #99A2A3.


I love getcolorcode.com

Triadic colors

1 #5C665D and #5D5C66 with #665D5C are triadic colors.

2 #5C5D66 and #5D665C with #665D5C are triadic colors.