COLOR #665F50

HEX: #665F50 RGB: (102,95,80)

Color info

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

RGB color model

#665F50 color RGB value is (102,95,80).

RGB: (102,95,80) (40%, 37%, 31%)

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 80 of 255 = 31%

102
95
80

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

Portions of RGB colors in percentages

R + G + B = 102 + 95 + 80 = 277 (100%)
R 102 of 277 ~ 36.82%
G 95 of 277 ~ 34.3%
B 80 of 277 ~ 28.88'%

%36.82
%34.3
%28.88

CMYK color model

#665F50 color CMYK value is (0,7,22,60).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 21.57%
  • key color value is 60.00%

CMYK: (0,7,22,60)
C0M7Y22K60 (0%, 7%, 22%, 60%)
(0.00 / 0.07 / 0.22 / 0.60)

CMYK percentages

%0
%6.86
%21.57
%60

Codes

Color #665F50 in popluar color models

66 5F 50
RGB 102 95 80
HSL 41° 12.09% 35.69%
HSB/HSV 41° 21.57% 40.00%
CMYK 0.00% 6.86% 21.57%
60.00%

Color #665F50 in popluar number systems.

HEX 66 5F 50
Decimal 102 95 80
Binary 1100110 1011111 1010000
Octal 146 137 120

Shades and tints

Shades of #665F50

#665F50
(102,95,80)
#5D5749
(93,87,73)
#544F42
(84,79,66)
#4B473B
(75,71,59)
#423F34
(66,63,52)
#39372D
(57,55,45)
#302F26
(48,47,38)
#27271F
(39,39,31)
#1E1F18
(30,31,24)
#151711
(21,23,17)
#0C0F0A
(12,15,10)
#000000
(0,0,0)

Tints of #665F50

#665F50
(102,95,80)
#736D5F
(115,109,95)
#807B6E
(128,123,110)
#8D897D
(141,137,125)
#9A978C
(154,151,140)
#A7A59B
(167,165,155)
#B4B3AA
(180,179,170)
#C1C1B9
(193,193,185)
#CECFC8
(206,207,200)
#DBDDD7
(219,221,215)
#E8EBE6
(232,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665F50 color. Also use rgb(102,95,80) instead hex code.

Text Font Color

.myTextColor { color: #665F50; }

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

This text font color is #665F50.

Background Color

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

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

This div background color is #665F50.

Border color

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

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

This div border color is #665F50.

Opacity

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

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

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

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

This text has shadow with #665F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665F50.

Preview

Color preview on black background

This text has color #665F50 on black background.


Color preview on white background

This text has color #665F50 on white background.


Black color preview on #665F50 background

This text has black color on #665F50 background.


White color preview on #665F50 background

This text has white color on #665F50 background.


Related colors

Complementary color

Complementary color for #hex is #99A0AF.


I love getcolorcode.com

Triadic colors

1 #50665F and #5F5066 with #665F50 are triadic colors.

2 #505F66 and #5F6650 with #665F50 are triadic colors.