COLOR #667785

HEX: #667785
RGB: (102,119,133)

Color info

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

RGB color model

#667785 color RGB value is (102,119,133).

  • red value is 102;
  • green value is 119;
  • blue value is 133.
RGB:
(102,119,133)
(40%,47%,52%)

RGB channels and saturation

R 102 of 255 = 40%
G 119 of 255 = 47%
B 133 of 255 = 52%

102
119
133

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

Portions of RGB colors in percentages

R + G + B =
102 + 119 + 133 = 354 (100%)
R 102 of 354 ~ 28.81%
G 119 of 354 ~ 33.62%
B 133 of 354 ~ 37.57%

%28.81
%33.62
%37.57

CMYK color model

#667785 color CMYK value is (23,11,0,48).

  • cyan value is 23.31%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,11,0,48)
C23M11Y0K48 
(23%,11%,0%,48%)
(0.23/0.11/0.00/0.48)	

CMYK percentages

%23.31
%10.53
%0
%47.84

Codes

Color #667785 in popluar color models

667785
RGB102119133
HSL207°13.19%46.08%
HSB/HSV207°23.31%52.16%
CMYK23.31%10.53%0.00%
47.84%

Color #667785 in popluar number systems.

HEX667785
Decimal102119133
Binary1100110111011110000101
Octal146167205

Shades and tints

Shades of #667785

#667785
(102,119,133)
#5D6D79
(93,109,121)
#54636D
(84,99,109)
#4B5961
(75,89,97)
#424F55
(66,79,85)
#394549
(57,69,73)
#303B3D
(48,59,61)
#273131
(39,49,49)
#1E2725
(30,39,37)
#151D19
(21,29,25)
#0C130D
(12,19,13)
#000000
(0,0,0)

Tints of #667785

#667785
(102,119,133)
#738390
(115,131,144)
#808F9B
(128,143,155)
#8D9BA6
(141,155,166)
#9AA7B1
(154,167,177)
#A7B3BC
(167,179,188)
#B4BFC7
(180,191,199)
#C1CBD2
(193,203,210)
#CED7DD
(206,215,221)
#DBE3E8
(219,227,232)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667785 color. Also use rgb(102,119,133) instead hex code.

Text Font Color

.myTextColor { color: #667785; }

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

This text font color is #667785.


Background Color

.myBgColor { background-color: #667785; }

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

This div background color is #667785.


Border color

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

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

This div border color is #667785.


Opacity

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

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

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

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

This text has shadow with #667785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667785 on black background.


Color preview on white background

This text has color #667785 on white background.



Black color preview on #667785 background

This text has black color on #667785 background.


White color preview on #667785 background

This text has white color on #667785 background.