COLOR #665D38

HEX: #665D38
RGB: (102,93,56)

Color info

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

RGB color model

#665D38 color RGB value is (102,93,56).

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

RGB channels and saturation

R 102 of 255 = 40%
G 93 of 255 = 36%
B 56 of 255 = 22%

102
93
56

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

Portions of RGB colors in percentages

R + G + B =
102 + 93 + 56 = 251 (100%)
R 102 of 251 ~ 40.64%
G 93 of 251 ~ 37.05%
B 56 of 251 ~ 22.31%

%40.64
%37.05
%22.31

CMYK color model

#665D38 color CMYK value is (0,9,45,60).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 45.10%
  • key color value is 60.00%
CMYK:
(0,9,45,60)
C0M9Y45K60 
(0%,9%,45%,60%)
(0.00/0.09/0.45/0.60)	

CMYK percentages

%0
%8.82
%45.1
%60

Codes

Color #665D38 in popluar color models

665D38
RGB1029356
HSL48°29.11%30.98%
HSB/HSV48°45.10%40.00%
CMYK0.00%8.82%45.10%
60.00%

Color #665D38 in popluar number systems.

HEX665D38
Decimal1029356
Binary11001101011101111000
Octal14613570

Shades and tints

Shades of #665D38

#665D38
(102,93,56)
#5D5533
(93,85,51)
#544D2E
(84,77,46)
#4B4529
(75,69,41)
#423D24
(66,61,36)
#39351F
(57,53,31)
#302D1A
(48,45,26)
#272515
(39,37,21)
#1E1D10
(30,29,16)
#15150B
(21,21,11)
#0C0D06
(12,13,6)
#000000
(0,0,0)

Tints of #665D38

#665D38
(102,93,56)
#736B4A
(115,107,74)
#80795C
(128,121,92)
#8D876E
(141,135,110)
#9A9580
(154,149,128)
#A7A392
(167,163,146)
#B4B1A4
(180,177,164)
#C1BFB6
(193,191,182)
#CECDC8
(206,205,200)
#DBDBDA
(219,219,218)
#E8E9EC
(232,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665D38; }

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

This text font color is #665D38.


Background Color

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

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

This div background color is #665D38.


Border color

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

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

This div border color is #665D38.


Opacity

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

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

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

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

This text has shadow with #665D38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665D38 on black background.


Color preview on white background

This text has color #665D38 on white background.



Black color preview on #665D38 background

This text has black color on #665D38 background.


White color preview on #665D38 background

This text has white color on #665D38 background.