COLOR #676868

HEX: #676868
RGB: (103,104,104)

Color info

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

RGB color model

#676868 color RGB value is (103,104,104).

  • red value is 103;
  • green value is 104;
  • blue value is 104.
RGB:
(103,104,104)
(40%,41%,41%)

RGB channels and saturation

R 103 of 255 = 40%
G 104 of 255 = 41%
B 104 of 255 = 41%

103
104
104

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

Portions of RGB colors in percentages

R + G + B =
103 + 104 + 104 = 311 (100%)
R 103 of 311 ~ 33.12%
G 104 of 311 ~ 33.44%
B 104 of 311 ~ 33.44%

%33.12
%33.44
%33.44

CMYK color model

#676868 color CMYK value is (1,0,0,59).

  • cyan value is 0.96%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(1,0,0,59)
C1M0Y0K59 
(1%,0%,0%,59%)
(0.01/0.00/0.00/0.59)	

CMYK percentages

%0.96
%0
%0
%59.22

Codes

Color #676868 in popluar color models

676868
RGB103104104
HSL180°0.48%40.59%
HSB/HSV180°0.96%40.78%
CMYK0.96%0.00%0.00%
59.22%

Color #676868 in popluar number systems.

HEX676868
Decimal103104104
Binary110011111010001101000
Octal147150150

Shades and tints

Shades of #676868

#676868
(103,104,104)
#5E5F5F
(94,95,95)
#555656
(85,86,86)
#4C4D4D
(76,77,77)
#434444
(67,68,68)
#3A3B3B
(58,59,59)
#313232
(49,50,50)
#282929
(40,41,41)
#1F2020
(31,32,32)
#161717
(22,23,23)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #676868

#676868
(103,104,104)
#747575
(116,117,117)
#818282
(129,130,130)
#8E8F8F
(142,143,143)
#9B9C9C
(155,156,156)
#A8A9A9
(168,169,169)
#B5B6B6
(181,182,182)
#C2C3C3
(194,195,195)
#CFD0D0
(207,208,208)
#DCDDDD
(220,221,221)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676868; }

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

This text font color is #676868.


Background Color

.myBgColor { background-color: #676868; }

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

This div background color is #676868.


Border color

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

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

This div border color is #676868.


Opacity

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

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

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

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

This text has shadow with #676868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676868 on black background.


Color preview on white background

This text has color #676868 on white background.



Black color preview on #676868 background

This text has black color on #676868 background.


White color preview on #676868 background

This text has white color on #676868 background.