COLOR #665C40

HEX: #665C40
RGB: (102,92,64)

Color info

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

RGB color model

#665C40 color RGB value is (102,92,64).

  • red value is 102;
  • green value is 92;
  • blue value is 64.
RGB:
(102,92,64)
(40%,36%,25%)

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 64 of 255 = 25%

102
92
64

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

Portions of RGB colors in percentages

R + G + B =
102 + 92 + 64 = 258 (100%)
R 102 of 258 ~ 39.53%
G 92 of 258 ~ 35.66%
B 64 of 258 ~ 24.81%

%39.53
%35.66
%24.81

CMYK color model

#665C40 color CMYK value is (0,10,37,60).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 37.25%
  • key color value is 60.00%
CMYK:
(0,10,37,60)
C0M10Y37K60 
(0%,10%,37%,60%)
(0.00/0.10/0.37/0.60)	

CMYK percentages

%0
%9.8
%37.25
%60

Codes

Color #665C40 in popluar color models

665C40
RGB1029264
HSL44°22.89%32.55%
HSB/HSV44°37.25%40.00%
CMYK0.00%9.80%37.25%
60.00%

Color #665C40 in popluar number systems.

HEX665C40
Decimal1029264
Binary110011010111001000000
Octal146134100

Shades and tints

Shades of #665C40

#665C40
(102,92,64)
#5D543B
(93,84,59)
#544C36
(84,76,54)
#4B4431
(75,68,49)
#423C2C
(66,60,44)
#393427
(57,52,39)
#302C22
(48,44,34)
#27241D
(39,36,29)
#1E1C18
(30,28,24)
#151413
(21,20,19)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #665C40

#665C40
(102,92,64)
#736A51
(115,106,81)
#807862
(128,120,98)
#8D8673
(141,134,115)
#9A9484
(154,148,132)
#A7A295
(167,162,149)
#B4B0A6
(180,176,166)
#C1BEB7
(193,190,183)
#CECCC8
(206,204,200)
#DBDAD9
(219,218,217)
#E8E8EA
(232,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665C40 color. Also use rgb(102,92,64) instead hex code.

Text Font Color

.myTextColor { color: #665C40; }

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

This text font color is #665C40.


Background Color

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

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

This div background color is #665C40.


Border color

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

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

This div border color is #665C40.


Opacity

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

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

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

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

This text has shadow with #665C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665C40 on black background.


Color preview on white background

This text has color #665C40 on white background.



Black color preview on #665C40 background

This text has black color on #665C40 background.


White color preview on #665C40 background

This text has white color on #665C40 background.