COLOR #665D4E

HEX: #665D4E RGB: (102,93,78)

Color info

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

RGB color model

#665D4E color RGB value is (102,93,78).

RGB: (102,93,78) (40%, 36%, 31%)

RGB channels and saturation

R 102 of 255 = 40%
G 93 of 255 = 36%
B 78 of 255 = 31%

102
93
78

R + G + B ~ 36%. #665D4E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 93 + 78 = 273 (100%)
R 102 of 273 ~ 37.36%
G 93 of 273 ~ 34.07%
B 78 of 273 ~ 28.57'%

%37.36
%34.07
%28.57

CMYK color model

#665D4E color CMYK value is (0,9,24,60).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 23.53%
  • key color value is 60.00%
CMYK: (0,9,24,60) C0M9Y24K60 (0%,9%,24%,60%) (0.00/0.09/0.24/0.60) 

CMYK percentages

%0
%8.82
%23.53
%60

Codes

Color #665D4E in popluar color models

66 5D 4E
RGB 102 93 78
HSL 38° 13.33% 35.29%
HSB/HSV 38° 23.53% 40.00%
CMYK 0.00% 8.82% 23.53%
60.00%

Color #665D4E in popluar number systems.

HEX 66 5D 4E
Decimal 102 93 78
Binary 1100110 1011101 1001110
Octal 146 135 116

Shades and tints

Shades of #665D4E

#665D4E
(102,93,78)
#5D5547
(93,85,71)
#544D40
(84,77,64)
#4B4539
(75,69,57)
#423D32
(66,61,50)
#39352B
(57,53,43)
#302D24
(48,45,36)
#27251D
(39,37,29)
#1E1D16
(30,29,22)
#15150F
(21,21,15)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #665D4E

#665D4E
(102,93,78)
#736B5E
(115,107,94)
#80796E
(128,121,110)
#8D877E
(141,135,126)
#9A958E
(154,149,142)
#A7A39E
(167,163,158)
#B4B1AE
(180,177,174)
#C1BFBE
(193,191,190)
#CECDCE
(206,205,206)
#DBDBDE
(219,219,222)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665D4E color. Also use rgb(102,93,78) instead hex code.

Text Font Color

.myTextColor { color: #665D4E; }

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

This text font color is #665D4E.

Background Color

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

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

This div background color is #665D4E.

Border color

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

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

This div border color is #665D4E.

Opacity

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

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

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

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

This text has shadow with #665D4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665D4E.

Preview

Color preview on black background

This text has color #665D4E on black background.


Color preview on white background

This text has color #665D4E on white background.


Black color preview on #665D4E background

This text has black color on #665D4E background.


White color preview on #665D4E background

This text has white color on #665D4E background.


Related colors

Complementary color

Complementary color for #hex is #99A2B1.


I love getcolorcode.com

Triadic colors

1 #4E665D and #5D4E66 with #665D4E are triadic colors.

2 #4E5D66 and #5D664E with #665D4E are triadic colors.