COLOR #676773

HEX: #676773 RGB: (103,103,115)

Color info

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

RGB color model

#676773 color RGB value is (103,103,115).

RGB: (103,103,115) (40%, 40%, 45%)

RGB channels and saturation

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

103
103
115

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

Portions of RGB colors in percentages

R + G + B = 103 + 103 + 115 = 321 (100%)
R 103 of 321 ~ 32.09%
G 103 of 321 ~ 32.09%
B 115 of 321 ~ 35.83'%

%32.09
%32.09
%35.83

CMYK color model

#676773 color CMYK value is (10,10,0,55).

  • cyan value is 10.43%
  • magenta value is 10.43%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (10,10,0,55)
C10M10Y0K55 (10%, 10%, 0%, 55%)
(0.10 / 0.10 / 0.00 / 0.55)

CMYK percentages

%10.43
%10.43
%0
%54.9

Codes

Color #676773 in popluar color models

67 67 73
RGB 103 103 115
HSL 240° 5.50% 42.75%
HSB/HSV 240° 10.43% 45.10%
CMYK 10.43% 10.43% 0.00%
54.90%

Color #676773 in popluar number systems.

HEX 67 67 73
Decimal 103 103 115
Binary 1100111 1100111 1110011
Octal 147 147 163

Shades and tints

Shades of #676773

#676773
(103,103,115)
#5E5E69
(94,94,105)
#55555F
(85,85,95)
#4C4C55
(76,76,85)
#43434B
(67,67,75)
#3A3A41
(58,58,65)
#313137
(49,49,55)
#28282D
(40,40,45)
#1F1F23
(31,31,35)
#161619
(22,22,25)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #676773

#676773
(103,103,115)
#74747F
(116,116,127)
#81818B
(129,129,139)
#8E8E97
(142,142,151)
#9B9BA3
(155,155,163)
#A8A8AF
(168,168,175)
#B5B5BB
(181,181,187)
#C2C2C7
(194,194,199)
#CFCFD3
(207,207,211)
#DCDCDF
(220,220,223)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676773; }

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

This text font color is #676773.

Background Color

.myBgColor { background-color: #676773; }

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

This div background color is #676773.

Border color

.myBorderColor { border: 1px solid #676773; }

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

This div border color is #676773.

Opacity

.myOpacity80 { color: #676773; opacity: 0.8; }

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

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

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

This text has shadow with #676773 color.


.textShadow {text-shadow: 3px 3px 1px #676773', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #676773; -webkit-box-shadow: 1px 1px 3px 2px #676773; box-shadow:1px 1px 3px 2px #676773;">
Div content here
</div>

This div box has shadow with color #676773.

Preview

Color preview on black background

This text has color #676773 on black background.


Color preview on white background

This text has color #676773 on white background.


Black color preview on #676773 background

This text has black color on #676773 background.


White color preview on #676773 background

This text has white color on #676773 background.


Related colors

Complementary color

Complementary color for #hex is #98988C.


I love getcolorcode.com