COLOR #665D5F

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

Color info

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

RGB color model

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

  • red value is 102;
  • green value is 93;
  • blue value is 95.
RGB:
(102,93,95)
(40%,36%,37%)

RGB channels and saturation

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

102
93
95

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

Portions of RGB colors in percentages

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

%35.17
%32.07
%32.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 6.86%
  • key color value is 60.00%
CMYK:
(0,9,7,60)
C0M9Y7K60 
(0%,9%,7%,60%)
(0.00/0.09/0.07/0.60)	

CMYK percentages

%0
%8.82
%6.86
%60

Codes

Color #665D5F in popluar color models

665D5F
RGB1029395
HSL347°4.62%38.24%
HSB/HSV347°8.82%40.00%
CMYK0.00%8.82%6.86%
60.00%

Color #665D5F in popluar number systems.

HEX665D5F
Decimal1029395
Binary110011010111011011111
Octal146135137

Shades and tints

Shades of #665D5F

#665D5F
(102,93,95)
#5D5557
(93,85,87)
#544D4F
(84,77,79)
#4B4547
(75,69,71)
#423D3F
(66,61,63)
#393537
(57,53,55)
#302D2F
(48,45,47)
#272527
(39,37,39)
#1E1D1F
(30,29,31)
#151517
(21,21,23)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #665D5F

#665D5F
(102,93,95)
#736B6D
(115,107,109)
#80797B
(128,121,123)
#8D8789
(141,135,137)
#9A9597
(154,149,151)
#A7A3A5
(167,163,165)
#B4B1B3
(180,177,179)
#C1BFC1
(193,191,193)
#CECDCF
(206,205,207)
#DBDBDD
(219,219,221)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665D5F; }

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

This text font color is #665D5F.


Background Color

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

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

This div background color is #665D5F.


Border color

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

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

This div border color is #665D5F.


Opacity

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

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

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

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

This text has shadow with #665D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665D5F on black background.


Color preview on white background

This text has color #665D5F on white background.



Black color preview on #665D5F background

This text has black color on #665D5F background.


White color preview on #665D5F background

This text has white color on #665D5F background.