COLOR #676F7B

HEX: #676F7B
RGB: (103,111,123)

Color info

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

RGB color model

#676F7B color RGB value is (103,111,123).

  • red value is 103;
  • green value is 111;
  • blue value is 123.
RGB:
(103,111,123)
(40%,44%,48%)

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 123 of 255 = 48%

103
111
123

R + G + B ~ 44%. #676F7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 111 + 123 = 337 (100%)
R 103 of 337 ~ 30.56%
G 111 of 337 ~ 32.94%
B 123 of 337 ~ 36.5%

%30.56
%32.94
%36.5

CMYK color model

#676F7B color CMYK value is (16,10,0,52).

  • cyan value is 16.26%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(16,10,0,52)
C16M10Y0K52 
(16%,10%,0%,52%)
(0.16/0.10/0.00/0.52)	

CMYK percentages

%16.26
%9.76
%0
%51.76

Codes

Color #676F7B in popluar color models

676F7B
RGB103111123
HSL216°8.85%44.31%
HSB/HSV216°16.26%48.24%
CMYK16.26%9.76%0.00%
51.76%

Color #676F7B in popluar number systems.

HEX676F7B
Decimal103111123
Binary110011111011111111011
Octal147157173

Shades and tints

Shades of #676F7B

#676F7B
(103,111,123)
#5E6570
(94,101,112)
#555B65
(85,91,101)
#4C515A
(76,81,90)
#43474F
(67,71,79)
#3A3D44
(58,61,68)
#313339
(49,51,57)
#28292E
(40,41,46)
#1F1F23
(31,31,35)
#161518
(22,21,24)
#0D0B0D
(13,11,13)
#000000
(0,0,0)

Tints of #676F7B

#676F7B
(103,111,123)
#747C87
(116,124,135)
#818993
(129,137,147)
#8E969F
(142,150,159)
#9BA3AB
(155,163,171)
#A8B0B7
(168,176,183)
#B5BDC3
(181,189,195)
#C2CACF
(194,202,207)
#CFD7DB
(207,215,219)
#DCE4E7
(220,228,231)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676F7B color. Also use rgb(103,111,123) instead hex code.

Text Font Color

.myTextColor { color: #676F7B; }

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

This text font color is #676F7B.


Background Color

.myBgColor { background-color: #676F7B; }

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

This div background color is #676F7B.


Border color

.myBorderColor { border: 1px solid #676F7B; }

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

This div border color is #676F7B.


Opacity

.myOpacity80 { color: #676F7B; opacity: 0.8; }

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

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

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

This text has shadow with #676F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F7B on black background.


Color preview on white background

This text has color #676F7B on white background.



Black color preview on #676F7B background

This text has black color on #676F7B background.


White color preview on #676F7B background

This text has white color on #676F7B background.