COLOR #667563

HEX: #667563
RGB: (102,117,99)

Color info

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

RGB color model

#667563 color RGB value is (102,117,99).

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

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 99 of 255 = 39%

102
117
99

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

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 99 = 318 (100%)
R 102 of 318 ~ 32.08%
G 117 of 318 ~ 36.79%
B 99 of 318 ~ 31.13%

%32.08
%36.79
%31.13

CMYK color model

#667563 color CMYK value is (13,0,15,54).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 54.12%
CMYK:
(13,0,15,54)
C13M0Y15K54 
(13%,0%,15%,54%)
(0.13/0.00/0.15/0.54)	

CMYK percentages

%12.82
%0
%15.38
%54.12

Codes

Color #667563 in popluar color models

667563
RGB10211799
HSL110°8.33%42.35%
HSB/HSV110°15.38%45.88%
CMYK12.82%0.00%15.38%
54.12%

Color #667563 in popluar number systems.

HEX667563
Decimal10211799
Binary110011011101011100011
Octal146165143

Shades and tints

Shades of #667563

#667563
(102,117,99)
#5D6B5A
(93,107,90)
#546151
(84,97,81)
#4B5748
(75,87,72)
#424D3F
(66,77,63)
#394336
(57,67,54)
#30392D
(48,57,45)
#272F24
(39,47,36)
#1E251B
(30,37,27)
#151B12
(21,27,18)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #667563

#667563
(102,117,99)
#738171
(115,129,113)
#808D7F
(128,141,127)
#8D998D
(141,153,141)
#9AA59B
(154,165,155)
#A7B1A9
(167,177,169)
#B4BDB7
(180,189,183)
#C1C9C5
(193,201,197)
#CED5D3
(206,213,211)
#DBE1E1
(219,225,225)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667563; }

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

This text font color is #667563.


Background Color

.myBgColor { background-color: #667563; }

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

This div background color is #667563.


Border color

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

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

This div border color is #667563.


Opacity

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

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

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

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

This text has shadow with #667563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667563 on black background.


Color preview on white background

This text has color #667563 on white background.



Black color preview on #667563 background

This text has black color on #667563 background.


White color preview on #667563 background

This text has white color on #667563 background.