COLOR #665961

HEX: #665961
RGB: (102,89,97)

Color info

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

RGB color model

#665961 color RGB value is (102,89,97).

  • red value is 102;
  • green value is 89;
  • blue value is 97.
RGB:
(102,89,97)
(40%,35%,38%)

RGB channels and saturation

R 102 of 255 = 40%
G 89 of 255 = 35%
B 97 of 255 = 38%

102
89
97

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

Portions of RGB colors in percentages

R + G + B =
102 + 89 + 97 = 288 (100%)
R 102 of 288 ~ 35.42%
G 89 of 288 ~ 30.9%
B 97 of 288 ~ 33.68%

%35.42
%30.9
%33.68

CMYK color model

#665961 color CMYK value is (0,13,5,60).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 4.90%
  • key color value is 60.00%
CMYK:
(0,13,5,60)
C0M13Y5K60 
(0%,13%,5%,60%)
(0.00/0.13/0.05/0.60)	

CMYK percentages

%0
%12.75
%4.9
%60

Codes

Color #665961 in popluar color models

665961
RGB1028997
HSL323°6.81%37.45%
HSB/HSV323°12.75%40.00%
CMYK0.00%12.75%4.90%
60.00%

Color #665961 in popluar number systems.

HEX665961
Decimal1028997
Binary110011010110011100001
Octal146131141

Shades and tints

Shades of #665961

#665961
(102,89,97)
#5D5159
(93,81,89)
#544951
(84,73,81)
#4B4149
(75,65,73)
#423941
(66,57,65)
#393139
(57,49,57)
#302931
(48,41,49)
#272129
(39,33,41)
#1E1921
(30,25,33)
#151119
(21,17,25)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #665961

#665961
(102,89,97)
#73686F
(115,104,111)
#80777D
(128,119,125)
#8D868B
(141,134,139)
#9A9599
(154,149,153)
#A7A4A7
(167,164,167)
#B4B3B5
(180,179,181)
#C1C2C3
(193,194,195)
#CED1D1
(206,209,209)
#DBE0DF
(219,224,223)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665961 color. Also use rgb(102,89,97) instead hex code.

Text Font Color

.myTextColor { color: #665961; }

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

This text font color is #665961.


Background Color

.myBgColor { background-color: #665961; }

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

This div background color is #665961.


Border color

.myBorderColor { border: 1px solid #665961; }

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

This div border color is #665961.


Opacity

.myOpacity80 { color: #665961; opacity: 0.8; }

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

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

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

This text has shadow with #665961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665961 on black background.


Color preview on white background

This text has color #665961 on white background.



Black color preview on #665961 background

This text has black color on #665961 background.


White color preview on #665961 background

This text has white color on #665961 background.