COLOR #665C5A

HEX: #665C5A
RGB: (102,92,90)

Color info

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

RGB color model

#665C5A color RGB value is (102,92,90).

  • red value is 102;
  • green value is 92;
  • blue value is 90.
RGB:
(102,92,90)
(40%,36%,35%)

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 90 of 255 = 35%

102
92
90

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

Portions of RGB colors in percentages

R + G + B =
102 + 92 + 90 = 284 (100%)
R 102 of 284 ~ 35.92%
G 92 of 284 ~ 32.39%
B 90 of 284 ~ 31.69%

%35.92
%32.39
%31.69

CMYK color model

#665C5A color CMYK value is (0,10,12,60).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 11.76%
  • key color value is 60.00%
CMYK:
(0,10,12,60)
C0M10Y12K60 
(0%,10%,12%,60%)
(0.00/0.10/0.12/0.60)	

CMYK percentages

%0
%9.8
%11.76
%60

Codes

Color #665C5A in popluar color models

665C5A
RGB1029290
HSL10°6.25%37.65%
HSB/HSV10°11.76%40.00%
CMYK0.00%9.80%11.76%
60.00%

Color #665C5A in popluar number systems.

HEX665C5A
Decimal1029290
Binary110011010111001011010
Octal146134132

Shades and tints

Shades of #665C5A

#665C5A
(102,92,90)
#5D5452
(93,84,82)
#544C4A
(84,76,74)
#4B4442
(75,68,66)
#423C3A
(66,60,58)
#393432
(57,52,50)
#302C2A
(48,44,42)
#272422
(39,36,34)
#1E1C1A
(30,28,26)
#151412
(21,20,18)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #665C5A

#665C5A
(102,92,90)
#736A69
(115,106,105)
#807878
(128,120,120)
#8D8687
(141,134,135)
#9A9496
(154,148,150)
#A7A2A5
(167,162,165)
#B4B0B4
(180,176,180)
#C1BEC3
(193,190,195)
#CECCD2
(206,204,210)
#DBDAE1
(219,218,225)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C5A; }

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

This text font color is #665C5A.


Background Color

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

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

This div background color is #665C5A.


Border color

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

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

This div border color is #665C5A.


Opacity

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

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

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

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

This text has shadow with #665C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665C5A on black background.


Color preview on white background

This text has color #665C5A on white background.



Black color preview on #665C5A background

This text has black color on #665C5A background.


White color preview on #665C5A background

This text has white color on #665C5A background.