COLOR #665E5B

HEX: #665E5B RGB: (102,94,91)

Color info

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

RGB color model

#665E5B color RGB value is (102,94,91).

RGB: (102,94,91) (40%, 37%, 36%)

RGB channels and saturation

R 102 of 255 = 40%
G 94 of 255 = 37%
B 91 of 255 = 36%

102
94
91

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

Portions of RGB colors in percentages

R + G + B = 102 + 94 + 91 = 287 (100%)
R 102 of 287 ~ 35.54%
G 94 of 287 ~ 32.75%
B 91 of 287 ~ 31.71'%

%35.54
%32.75
%31.71

CMYK color model

#665E5B color CMYK value is (0,8,11,60).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 10.78%
  • key color value is 60.00%

CMYK: (0,8,11,60)
C0M8Y11K60 (0%, 8%, 11%, 60%)
(0.00 / 0.08 / 0.11 / 0.60)

CMYK percentages

%0
%7.84
%10.78
%60

Codes

Color #665E5B in popluar color models

66 5E 5B
RGB 102 94 91
HSL 16° 5.70% 37.84%
HSB/HSV 16° 10.78% 40.00%
CMYK 0.00% 7.84% 10.78%
60.00%

Color #665E5B in popluar number systems.

HEX 66 5E 5B
Decimal 102 94 91
Binary 1100110 1011110 1011011
Octal 146 136 133

Shades and tints

Shades of #665E5B

#665E5B
(102,94,91)
#5D5653
(93,86,83)
#544E4B
(84,78,75)
#4B4643
(75,70,67)
#423E3B
(66,62,59)
#393633
(57,54,51)
#302E2B
(48,46,43)
#272623
(39,38,35)
#1E1E1B
(30,30,27)
#151613
(21,22,19)
#0C0E0B
(12,14,11)
#000000
(0,0,0)

Tints of #665E5B

#665E5B
(102,94,91)
#736C69
(115,108,105)
#807A77
(128,122,119)
#8D8885
(141,136,133)
#9A9693
(154,150,147)
#A7A4A1
(167,164,161)
#B4B2AF
(180,178,175)
#C1C0BD
(193,192,189)
#CECECB
(206,206,203)
#DBDCD9
(219,220,217)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665E5B color. Also use rgb(102,94,91) instead hex code.

Text Font Color

.myTextColor { color: #665E5B; }

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

This text font color is #665E5B.

Background Color

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

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

This div background color is #665E5B.

Border color

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

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

This div border color is #665E5B.

Opacity

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

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

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

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

This text has shadow with #665E5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665E5B.

Preview

Color preview on black background

This text has color #665E5B on black background.


Color preview on white background

This text has color #665E5B on white background.


Black color preview on #665E5B background

This text has black color on #665E5B background.


White color preview on #665E5B background

This text has white color on #665E5B background.


Related colors

Complementary color

Complementary color for #hex is #99A1A4.


I love getcolorcode.com

Triadic colors

1 #5B665E and #5E5B66 with #665E5B are triadic colors.

2 #5B5E66 and #5E665B with #665E5B are triadic colors.