COLOR #667A7B

HEX: #667A7B
RGB: (102,122,123)

Color info

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

RGB color model

#667A7B color RGB value is (102,122,123).

  • red value is 102;
  • green value is 122;
  • blue value is 123.
RGB:
(102,122,123)
(40%,48%,48%)

RGB channels and saturation

R 102 of 255 = 40%
G 122 of 255 = 48%
B 123 of 255 = 48%

102
122
123

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

Portions of RGB colors in percentages

R + G + B =
102 + 122 + 123 = 347 (100%)
R 102 of 347 ~ 29.39%
G 122 of 347 ~ 35.16%
B 123 of 347 ~ 35.45%

%29.39
%35.16
%35.45

CMYK color model

#667A7B color CMYK value is (17,1,0,52).

  • cyan value is 17.07%
  • magenta value is 0.81%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(17,1,0,52)
C17M1Y0K52 
(17%,1%,0%,52%)
(0.17/0.01/0.00/0.52)	

CMYK percentages

%17.07
%0.81
%0
%51.76

Codes

Color #667A7B in popluar color models

667A7B
RGB102122123
HSL183°9.33%44.12%
HSB/HSV183°17.07%48.24%
CMYK17.07%0.81%0.00%
51.76%

Color #667A7B in popluar number systems.

HEX667A7B
Decimal102122123
Binary110011011110101111011
Octal146172173

Shades and tints

Shades of #667A7B

#667A7B
(102,122,123)
#5D6F70
(93,111,112)
#546465
(84,100,101)
#4B595A
(75,89,90)
#424E4F
(66,78,79)
#394344
(57,67,68)
#303839
(48,56,57)
#272D2E
(39,45,46)
#1E2223
(30,34,35)
#151718
(21,23,24)
#0C0C0D
(12,12,13)
#000000
(0,0,0)

Tints of #667A7B

#667A7B
(102,122,123)
#738687
(115,134,135)
#809293
(128,146,147)
#8D9E9F
(141,158,159)
#9AAAAB
(154,170,171)
#A7B6B7
(167,182,183)
#B4C2C3
(180,194,195)
#C1CECF
(193,206,207)
#CEDADB
(206,218,219)
#DBE6E7
(219,230,231)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #667A7B color. Also use rgb(102,122,123) instead hex code.

Text Font Color

.myTextColor { color: #667A7B; }

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

This text font color is #667A7B.


Background Color

.myBgColor { background-color: #667A7B; }

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

This div background color is #667A7B.


Border color

.myBorderColor { border: 1px solid #667A7B; }

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

This div border color is #667A7B.


Opacity

.myOpacity80 { color: #667A7B; opacity: 0.8; }

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

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

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

This text has shadow with #667A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #667A7B on black background.


Color preview on white background

This text has color #667A7B on white background.



Black color preview on #667A7B background

This text has black color on #667A7B background.


White color preview on #667A7B background

This text has white color on #667A7B background.