COLOR #667963

HEX: #667963
RGB: (102,121,99)

Color info

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

RGB color model

#667963 color RGB value is (102,121,99).

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

RGB channels and saturation

R 102 of 255 = 40%
G 121 of 255 = 47%
B 99 of 255 = 39%

102
121
99

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

Portions of RGB colors in percentages

R + G + B =
102 + 121 + 99 = 322 (100%)
R 102 of 322 ~ 31.68%
G 121 of 322 ~ 37.58%
B 99 of 322 ~ 30.75%

%31.68
%37.58
%30.75

CMYK color model

#667963 color CMYK value is (16,0,18,53).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 52.55%
CMYK:
(16,0,18,53)
C16M0Y18K53 
(16%,0%,18%,53%)
(0.16/0.00/0.18/0.53)	

CMYK percentages

%15.7
%0
%18.18
%52.55

Codes

Color #667963 in popluar color models

667963
RGB10212199
HSL112°10.00%43.14%
HSB/HSV112°18.18%47.45%
CMYK15.70%0.00%18.18%
52.55%

Color #667963 in popluar number systems.

HEX667963
Decimal10212199
Binary110011011110011100011
Octal146171143

Shades and tints

Shades of #667963

#667963
(102,121,99)
#5D6E5A
(93,110,90)
#546351
(84,99,81)
#4B5848
(75,88,72)
#424D3F
(66,77,63)
#394236
(57,66,54)
#30372D
(48,55,45)
#272C24
(39,44,36)
#1E211B
(30,33,27)
#151612
(21,22,18)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #667963

#667963
(102,121,99)
#738571
(115,133,113)
#80917F
(128,145,127)
#8D9D8D
(141,157,141)
#9AA99B
(154,169,155)
#A7B5A9
(167,181,169)
#B4C1B7
(180,193,183)
#C1CDC5
(193,205,197)
#CED9D3
(206,217,211)
#DBE5E1
(219,229,225)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667963; }

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

This text font color is #667963.


Background Color

.myBgColor { background-color: #667963; }

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

This div background color is #667963.


Border color

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

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

This div border color is #667963.


Opacity

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

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

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

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

This text has shadow with #667963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667963 on black background.


Color preview on white background

This text has color #667963 on white background.



Black color preview on #667963 background

This text has black color on #667963 background.


White color preview on #667963 background

This text has white color on #667963 background.