COLOR #665F42

HEX: #665F42
RGB: (102,95,66)

Color info

#665F42 contains red, green and blue colors in about the same proportion. Web safe color of #665F42 is #666633 (or #663).

RGB color model

#665F42 color RGB value is (102,95,66).

  • red value is 102;
  • green value is 95;
  • blue value is 66.
RGB:
(102,95,66)
(40%,37%,26%)

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 66 of 255 = 26%

102
95
66

R + G + B ~ 34%. #665F42 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 95 + 66 = 263 (100%)
R 102 of 263 ~ 38.78%
G 95 of 263 ~ 36.12%
B 66 of 263 ~ 25.1%

%38.78
%36.12
%25.1

CMYK color model

#665F42 color CMYK value is (0,7,35,60).

  • cyan value is 0.00%
  • magenta value is 6.86%
  • yellow value is 35.29%
  • key color value is 60.00%
CMYK:
(0,7,35,60)
C0M7Y35K60 
(0%,7%,35%,60%)
(0.00/0.07/0.35/0.60)	

CMYK percentages

%0
%6.86
%35.29
%60

Codes

Color #665F42 in popluar color models

665F42
RGB1029566
HSL48°21.43%32.94%
HSB/HSV48°35.29%40.00%
CMYK0.00%6.86%35.29%
60.00%

Color #665F42 in popluar number systems.

HEX665F42
Decimal1029566
Binary110011010111111000010
Octal146137102

Shades and tints

Shades of #665F42

#665F42
(102,95,66)
#5D573C
(93,87,60)
#544F36
(84,79,54)
#4B4730
(75,71,48)
#423F2A
(66,63,42)
#393724
(57,55,36)
#302F1E
(48,47,30)
#272718
(39,39,24)
#1E1F12
(30,31,18)
#15170C
(21,23,12)
#0C0F06
(12,15,6)
#000000
(0,0,0)

Tints of #665F42

#665F42
(102,95,66)
#736D53
(115,109,83)
#807B64
(128,123,100)
#8D8975
(141,137,117)
#9A9786
(154,151,134)
#A7A597
(167,165,151)
#B4B3A8
(180,179,168)
#C1C1B9
(193,193,185)
#CECFCA
(206,207,202)
#DBDDDB
(219,221,219)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665F42; }

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

This text font color is #665F42.


Background Color

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

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

This div background color is #665F42.


Border color

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

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

This div border color is #665F42.


Opacity

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

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

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

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

This text has shadow with #665F42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665F42 on black background.


Color preview on white background

This text has color #665F42 on white background.



Black color preview on #665F42 background

This text has black color on #665F42 background.


White color preview on #665F42 background

This text has white color on #665F42 background.