COLOR #665F5D

HEX: #665F5D RGB: (102,95,93)

Color info

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

RGB color model

#665F5D color RGB value is (102,95,93).

RGB: (102,95,93) (40%, 37%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 93 of 255 = 36%

102
95
93

R + G + B ~ 38%. #665F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 95 + 93 = 290 (100%)
R 102 of 290 ~ 35.17%
G 95 of 290 ~ 32.76%
B 93 of 290 ~ 32.07'%

%35.17
%32.76
%32.07

CMYK color model

#665F5D color CMYK value is (0,7,9,60).

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

CMYK: (0,7,9,60)
C0M7Y9K60 (0%, 7%, 9%, 60%)
(0.00 / 0.07 / 0.09 / 0.60)

CMYK percentages

%0
%6.86
%8.82
%60

Codes

Color #665F5D in popluar color models

66 5F 5D
RGB 102 95 93
HSL 13° 4.62% 38.24%
HSB/HSV 13° 8.82% 40.00%
CMYK 0.00% 6.86% 8.82%
60.00%

Color #665F5D in popluar number systems.

HEX 66 5F 5D
Decimal 102 95 93
Binary 1100110 1011111 1011101
Octal 146 137 135

Shades and tints

Shades of #665F5D

#665F5D
(102,95,93)
#5D5755
(93,87,85)
#544F4D
(84,79,77)
#4B4745
(75,71,69)
#423F3D
(66,63,61)
#393735
(57,55,53)
#302F2D
(48,47,45)
#272725
(39,39,37)
#1E1F1D
(30,31,29)
#151715
(21,23,21)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #665F5D

#665F5D
(102,95,93)
#736D6B
(115,109,107)
#807B79
(128,123,121)
#8D8987
(141,137,135)
#9A9795
(154,151,149)
#A7A5A3
(167,165,163)
#B4B3B1
(180,179,177)
#C1C1BF
(193,193,191)
#CECFCD
(206,207,205)
#DBDDDB
(219,221,219)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665F5D; }

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

This text font color is #665F5D.

Background Color

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

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

This div background color is #665F5D.

Border color

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

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

This div border color is #665F5D.

Opacity

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

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

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

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

This text has shadow with #665F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665F5D.

Preview

Color preview on black background

This text has color #665F5D on black background.


Color preview on white background

This text has color #665F5D on white background.


Black color preview on #665F5D background

This text has black color on #665F5D background.


White color preview on #665F5D background

This text has white color on #665F5D background.


Related colors

Complementary color

Complementary color for #hex is #99A0A2.


I love getcolorcode.com

Triadic colors

1 #5D665F and #5F5D66 with #665F5D are triadic colors.

2 #5D5F66 and #5F665D with #665F5D are triadic colors.