COLOR #665D3D

HEX: #665D3D
RGB: (102,93,61)

Color info

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

RGB color model

#665D3D color RGB value is (102,93,61).

  • red value is 102;
  • green value is 93;
  • blue value is 61.
RGB:
(102,93,61)
(40%,36%,24%)

RGB channels and saturation

R 102 of 255 = 40%
G 93 of 255 = 36%
B 61 of 255 = 24%

102
93
61

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

Portions of RGB colors in percentages

R + G + B =
102 + 93 + 61 = 256 (100%)
R 102 of 256 ~ 39.84%
G 93 of 256 ~ 36.33%
B 61 of 256 ~ 23.83%

%39.84
%36.33
%23.83

CMYK color model

#665D3D color CMYK value is (0,9,40,60).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 40.20%
  • key color value is 60.00%
CMYK:
(0,9,40,60)
C0M9Y40K60 
(0%,9%,40%,60%)
(0.00/0.09/0.40/0.60)	

CMYK percentages

%0
%8.82
%40.2
%60

Codes

Color #665D3D in popluar color models

665D3D
RGB1029361
HSL47°25.15%31.96%
HSB/HSV47°40.20%40.00%
CMYK0.00%8.82%40.20%
60.00%

Color #665D3D in popluar number systems.

HEX665D3D
Decimal1029361
Binary11001101011101111101
Octal14613575

Shades and tints

Shades of #665D3D

#665D3D
(102,93,61)
#5D5538
(93,85,56)
#544D33
(84,77,51)
#4B452E
(75,69,46)
#423D29
(66,61,41)
#393524
(57,53,36)
#302D1F
(48,45,31)
#27251A
(39,37,26)
#1E1D15
(30,29,21)
#151510
(21,21,16)
#0C0D0B
(12,13,11)
#000000
(0,0,0)

Tints of #665D3D

#665D3D
(102,93,61)
#736B4E
(115,107,78)
#80795F
(128,121,95)
#8D8770
(141,135,112)
#9A9581
(154,149,129)
#A7A392
(167,163,146)
#B4B1A3
(180,177,163)
#C1BFB4
(193,191,180)
#CECDC5
(206,205,197)
#DBDBD6
(219,219,214)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665D3D color. Also use rgb(102,93,61) instead hex code.

Text Font Color

.myTextColor { color: #665D3D; }

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

This text font color is #665D3D.


Background Color

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

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

This div background color is #665D3D.


Border color

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

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

This div border color is #665D3D.


Opacity

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

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

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

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

This text has shadow with #665D3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665D3D on black background.


Color preview on white background

This text has color #665D3D on white background.



Black color preview on #665D3D background

This text has black color on #665D3D background.


White color preview on #665D3D background

This text has white color on #665D3D background.