COLOR #665C48

HEX: #665C48
RGB: (102,92,72)

Color info

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

RGB color model

#665C48 color RGB value is (102,92,72).

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

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 72 of 255 = 28%

102
92
72

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

Portions of RGB colors in percentages

R + G + B =
102 + 92 + 72 = 266 (100%)
R 102 of 266 ~ 38.35%
G 92 of 266 ~ 34.59%
B 72 of 266 ~ 27.07%

%38.35
%34.59
%27.07

CMYK color model

#665C48 color CMYK value is (0,10,29,60).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 29.41%
  • key color value is 60.00%
CMYK:
(0,10,29,60)
C0M10Y29K60 
(0%,10%,29%,60%)
(0.00/0.10/0.29/0.60)	

CMYK percentages

%0
%9.8
%29.41
%60

Codes

Color #665C48 in popluar color models

665C48
RGB1029272
HSL40°17.24%34.12%
HSB/HSV40°29.41%40.00%
CMYK0.00%9.80%29.41%
60.00%

Color #665C48 in popluar number systems.

HEX665C48
Decimal1029272
Binary110011010111001001000
Octal146134110

Shades and tints

Shades of #665C48

#665C48
(102,92,72)
#5D5442
(93,84,66)
#544C3C
(84,76,60)
#4B4436
(75,68,54)
#423C30
(66,60,48)
#39342A
(57,52,42)
#302C24
(48,44,36)
#27241E
(39,36,30)
#1E1C18
(30,28,24)
#151412
(21,20,18)
#0C0C0C
(12,12,12)
#000000
(0,0,0)

Tints of #665C48

#665C48
(102,92,72)
#736A58
(115,106,88)
#807868
(128,120,104)
#8D8678
(141,134,120)
#9A9488
(154,148,136)
#A7A298
(167,162,152)
#B4B0A8
(180,176,168)
#C1BEB8
(193,190,184)
#CECCC8
(206,204,200)
#DBDAD8
(219,218,216)
#E8E8E8
(232,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C48; }

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

This text font color is #665C48.


Background Color

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

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

This div background color is #665C48.


Border color

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

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

This div border color is #665C48.


Opacity

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

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

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

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

This text has shadow with #665C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665C48 on black background.


Color preview on white background

This text has color #665C48 on white background.



Black color preview on #665C48 background

This text has black color on #665C48 background.


White color preview on #665C48 background

This text has white color on #665C48 background.