COLOR #665950

HEX: #665950
RGB: (102,89,80)

Color info

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

RGB color model

#665950 color RGB value is (102,89,80).

  • red value is 102;
  • green value is 89;
  • blue value is 80.
RGB:
(102,89,80)
(40%,35%,31%)

RGB channels and saturation

R 102 of 255 = 40%
G 89 of 255 = 35%
B 80 of 255 = 31%

102
89
80

R + G + B ~ 35%. #665950 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 89 + 80 = 271 (100%)
R 102 of 271 ~ 37.64%
G 89 of 271 ~ 32.84%
B 80 of 271 ~ 29.52%

%37.64
%32.84
%29.52

CMYK color model

#665950 color CMYK value is (0,13,22,60).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 21.57%
  • key color value is 60.00%
CMYK:
(0,13,22,60)
C0M13Y22K60 
(0%,13%,22%,60%)
(0.00/0.13/0.22/0.60)	

CMYK percentages

%0
%12.75
%21.57
%60

Codes

Color #665950 in popluar color models

665950
RGB1028980
HSL25°12.09%35.69%
HSB/HSV25°21.57%40.00%
CMYK0.00%12.75%21.57%
60.00%

Color #665950 in popluar number systems.

HEX665950
Decimal1028980
Binary110011010110011010000
Octal146131120

Shades and tints

Shades of #665950

#665950
(102,89,80)
#5D5149
(93,81,73)
#544942
(84,73,66)
#4B413B
(75,65,59)
#423934
(66,57,52)
#39312D
(57,49,45)
#302926
(48,41,38)
#27211F
(39,33,31)
#1E1918
(30,25,24)
#151111
(21,17,17)
#0C090A
(12,9,10)
#000000
(0,0,0)

Tints of #665950

#665950
(102,89,80)
#73685F
(115,104,95)
#80776E
(128,119,110)
#8D867D
(141,134,125)
#9A958C
(154,149,140)
#A7A49B
(167,164,155)
#B4B3AA
(180,179,170)
#C1C2B9
(193,194,185)
#CED1C8
(206,209,200)
#DBE0D7
(219,224,215)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665950; }

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

This text font color is #665950.


Background Color

.myBgColor { background-color: #665950; }

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

This div background color is #665950.


Border color

.myBorderColor { border: 1px solid #665950; }

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

This div border color is #665950.


Opacity

.myOpacity80 { color: #665950; opacity: 0.8; }

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

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

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

This text has shadow with #665950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665950 on black background.


Color preview on white background

This text has color #665950 on white background.



Black color preview on #665950 background

This text has black color on #665950 background.


White color preview on #665950 background

This text has white color on #665950 background.