COLOR #676762

HEX: #676762
RGB: (103,103,98)

Color info

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

RGB color model

#676762 color RGB value is (103,103,98).

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

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 98 of 255 = 38%

103
103
98

R + G + B ~ 39%. #676762 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 103 + 98 = 304 (100%)
R 103 of 304 ~ 33.88%
G 103 of 304 ~ 33.88%
B 98 of 304 ~ 32.24%

%33.88
%33.88
%32.24

CMYK color model

#676762 color CMYK value is (0,0,5,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 4.85%
  • key color value is 59.61%
CMYK:
(0,0,5,60)
C0M0Y5K60 
(0%,0%,5%,60%)
(0.00/0.00/0.05/0.60)	

CMYK percentages

%0
%0
%4.85
%59.61

Codes

Color #676762 in popluar color models

676762
RGB10310398
HSL60°2.49%39.41%
HSB/HSV60°4.85%40.39%
CMYK0.00%0.00%4.85%
59.61%

Color #676762 in popluar number systems.

HEX676762
Decimal10310398
Binary110011111001111100010
Octal147147142

Shades and tints

Shades of #676762

#676762
(103,103,98)
#5E5E5A
(94,94,90)
#555552
(85,85,82)
#4C4C4A
(76,76,74)
#434342
(67,67,66)
#3A3A3A
(58,58,58)
#313132
(49,49,50)
#28282A
(40,40,42)
#1F1F22
(31,31,34)
#16161A
(22,22,26)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #676762

#676762
(103,103,98)
#747470
(116,116,112)
#81817E
(129,129,126)
#8E8E8C
(142,142,140)
#9B9B9A
(155,155,154)
#A8A8A8
(168,168,168)
#B5B5B6
(181,181,182)
#C2C2C4
(194,194,196)
#CFCFD2
(207,207,210)
#DCDCE0
(220,220,224)
#E9E9EE
(233,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676762; }

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

This text font color is #676762.


Background Color

.myBgColor { background-color: #676762; }

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

This div background color is #676762.


Border color

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

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

This div border color is #676762.


Opacity

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

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

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

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

This text has shadow with #676762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676762 on black background.


Color preview on white background

This text has color #676762 on white background.



Black color preview on #676762 background

This text has black color on #676762 background.


White color preview on #676762 background

This text has white color on #676762 background.