COLOR #676162

HEX: #676162
RGB: (103,97,98)

Color info

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

RGB color model

#676162 color RGB value is (103,97,98).

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

RGB channels and saturation

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

103
97
98

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

Portions of RGB colors in percentages

R + G + B =
103 + 97 + 98 = 298 (100%)
R 103 of 298 ~ 34.56%
G 97 of 298 ~ 32.55%
B 98 of 298 ~ 32.89%

%34.56
%32.55
%32.89

CMYK color model

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

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

CMYK percentages

%0
%5.83
%4.85
%59.61

Codes

Color #676162 in popluar color models

676162
RGB1039798
HSL350°3.00%39.22%
HSB/HSV350°5.83%40.39%
CMYK0.00%5.83%4.85%
59.61%

Color #676162 in popluar number systems.

HEX676162
Decimal1039798
Binary110011111000011100010
Octal147141142

Shades and tints

Shades of #676162

#676162
(103,97,98)
#5E595A
(94,89,90)
#555152
(85,81,82)
#4C494A
(76,73,74)
#434142
(67,65,66)
#3A393A
(58,57,58)
#313132
(49,49,50)
#28292A
(40,41,42)
#1F2122
(31,33,34)
#16191A
(22,25,26)
#0D1112
(13,17,18)
#000000
(0,0,0)

Tints of #676162

#676162
(103,97,98)
#746F70
(116,111,112)
#817D7E
(129,125,126)
#8E8B8C
(142,139,140)
#9B999A
(155,153,154)
#A8A7A8
(168,167,168)
#B5B5B6
(181,181,182)
#C2C3C4
(194,195,196)
#CFD1D2
(207,209,210)
#DCDFE0
(220,223,224)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676162; }

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

This text font color is #676162.


Background Color

.myBgColor { background-color: #676162; }

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

This div background color is #676162.


Border color

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

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

This div border color is #676162.


Opacity

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

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

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

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

This text has shadow with #676162 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676162 on black background.


Color preview on white background

This text has color #676162 on white background.



Black color preview on #676162 background

This text has black color on #676162 background.


White color preview on #676162 background

This text has white color on #676162 background.