COLOR #665339

HEX: #665339
RGB: (102,83,57)

Color info

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

RGB color model

#665339 color RGB value is (102,83,57).

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

RGB channels and saturation

R 102 of 255 = 40%
G 83 of 255 = 33%
B 57 of 255 = 22%

102
83
57

R + G + B ~ 32%. #665339 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 83 + 57 = 242 (100%)
R 102 of 242 ~ 42.15%
G 83 of 242 ~ 34.3%
B 57 of 242 ~ 23.55%

%42.15
%34.3
%23.55

CMYK color model

#665339 color CMYK value is (0,19,44,60).

  • cyan value is 0.00%
  • magenta value is 18.63%
  • yellow value is 44.12%
  • key color value is 60.00%
CMYK:
(0,19,44,60)
C0M19Y44K60 
(0%,19%,44%,60%)
(0.00/0.19/0.44/0.60)	

CMYK percentages

%0
%18.63
%44.12
%60

Codes

Color #665339 in popluar color models

665339
RGB1028357
HSL35°28.30%31.18%
HSB/HSV35°44.12%40.00%
CMYK0.00%18.63%44.12%
60.00%

Color #665339 in popluar number systems.

HEX665339
Decimal1028357
Binary11001101010011111001
Octal14612371

Shades and tints

Shades of #665339

#665339
(102,83,57)
#5D4C34
(93,76,52)
#54452F
(84,69,47)
#4B3E2A
(75,62,42)
#423725
(66,55,37)
#393020
(57,48,32)
#30291B
(48,41,27)
#272216
(39,34,22)
#1E1B11
(30,27,17)
#15140C
(21,20,12)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #665339

#665339
(102,83,57)
#73624B
(115,98,75)
#80715D
(128,113,93)
#8D806F
(141,128,111)
#9A8F81
(154,143,129)
#A79E93
(167,158,147)
#B4ADA5
(180,173,165)
#C1BCB7
(193,188,183)
#CECBC9
(206,203,201)
#DBDADB
(219,218,219)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665339; }

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

This text font color is #665339.


Background Color

.myBgColor { background-color: #665339; }

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

This div background color is #665339.


Border color

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

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

This div border color is #665339.


Opacity

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

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

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

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

This text has shadow with #665339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665339 on black background.


Color preview on white background

This text has color #665339 on white background.



Black color preview on #665339 background

This text has black color on #665339 background.


White color preview on #665339 background

This text has white color on #665339 background.