COLOR #665A3B

HEX: #665A3B
RGB: (102,90,59)

Color info

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

RGB color model

#665A3B color RGB value is (102,90,59).

  • red value is 102;
  • green value is 90;
  • blue value is 59.
RGB:
(102,90,59)
(40%,35%,23%)

RGB channels and saturation

R 102 of 255 = 40%
G 90 of 255 = 35%
B 59 of 255 = 23%

102
90
59

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

Portions of RGB colors in percentages

R + G + B =
102 + 90 + 59 = 251 (100%)
R 102 of 251 ~ 40.64%
G 90 of 251 ~ 35.86%
B 59 of 251 ~ 23.51%

%40.64
%35.86
%23.51

CMYK color model

#665A3B color CMYK value is (0,12,42,60).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 42.16%
  • key color value is 60.00%
CMYK:
(0,12,42,60)
C0M12Y42K60 
(0%,12%,42%,60%)
(0.00/0.12/0.42/0.60)	

CMYK percentages

%0
%11.76
%42.16
%60

Codes

Color #665A3B in popluar color models

665A3B
RGB1029059
HSL43°26.71%31.57%
HSB/HSV43°42.16%40.00%
CMYK0.00%11.76%42.16%
60.00%

Color #665A3B in popluar number systems.

HEX665A3B
Decimal1029059
Binary11001101011010111011
Octal14613273

Shades and tints

Shades of #665A3B

#665A3B
(102,90,59)
#5D5236
(93,82,54)
#544A31
(84,74,49)
#4B422C
(75,66,44)
#423A27
(66,58,39)
#393222
(57,50,34)
#302A1D
(48,42,29)
#272218
(39,34,24)
#1E1A13
(30,26,19)
#15120E
(21,18,14)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #665A3B

#665A3B
(102,90,59)
#73694C
(115,105,76)
#80785D
(128,120,93)
#8D876E
(141,135,110)
#9A967F
(154,150,127)
#A7A590
(167,165,144)
#B4B4A1
(180,180,161)
#C1C3B2
(193,195,178)
#CED2C3
(206,210,195)
#DBE1D4
(219,225,212)
#E8F0E5
(232,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665A3B color. Also use rgb(102,90,59) instead hex code.

Text Font Color

.myTextColor { color: #665A3B; }

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

This text font color is #665A3B.


Background Color

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

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

This div background color is #665A3B.


Border color

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

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

This div border color is #665A3B.


Opacity

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

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

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

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

This text has shadow with #665A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665A3B on black background.


Color preview on white background

This text has color #665A3B on white background.



Black color preview on #665A3B background

This text has black color on #665A3B background.


White color preview on #665A3B background

This text has white color on #665A3B background.