COLOR #667185

HEX: #667185
RGB: (102,113,133)

Color info

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

RGB color model

#667185 color RGB value is (102,113,133).

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

RGB channels and saturation

R 102 of 255 = 40%
G 113 of 255 = 44%
B 133 of 255 = 52%

102
113
133

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

Portions of RGB colors in percentages

R + G + B =
102 + 113 + 133 = 348 (100%)
R 102 of 348 ~ 29.31%
G 113 of 348 ~ 32.47%
B 133 of 348 ~ 38.22%

%29.31
%32.47
%38.22

CMYK color model

#667185 color CMYK value is (23,15,0,48).

  • cyan value is 23.31%
  • magenta value is 15.04%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,15,0,48)
C23M15Y0K48 
(23%,15%,0%,48%)
(0.23/0.15/0.00/0.48)	

CMYK percentages

%23.31
%15.04
%0
%47.84

Codes

Color #667185 in popluar color models

667185
RGB102113133
HSL219°13.19%46.08%
HSB/HSV219°23.31%52.16%
CMYK23.31%15.04%0.00%
47.84%

Color #667185 in popluar number systems.

HEX667185
Decimal102113133
Binary1100110111000110000101
Octal146161205

Shades and tints

Shades of #667185

#667185
(102,113,133)
#5D6779
(93,103,121)
#545D6D
(84,93,109)
#4B5361
(75,83,97)
#424955
(66,73,85)
#393F49
(57,63,73)
#30353D
(48,53,61)
#272B31
(39,43,49)
#1E2125
(30,33,37)
#151719
(21,23,25)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #667185

#667185
(102,113,133)
#737D90
(115,125,144)
#80899B
(128,137,155)
#8D95A6
(141,149,166)
#9AA1B1
(154,161,177)
#A7ADBC
(167,173,188)
#B4B9C7
(180,185,199)
#C1C5D2
(193,197,210)
#CED1DD
(206,209,221)
#DBDDE8
(219,221,232)
#E8E9F3
(232,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #667185; }

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

This text font color is #667185.


Background Color

.myBgColor { background-color: #667185; }

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

This div background color is #667185.


Border color

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

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

This div border color is #667185.


Opacity

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

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

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

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

This text has shadow with #667185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667185 on black background.


Color preview on white background

This text has color #667185 on white background.



Black color preview on #667185 background

This text has black color on #667185 background.


White color preview on #667185 background

This text has white color on #667185 background.