COLOR #676A73

HEX: #676A73
RGB: (103,106,115)

Color info

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

RGB color model

#676A73 color RGB value is (103,106,115).

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

RGB channels and saturation

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

103
106
115

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

Portions of RGB colors in percentages

R + G + B =
103 + 106 + 115 = 324 (100%)
R 103 of 324 ~ 31.79%
G 106 of 324 ~ 32.72%
B 115 of 324 ~ 35.49%

%31.79
%32.72
%35.49

CMYK color model

#676A73 color CMYK value is (10,8,0,55).

  • cyan value is 10.43%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(10,8,0,55)
C10M8Y0K55 
(10%,8%,0%,55%)
(0.10/0.08/0.00/0.55)	

CMYK percentages

%10.43
%7.83
%0
%54.9

Codes

Color #676A73 in popluar color models

676A73
RGB103106115
HSL225°5.50%42.75%
HSB/HSV225°10.43%45.10%
CMYK10.43%7.83%0.00%
54.90%

Color #676A73 in popluar number systems.

HEX676A73
Decimal103106115
Binary110011111010101110011
Octal147152163

Shades and tints

Shades of #676A73

#676A73
(103,106,115)
#5E6169
(94,97,105)
#55585F
(85,88,95)
#4C4F55
(76,79,85)
#43464B
(67,70,75)
#3A3D41
(58,61,65)
#313437
(49,52,55)
#282B2D
(40,43,45)
#1F2223
(31,34,35)
#161919
(22,25,25)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #676A73

#676A73
(103,106,115)
#74777F
(116,119,127)
#81848B
(129,132,139)
#8E9197
(142,145,151)
#9B9EA3
(155,158,163)
#A8ABAF
(168,171,175)
#B5B8BB
(181,184,187)
#C2C5C7
(194,197,199)
#CFD2D3
(207,210,211)
#DCDFDF
(220,223,223)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676A73; }

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

This text font color is #676A73.


Background Color

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

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

This div background color is #676A73.


Border color

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

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

This div border color is #676A73.


Opacity

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

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

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

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

This text has shadow with #676A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676A73 on black background.


Color preview on white background

This text has color #676A73 on white background.



Black color preview on #676A73 background

This text has black color on #676A73 background.


White color preview on #676A73 background

This text has white color on #676A73 background.