COLOR #665E4D

HEX: #665E4D
RGB: (102,94,77)

Color info

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

RGB color model

#665E4D color RGB value is (102,94,77).

  • red value is 102;
  • green value is 94;
  • blue value is 77.
RGB:
(102,94,77)
(40%,37%,30%)

RGB channels and saturation

R 102 of 255 = 40%
G 94 of 255 = 37%
B 77 of 255 = 30%

102
94
77

R + G + B ~ 36%. #665E4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 94 + 77 = 273 (100%)
R 102 of 273 ~ 37.36%
G 94 of 273 ~ 34.43%
B 77 of 273 ~ 28.21%

%37.36
%34.43
%28.21

CMYK color model

#665E4D color CMYK value is (0,8,25,60).

  • cyan value is 0.00%
  • magenta value is 7.84%
  • yellow value is 24.51%
  • key color value is 60.00%
CMYK:
(0,8,25,60)
C0M8Y25K60 
(0%,8%,25%,60%)
(0.00/0.08/0.25/0.60)	

CMYK percentages

%0
%7.84
%24.51
%60

Codes

Color #665E4D in popluar color models

665E4D
RGB1029477
HSL41°13.97%35.10%
HSB/HSV41°24.51%40.00%
CMYK0.00%7.84%24.51%
60.00%

Color #665E4D in popluar number systems.

HEX665E4D
Decimal1029477
Binary110011010111101001101
Octal146136115

Shades and tints

Shades of #665E4D

#665E4D
(102,94,77)
#5D5646
(93,86,70)
#544E3F
(84,78,63)
#4B4638
(75,70,56)
#423E31
(66,62,49)
#39362A
(57,54,42)
#302E23
(48,46,35)
#27261C
(39,38,28)
#1E1E15
(30,30,21)
#15160E
(21,22,14)
#0C0E07
(12,14,7)
#000000
(0,0,0)

Tints of #665E4D

#665E4D
(102,94,77)
#736C5D
(115,108,93)
#807A6D
(128,122,109)
#8D887D
(141,136,125)
#9A968D
(154,150,141)
#A7A49D
(167,164,157)
#B4B2AD
(180,178,173)
#C1C0BD
(193,192,189)
#CECECD
(206,206,205)
#DBDCDD
(219,220,221)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665E4D color. Also use rgb(102,94,77) instead hex code.

Text Font Color

.myTextColor { color: #665E4D; }

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

This text font color is #665E4D.


Background Color

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

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

This div background color is #665E4D.


Border color

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

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

This div border color is #665E4D.


Opacity

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

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

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

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

This text has shadow with #665E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665E4D on black background.


Color preview on white background

This text has color #665E4D on white background.



Black color preview on #665E4D background

This text has black color on #665E4D background.


White color preview on #665E4D background

This text has white color on #665E4D background.