COLOR #665944

HEX: #665944
RGB: (102,89,68)

Color info

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

RGB color model

#665944 color RGB value is (102,89,68).

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

RGB channels and saturation

R 102 of 255 = 40%
G 89 of 255 = 35%
B 68 of 255 = 27%

102
89
68

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

Portions of RGB colors in percentages

R + G + B =
102 + 89 + 68 = 259 (100%)
R 102 of 259 ~ 39.38%
G 89 of 259 ~ 34.36%
B 68 of 259 ~ 26.25%

%39.38
%34.36
%26.25

CMYK color model

#665944 color CMYK value is (0,13,33,60).

  • cyan value is 0.00%
  • magenta value is 12.75%
  • yellow value is 33.33%
  • key color value is 60.00%
CMYK:
(0,13,33,60)
C0M13Y33K60 
(0%,13%,33%,60%)
(0.00/0.13/0.33/0.60)	

CMYK percentages

%0
%12.75
%33.33
%60

Codes

Color #665944 in popluar color models

665944
RGB1028968
HSL37°20.00%33.33%
HSB/HSV37°33.33%40.00%
CMYK0.00%12.75%33.33%
60.00%

Color #665944 in popluar number systems.

HEX665944
Decimal1028968
Binary110011010110011000100
Octal146131104

Shades and tints

Shades of #665944

#665944
(102,89,68)
#5D513E
(93,81,62)
#544938
(84,73,56)
#4B4132
(75,65,50)
#42392C
(66,57,44)
#393126
(57,49,38)
#302920
(48,41,32)
#27211A
(39,33,26)
#1E1914
(30,25,20)
#15110E
(21,17,14)
#0C0908
(12,9,8)
#000000
(0,0,0)

Tints of #665944

#665944
(102,89,68)
#736855
(115,104,85)
#807766
(128,119,102)
#8D8677
(141,134,119)
#9A9588
(154,149,136)
#A7A499
(167,164,153)
#B4B3AA
(180,179,170)
#C1C2BB
(193,194,187)
#CED1CC
(206,209,204)
#DBE0DD
(219,224,221)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665944; }

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

This text font color is #665944.


Background Color

.myBgColor { background-color: #665944; }

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

This div background color is #665944.


Border color

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

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

This div border color is #665944.


Opacity

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

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

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

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

This text has shadow with #665944 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665944 on black background.


Color preview on white background

This text has color #665944 on white background.



Black color preview on #665944 background

This text has black color on #665944 background.


White color preview on #665944 background

This text has white color on #665944 background.