COLOR #665C47

HEX: #665C47
RGB: (102,92,71)

Color info

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

RGB color model

#665C47 color RGB value is (102,92,71).

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

RGB channels and saturation

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

102
92
71

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

Portions of RGB colors in percentages

R + G + B =
102 + 92 + 71 = 265 (100%)
R 102 of 265 ~ 38.49%
G 92 of 265 ~ 34.72%
B 71 of 265 ~ 26.79%

%38.49
%34.72
%26.79

CMYK color model

#665C47 color CMYK value is (0,10,30,60).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 30.39%
  • key color value is 60.00%
CMYK:
(0,10,30,60)
C0M10Y30K60 
(0%,10%,30%,60%)
(0.00/0.10/0.30/0.60)	

CMYK percentages

%0
%9.8
%30.39
%60

Codes

Color #665C47 in popluar color models

665C47
RGB1029271
HSL41°17.92%33.92%
HSB/HSV41°30.39%40.00%
CMYK0.00%9.80%30.39%
60.00%

Color #665C47 in popluar number systems.

HEX665C47
Decimal1029271
Binary110011010111001000111
Octal146134107

Shades and tints

Shades of #665C47

#665C47
(102,92,71)
#5D5441
(93,84,65)
#544C3B
(84,76,59)
#4B4435
(75,68,53)
#423C2F
(66,60,47)
#393429
(57,52,41)
#302C23
(48,44,35)
#27241D
(39,36,29)
#1E1C17
(30,28,23)
#151411
(21,20,17)
#0C0C0B
(12,12,11)
#000000
(0,0,0)

Tints of #665C47

#665C47
(102,92,71)
#736A57
(115,106,87)
#807867
(128,120,103)
#8D8677
(141,134,119)
#9A9487
(154,148,135)
#A7A297
(167,162,151)
#B4B0A7
(180,176,167)
#C1BEB7
(193,190,183)
#CECCC7
(206,204,199)
#DBDAD7
(219,218,215)
#E8E8E7
(232,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C47; }

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

This text font color is #665C47.


Background Color

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

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

This div background color is #665C47.


Border color

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

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

This div border color is #665C47.


Opacity

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

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

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

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

This text has shadow with #665C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665C47 on black background.


Color preview on white background

This text has color #665C47 on white background.



Black color preview on #665C47 background

This text has black color on #665C47 background.


White color preview on #665C47 background

This text has white color on #665C47 background.