COLOR #666356

HEX: #666356
RGB: (102,99,86)

Color info

#666356 contains red, green and blue colors in about the same proportion. Web safe color of #666356 is #666666 (or #666).

RGB color model

#666356 color RGB value is (102,99,86).

  • red value is 102;
  • green value is 99;
  • blue value is 86.
RGB:
(102,99,86)
(40%,39%,34%)

RGB channels and saturation

R 102 of 255 = 40%
G 99 of 255 = 39%
B 86 of 255 = 34%

102
99
86

R + G + B ~ 38%. #666356 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
102 + 99 + 86 = 287 (100%)
R 102 of 287 ~ 35.54%
G 99 of 287 ~ 34.49%
B 86 of 287 ~ 29.97%

%35.54
%34.49
%29.97

CMYK color model

#666356 color CMYK value is (0,3,16,60).

  • cyan value is 0.00%
  • magenta value is 2.94%
  • yellow value is 15.69%
  • key color value is 60.00%
CMYK:
(0,3,16,60)
C0M3Y16K60 
(0%,3%,16%,60%)
(0.00/0.03/0.16/0.60)	

CMYK percentages

%0
%2.94
%15.69
%60

Codes

Color #666356 in popluar color models

666356
RGB1029986
HSL49°8.51%36.86%
HSB/HSV49°15.69%40.00%
CMYK0.00%2.94%15.69%
60.00%

Color #666356 in popluar number systems.

HEX666356
Decimal1029986
Binary110011011000111010110
Octal146143126

Shades and tints

Shades of #666356

#666356
(102,99,86)
#5D5A4F
(93,90,79)
#545148
(84,81,72)
#4B4841
(75,72,65)
#423F3A
(66,63,58)
#393633
(57,54,51)
#302D2C
(48,45,44)
#272425
(39,36,37)
#1E1B1E
(30,27,30)
#151217
(21,18,23)
#0C0910
(12,9,16)
#000000
(0,0,0)

Tints of #666356

#666356
(102,99,86)
#737165
(115,113,101)
#807F74
(128,127,116)
#8D8D83
(141,141,131)
#9A9B92
(154,155,146)
#A7A9A1
(167,169,161)
#B4B7B0
(180,183,176)
#C1C5BF
(193,197,191)
#CED3CE
(206,211,206)
#DBE1DD
(219,225,221)
#E8EFEC
(232,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666356 color. Also use rgb(102,99,86) instead hex code.

Text Font Color

.myTextColor { color: #666356; }

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

This text font color is #666356.


Background Color

.myBgColor { background-color: #666356; }

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

This div background color is #666356.


Border color

.myBorderColor { border: 1px solid #666356; }

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

This div border color is #666356.


Opacity

.myOpacity80 { color: #666356; opacity: 0.8; }

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

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

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

This text has shadow with #666356 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666356 on black background.


Color preview on white background

This text has color #666356 on white background.



Black color preview on #666356 background

This text has black color on #666356 background.


White color preview on #666356 background

This text has white color on #666356 background.