COLOR #676C73

HEX: #676C73
RGB: (103,108,115)

Color info

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

RGB color model

#676C73 color RGB value is (103,108,115).

  • red value is 103;
  • green value is 108;
  • blue value is 115.
RGB:
(103,108,115)
(40%,42%,45%)

RGB channels and saturation

R 103 of 255 = 40%
G 108 of 255 = 42%
B 115 of 255 = 45%

103
108
115

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

Portions of RGB colors in percentages

R + G + B =
103 + 108 + 115 = 326 (100%)
R 103 of 326 ~ 31.6%
G 108 of 326 ~ 33.13%
B 115 of 326 ~ 35.28%

%31.6
%33.13
%35.28

CMYK color model

#676C73 color CMYK value is (10,6,0,55).

  • cyan value is 10.43%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(10,6,0,55)
C10M6Y0K55 
(10%,6%,0%,55%)
(0.10/0.06/0.00/0.55)	

CMYK percentages

%10.43
%6.09
%0
%54.9

Codes

Color #676C73 in popluar color models

676C73
RGB103108115
HSL215°5.50%42.75%
HSB/HSV215°10.43%45.10%
CMYK10.43%6.09%0.00%
54.90%

Color #676C73 in popluar number systems.

HEX676C73
Decimal103108115
Binary110011111011001110011
Octal147154163

Shades and tints

Shades of #676C73

#676C73
(103,108,115)
#5E6369
(94,99,105)
#555A5F
(85,90,95)
#4C5155
(76,81,85)
#43484B
(67,72,75)
#3A3F41
(58,63,65)
#313637
(49,54,55)
#282D2D
(40,45,45)
#1F2423
(31,36,35)
#161B19
(22,27,25)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #676C73

#676C73
(103,108,115)
#74797F
(116,121,127)
#81868B
(129,134,139)
#8E9397
(142,147,151)
#9BA0A3
(155,160,163)
#A8ADAF
(168,173,175)
#B5BABB
(181,186,187)
#C2C7C7
(194,199,199)
#CFD4D3
(207,212,211)
#DCE1DF
(220,225,223)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676C73 color. Also use rgb(103,108,115) instead hex code.

Text Font Color

.myTextColor { color: #676C73; }

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

This text font color is #676C73.


Background Color

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

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

This div background color is #676C73.


Border color

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

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

This div border color is #676C73.


Opacity

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

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

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

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

This text has shadow with #676C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C73 on black background.


Color preview on white background

This text has color #676C73 on white background.



Black color preview on #676C73 background

This text has black color on #676C73 background.


White color preview on #676C73 background

This text has white color on #676C73 background.