COLOR #665F57

HEX: #665F57
RGB: (102,95,87)

Color info

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

RGB color model

#665F57 color RGB value is (102,95,87).

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

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 87 of 255 = 34%

102
95
87

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

Portions of RGB colors in percentages

R + G + B =
102 + 95 + 87 = 284 (100%)
R 102 of 284 ~ 35.92%
G 95 of 284 ~ 33.45%
B 87 of 284 ~ 30.63%

%35.92
%33.45
%30.63

CMYK color model

#665F57 color CMYK value is (0,7,15,60).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 14.71%
  • key color value is 60.00%
CMYK:
(0,7,15,60)
C0M7Y15K60 
(0%,7%,15%,60%)
(0.00/0.07/0.15/0.60)	

CMYK percentages

%0
%6.86
%14.71
%60

Codes

Color #665F57 in popluar color models

665F57
RGB1029587
HSL32°7.94%37.06%
HSB/HSV32°14.71%40.00%
CMYK0.00%6.86%14.71%
60.00%

Color #665F57 in popluar number systems.

HEX665F57
Decimal1029587
Binary110011010111111010111
Octal146137127

Shades and tints

Shades of #665F57

#665F57
(102,95,87)
#5D5750
(93,87,80)
#544F49
(84,79,73)
#4B4742
(75,71,66)
#423F3B
(66,63,59)
#393734
(57,55,52)
#302F2D
(48,47,45)
#272726
(39,39,38)
#1E1F1F
(30,31,31)
#151718
(21,23,24)
#0C0F11
(12,15,17)
#000000
(0,0,0)

Tints of #665F57

#665F57
(102,95,87)
#736D66
(115,109,102)
#807B75
(128,123,117)
#8D8984
(141,137,132)
#9A9793
(154,151,147)
#A7A5A2
(167,165,162)
#B4B3B1
(180,179,177)
#C1C1C0
(193,193,192)
#CECFCF
(206,207,207)
#DBDDDE
(219,221,222)
#E8EBED
(232,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665F57; }

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

This text font color is #665F57.


Background Color

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

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

This div background color is #665F57.


Border color

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

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

This div border color is #665F57.


Opacity

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

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

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

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

This text has shadow with #665F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665F57 on black background.


Color preview on white background

This text has color #665F57 on white background.



Black color preview on #665F57 background

This text has black color on #665F57 background.


White color preview on #665F57 background

This text has white color on #665F57 background.