COLOR #676463

HEX: #676463
RGB: (103,100,99)

Color info

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

RGB color model

#676463 color RGB value is (103,100,99).

  • red value is 103;
  • green value is 100;
  • blue value is 99.
RGB:
(103,100,99)
(40%,39%,39%)

RGB channels and saturation

R 103 of 255 = 40%
G 100 of 255 = 39%
B 99 of 255 = 39%

103
100
99

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

Portions of RGB colors in percentages

R + G + B =
103 + 100 + 99 = 302 (100%)
R 103 of 302 ~ 34.11%
G 100 of 302 ~ 33.11%
B 99 of 302 ~ 32.78%

%34.11
%33.11
%32.78

CMYK color model

#676463 color CMYK value is (0,3,4,60).

  • cyan value is 0.00%
  • magenta value is 2.91%
  • yellow value is 3.88%
  • key color value is 59.61%
CMYK:
(0,3,4,60)
C0M3Y4K60 
(0%,3%,4%,60%)
(0.00/0.03/0.04/0.60)	

CMYK percentages

%0
%2.91
%3.88
%59.61

Codes

Color #676463 in popluar color models

676463
RGB10310099
HSL15°1.98%39.61%
HSB/HSV15°3.88%40.39%
CMYK0.00%2.91%3.88%
59.61%

Color #676463 in popluar number systems.

HEX676463
Decimal10310099
Binary110011111001001100011
Octal147144143

Shades and tints

Shades of #676463

#676463
(103,100,99)
#5E5B5A
(94,91,90)
#555251
(85,82,81)
#4C4948
(76,73,72)
#43403F
(67,64,63)
#3A3736
(58,55,54)
#312E2D
(49,46,45)
#282524
(40,37,36)
#1F1C1B
(31,28,27)
#161312
(22,19,18)
#0D0A09
(13,10,9)
#000000
(0,0,0)

Tints of #676463

#676463
(103,100,99)
#747271
(116,114,113)
#81807F
(129,128,127)
#8E8E8D
(142,142,141)
#9B9C9B
(155,156,155)
#A8AAA9
(168,170,169)
#B5B8B7
(181,184,183)
#C2C6C5
(194,198,197)
#CFD4D3
(207,212,211)
#DCE2E1
(220,226,225)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676463; }

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

This text font color is #676463.


Background Color

.myBgColor { background-color: #676463; }

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

This div background color is #676463.


Border color

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

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

This div border color is #676463.


Opacity

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

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

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

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

This text has shadow with #676463 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676463 on black background.


Color preview on white background

This text has color #676463 on white background.



Black color preview on #676463 background

This text has black color on #676463 background.


White color preview on #676463 background

This text has white color on #676463 background.