COLOR #676F75

HEX: #676F75
RGB: (103,111,117)

Color info

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

RGB color model

#676F75 color RGB value is (103,111,117).

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

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 117 of 255 = 46%

103
111
117

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

Portions of RGB colors in percentages

R + G + B =
103 + 111 + 117 = 331 (100%)
R 103 of 331 ~ 31.12%
G 111 of 331 ~ 33.53%
B 117 of 331 ~ 35.35%

%31.12
%33.53
%35.35

CMYK color model

#676F75 color CMYK value is (12,5,0,54).

  • cyan value is 11.97%
  • magenta value is 5.13%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(12,5,0,54)
C12M5Y0K54 
(12%,5%,0%,54%)
(0.12/0.05/0.00/0.54)	

CMYK percentages

%11.97
%5.13
%0
%54.12

Codes

Color #676F75 in popluar color models

676F75
RGB103111117
HSL206°6.36%43.14%
HSB/HSV206°11.97%45.88%
CMYK11.97%5.13%0.00%
54.12%

Color #676F75 in popluar number systems.

HEX676F75
Decimal103111117
Binary110011111011111110101
Octal147157165

Shades and tints

Shades of #676F75

#676F75
(103,111,117)
#5E656B
(94,101,107)
#555B61
(85,91,97)
#4C5157
(76,81,87)
#43474D
(67,71,77)
#3A3D43
(58,61,67)
#313339
(49,51,57)
#28292F
(40,41,47)
#1F1F25
(31,31,37)
#16151B
(22,21,27)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #676F75

#676F75
(103,111,117)
#747C81
(116,124,129)
#81898D
(129,137,141)
#8E9699
(142,150,153)
#9BA3A5
(155,163,165)
#A8B0B1
(168,176,177)
#B5BDBD
(181,189,189)
#C2CAC9
(194,202,201)
#CFD7D5
(207,215,213)
#DCE4E1
(220,228,225)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676F75; }

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

This text font color is #676F75.


Background Color

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

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

This div background color is #676F75.


Border color

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

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

This div border color is #676F75.


Opacity

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

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

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

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

This text has shadow with #676F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F75 on black background.


Color preview on white background

This text has color #676F75 on white background.



Black color preview on #676F75 background

This text has black color on #676F75 background.


White color preview on #676F75 background

This text has white color on #676F75 background.