COLOR #665D1E

HEX: #665D1E
RGB: (102,93,30)

Color info

#665D1E contains mainly red and green colors. Web safe color of #665D1E is #666633 (or #663).

RGB color model

#665D1E color RGB value is (102,93,30).

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

RGB channels and saturation

R 102 of 255 = 40%
G 93 of 255 = 36%
B 30 of 255 = 12%

102
93
30

R + G + B ~ 29%. #665D1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 93 + 30 = 225 (100%)
R 102 of 225 ~ 45.33%
G 93 of 225 ~ 41.33%
B 30 of 225 ~ 13.33%

%45.33
%41.33
%13.33

CMYK color model

#665D1E color CMYK value is (0,9,71,60).

  • cyan value is 0.00%
  • magenta value is 8.82%
  • yellow value is 70.59%
  • key color value is 60.00%
CMYK:
(0,9,71,60)
C0M9Y71K60 
(0%,9%,71%,60%)
(0.00/0.09/0.71/0.60)	

CMYK percentages

%0
%8.82
%70.59
%60

Codes

Color #665D1E in popluar color models

665D1E
RGB1029330
HSL53°54.55%25.88%
HSB/HSV53°70.59%40.00%
CMYK0.00%8.82%70.59%
60.00%

Color #665D1E in popluar number systems.

HEX665D1E
Decimal1029330
Binary1100110101110111110
Octal14613536

Shades and tints

Shades of #665D1E

#665D1E
(102,93,30)
#5D551C
(93,85,28)
#544D1A
(84,77,26)
#4B4518
(75,69,24)
#423D16
(66,61,22)
#393514
(57,53,20)
#302D12
(48,45,18)
#272510
(39,37,16)
#1E1D0E
(30,29,14)
#15150C
(21,21,12)
#0C0D0A
(12,13,10)
#000000
(0,0,0)

Tints of #665D1E

#665D1E
(102,93,30)
#736B32
(115,107,50)
#807946
(128,121,70)
#8D875A
(141,135,90)
#9A956E
(154,149,110)
#A7A382
(167,163,130)
#B4B196
(180,177,150)
#C1BFAA
(193,191,170)
#CECDBE
(206,205,190)
#DBDBD2
(219,219,210)
#E8E9E6
(232,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665D1E; }

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

This text font color is #665D1E.


Background Color

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

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

This div background color is #665D1E.


Border color

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

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

This div border color is #665D1E.


Opacity

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

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

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

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

This text has shadow with #665D1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665D1E on black background.


Color preview on white background

This text has color #665D1E on white background.



Black color preview on #665D1E background

This text has black color on #665D1E background.


White color preview on #665D1E background

This text has white color on #665D1E background.