COLOR #667883

HEX: #667883
RGB: (102,120,131)

Color info

#667883 contains red, green and blue colors in about the same proportion. Web safe color of #667883 is #666699 (or #669).

RGB color model

#667883 color RGB value is (102,120,131).

  • red value is 102;
  • green value is 120;
  • blue value is 131.
RGB:
(102,120,131)
(40%,47%,51%)

RGB channels and saturation

R 102 of 255 = 40%
G 120 of 255 = 47%
B 131 of 255 = 51%

102
120
131

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

Portions of RGB colors in percentages

R + G + B =
102 + 120 + 131 = 353 (100%)
R 102 of 353 ~ 28.9%
G 120 of 353 ~ 33.99%
B 131 of 353 ~ 37.11%

%28.9
%33.99
%37.11

CMYK color model

#667883 color CMYK value is (22,8,0,49).

  • cyan value is 22.14%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(22,8,0,49)
C22M8Y0K49 
(22%,8%,0%,49%)
(0.22/0.08/0.00/0.49)	

CMYK percentages

%22.14
%8.4
%0
%48.63

Codes

Color #667883 in popluar color models

667883
RGB102120131
HSL203°12.45%45.69%
HSB/HSV203°22.14%51.37%
CMYK22.14%8.40%0.00%
48.63%

Color #667883 in popluar number systems.

HEX667883
Decimal102120131
Binary1100110111100010000011
Octal146170203

Shades and tints

Shades of #667883

#667883
(102,120,131)
#5D6E78
(93,110,120)
#54646D
(84,100,109)
#4B5A62
(75,90,98)
#425057
(66,80,87)
#39464C
(57,70,76)
#303C41
(48,60,65)
#273236
(39,50,54)
#1E282B
(30,40,43)
#151E20
(21,30,32)
#0C1415
(12,20,21)
#000000
(0,0,0)

Tints of #667883

#667883
(102,120,131)
#73848E
(115,132,142)
#809099
(128,144,153)
#8D9CA4
(141,156,164)
#9AA8AF
(154,168,175)
#A7B4BA
(167,180,186)
#B4C0C5
(180,192,197)
#C1CCD0
(193,204,208)
#CED8DB
(206,216,219)
#DBE4E6
(219,228,230)
#E8F0F1
(232,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667883 color. Also use rgb(102,120,131) instead hex code.

Text Font Color

.myTextColor { color: #667883; }

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

This text font color is #667883.


Background Color

.myBgColor { background-color: #667883; }

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

This div background color is #667883.


Border color

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

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

This div border color is #667883.


Opacity

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

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

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

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

This text has shadow with #667883 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667883 on black background.


Color preview on white background

This text has color #667883 on white background.



Black color preview on #667883 background

This text has black color on #667883 background.


White color preview on #667883 background

This text has white color on #667883 background.