COLOR #665E54

HEX: #665E54 RGB: (102,94,84)

Color info

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

RGB color model

#665E54 color RGB value is (102,94,84).

RGB: (102,94,84) (40%, 37%, 33%)

RGB channels and saturation

R 102 of 255 = 40%
G 94 of 255 = 37%
B 84 of 255 = 33%

102
94
84

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

Portions of RGB colors in percentages

R + G + B = 102 + 94 + 84 = 280 (100%)
R 102 of 280 ~ 36.43%
G 94 of 280 ~ 33.57%
B 84 of 280 ~ 30'%

%36.43
%33.57
%30

CMYK color model

#665E54 color CMYK value is (0,8,18,60).

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

CMYK: (0,8,18,60)
C0M8Y18K60 (0%, 8%, 18%, 60%)
(0.00 / 0.08 / 0.18 / 0.60)

CMYK percentages

%0
%7.84
%17.65
%60

Codes

Color #665E54 in popluar color models

66 5E 54
RGB 102 94 84
HSL 33° 9.68% 36.47%
HSB/HSV 33° 17.65% 40.00%
CMYK 0.00% 7.84% 17.65%
60.00%

Color #665E54 in popluar number systems.

HEX 66 5E 54
Decimal 102 94 84
Binary 1100110 1011110 1010100
Octal 146 136 124

Shades and tints

Shades of #665E54

#665E54
(102,94,84)
#5D564D
(93,86,77)
#544E46
(84,78,70)
#4B463F
(75,70,63)
#423E38
(66,62,56)
#393631
(57,54,49)
#302E2A
(48,46,42)
#272623
(39,38,35)
#1E1E1C
(30,30,28)
#151615
(21,22,21)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #665E54

#665E54
(102,94,84)
#736C63
(115,108,99)
#807A72
(128,122,114)
#8D8881
(141,136,129)
#9A9690
(154,150,144)
#A7A49F
(167,164,159)
#B4B2AE
(180,178,174)
#C1C0BD
(193,192,189)
#CECECC
(206,206,204)
#DBDCDB
(219,220,219)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665E54; }

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

This text font color is #665E54.

Background Color

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

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

This div background color is #665E54.

Border color

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

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

This div border color is #665E54.

Opacity

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

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

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

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

This text has shadow with #665E54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665E54.

Preview

Color preview on black background

This text has color #665E54 on black background.


Color preview on white background

This text has color #665E54 on white background.


Black color preview on #665E54 background

This text has black color on #665E54 background.


White color preview on #665E54 background

This text has white color on #665E54 background.


Related colors

Complementary color

Complementary color for #hex is #99A1AB.


I love getcolorcode.com

Triadic colors

1 #54665E and #5E5466 with #665E54 are triadic colors.

2 #545E66 and #5E6654 with #665E54 are triadic colors.