COLOR #666963

HEX: #666963
RGB: (102,105,99)

Color info

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

RGB color model

#666963 color RGB value is (102,105,99).

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

RGB channels and saturation

R 102 of 255 = 40%
G 105 of 255 = 41%
B 99 of 255 = 39%

102
105
99

R + G + B ~ 40%. #666963 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 105 + 99 = 306 (100%)
R 102 of 306 ~ 33.33%
G 105 of 306 ~ 34.31%
B 99 of 306 ~ 32.35%

%33.33
%34.31
%32.35

CMYK color model

#666963 color CMYK value is (3,0,6,59).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK:
(3,0,6,59)
C3M0Y6K59 
(3%,0%,6%,59%)
(0.03/0.00/0.06/0.59)	

CMYK percentages

%2.86
%0
%5.71
%58.82

Codes

Color #666963 in popluar color models

666963
RGB10210599
HSL90°2.94%40.00%
HSB/HSV90°5.71%41.18%
CMYK2.86%0.00%5.71%
58.82%

Color #666963 in popluar number systems.

HEX666963
Decimal10210599
Binary110011011010011100011
Octal146151143

Shades and tints

Shades of #666963

#666963
(102,105,99)
#5D605A
(93,96,90)
#545751
(84,87,81)
#4B4E48
(75,78,72)
#42453F
(66,69,63)
#393C36
(57,60,54)
#30332D
(48,51,45)
#272A24
(39,42,36)
#1E211B
(30,33,27)
#151812
(21,24,18)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #666963

#666963
(102,105,99)
#737671
(115,118,113)
#80837F
(128,131,127)
#8D908D
(141,144,141)
#9A9D9B
(154,157,155)
#A7AAA9
(167,170,169)
#B4B7B7
(180,183,183)
#C1C4C5
(193,196,197)
#CED1D3
(206,209,211)
#DBDEE1
(219,222,225)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666963; }

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

This text font color is #666963.


Background Color

.myBgColor { background-color: #666963; }

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

This div background color is #666963.


Border color

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

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

This div border color is #666963.


Opacity

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

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

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

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

This text has shadow with #666963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666963 on black background.


Color preview on white background

This text has color #666963 on white background.



Black color preview on #666963 background

This text has black color on #666963 background.


White color preview on #666963 background

This text has white color on #666963 background.