COLOR #667463

HEX: #667463
RGB: (102,116,99)

Color info

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

RGB color model

#667463 color RGB value is (102,116,99).

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

RGB channels and saturation

R 102 of 255 = 40%
G 116 of 255 = 45%
B 99 of 255 = 39%

102
116
99

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

Portions of RGB colors in percentages

R + G + B =
102 + 116 + 99 = 317 (100%)
R 102 of 317 ~ 32.18%
G 116 of 317 ~ 36.59%
B 99 of 317 ~ 31.23%

%32.18
%36.59
%31.23

CMYK color model

#667463 color CMYK value is (12,0,15,55).

  • cyan value is 12.07%
  • magenta value is 0.00%
  • yellow value is 14.66%
  • key color value is 54.51%
CMYK:
(12,0,15,55)
C12M0Y15K55 
(12%,0%,15%,55%)
(0.12/0.00/0.15/0.55)	

CMYK percentages

%12.07
%0
%14.66
%54.51

Codes

Color #667463 in popluar color models

667463
RGB10211699
HSL109°7.91%42.16%
HSB/HSV109°14.66%45.49%
CMYK12.07%0.00%14.66%
54.51%

Color #667463 in popluar number systems.

HEX667463
Decimal10211699
Binary110011011101001100011
Octal146164143

Shades and tints

Shades of #667463

#667463
(102,116,99)
#5D6A5A
(93,106,90)
#546051
(84,96,81)
#4B5648
(75,86,72)
#424C3F
(66,76,63)
#394236
(57,66,54)
#30382D
(48,56,45)
#272E24
(39,46,36)
#1E241B
(30,36,27)
#151A12
(21,26,18)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #667463

#667463
(102,116,99)
#738071
(115,128,113)
#808C7F
(128,140,127)
#8D988D
(141,152,141)
#9AA49B
(154,164,155)
#A7B0A9
(167,176,169)
#B4BCB7
(180,188,183)
#C1C8C5
(193,200,197)
#CED4D3
(206,212,211)
#DBE0E1
(219,224,225)
#E8ECEF
(232,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667463; }

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

This text font color is #667463.


Background Color

.myBgColor { background-color: #667463; }

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

This div background color is #667463.


Border color

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

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

This div border color is #667463.


Opacity

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

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

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

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

This text has shadow with #667463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667463 on black background.


Color preview on white background

This text has color #667463 on white background.



Black color preview on #667463 background

This text has black color on #667463 background.


White color preview on #667463 background

This text has white color on #667463 background.