COLOR #676262

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

103
98
98

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

Portions of RGB colors in percentages

R + G + B =
103 + 98 + 98 = 299 (100%)
R 103 of 299 ~ 34.45%
G 98 of 299 ~ 32.78%
B 98 of 299 ~ 32.78%

%34.45
%32.78
%32.78

CMYK color model

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

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

CMYK percentages

%0
%4.85
%4.85
%59.61

Codes

Color #676262 in popluar color models

676262
RGB1039898
HSL2.49%39.41%
HSB/HSV4.85%40.39%
CMYK0.00%4.85%4.85%
59.61%

Color #676262 in popluar number systems.

HEX676262
Decimal1039898
Binary110011111000101100010
Octal147142142

Shades and tints

Shades of #676262

#676262
(103,98,98)
#5E5A5A
(94,90,90)
#555252
(85,82,82)
#4C4A4A
(76,74,74)
#434242
(67,66,66)
#3A3A3A
(58,58,58)
#313232
(49,50,50)
#282A2A
(40,42,42)
#1F2222
(31,34,34)
#161A1A
(22,26,26)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #676262

#676262
(103,98,98)
#747070
(116,112,112)
#817E7E
(129,126,126)
#8E8C8C
(142,140,140)
#9B9A9A
(155,154,154)
#A8A8A8
(168,168,168)
#B5B6B6
(181,182,182)
#C2C4C4
(194,196,196)
#CFD2D2
(207,210,210)
#DCE0E0
(220,224,224)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676262; }

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

This text font color is #676262.


Background Color

.myBgColor { background-color: #676262; }

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

This div background color is #676262.


Border color

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

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

This div border color is #676262.


Opacity

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

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

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

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

This text has shadow with #676262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676262 on black background.


Color preview on white background

This text has color #676262 on white background.



Black color preview on #676262 background

This text has black color on #676262 background.


White color preview on #676262 background

This text has white color on #676262 background.