COLOR #665344

HEX: #665344
RGB: (102,83,68)

Color info

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

RGB color model

#665344 color RGB value is (102,83,68).

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

RGB channels and saturation

R 102 of 255 = 40%
G 83 of 255 = 33%
B 68 of 255 = 27%

102
83
68

R + G + B ~ 33%. #665344 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 83 + 68 = 253 (100%)
R 102 of 253 ~ 40.32%
G 83 of 253 ~ 32.81%
B 68 of 253 ~ 26.88%

%40.32
%32.81
%26.88

CMYK color model

#665344 color CMYK value is (0,19,33,60).

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 33.33%
  • key color value is 60.00%
CMYK:
(0,19,33,60)
C0M19Y33K60 
(0%,19%,33%,60%)
(0.00/0.19/0.33/0.60)	

CMYK percentages

%0
%18.63
%33.33
%60

Codes

Color #665344 in popluar color models

665344
RGB1028368
HSL26°20.00%33.33%
HSB/HSV26°33.33%40.00%
CMYK0.00%18.63%33.33%
60.00%

Color #665344 in popluar number systems.

HEX665344
Decimal1028368
Binary110011010100111000100
Octal146123104

Shades and tints

Shades of #665344

#665344
(102,83,68)
#5D4C3E
(93,76,62)
#544538
(84,69,56)
#4B3E32
(75,62,50)
#42372C
(66,55,44)
#393026
(57,48,38)
#302920
(48,41,32)
#27221A
(39,34,26)
#1E1B14
(30,27,20)
#15140E
(21,20,14)
#0C0D08
(12,13,8)
#000000
(0,0,0)

Tints of #665344

#665344
(102,83,68)
#736255
(115,98,85)
#807166
(128,113,102)
#8D8077
(141,128,119)
#9A8F88
(154,143,136)
#A79E99
(167,158,153)
#B4ADAA
(180,173,170)
#C1BCBB
(193,188,187)
#CECBCC
(206,203,204)
#DBDADD
(219,218,221)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665344; }

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

This text font color is #665344.


Background Color

.myBgColor { background-color: #665344; }

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

This div background color is #665344.


Border color

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

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

This div border color is #665344.


Opacity

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

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

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

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

This text has shadow with #665344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665344 on black background.


Color preview on white background

This text has color #665344 on white background.



Black color preview on #665344 background

This text has black color on #665344 background.


White color preview on #665344 background

This text has white color on #665344 background.