COLOR #676662

HEX: #676662
RGB: (103,102,98)

Color info

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

RGB color model

#676662 color RGB value is (103,102,98).

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

RGB channels and saturation

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

103
102
98

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

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 98 = 303 (100%)
R 103 of 303 ~ 33.99%
G 102 of 303 ~ 33.66%
B 98 of 303 ~ 32.34%

%33.99
%33.66
%32.34

CMYK color model

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

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

CMYK percentages

%0
%0.97
%4.85
%59.61

Codes

Color #676662 in popluar color models

676662
RGB10310298
HSL48°2.49%39.41%
HSB/HSV48°4.85%40.39%
CMYK0.00%0.97%4.85%
59.61%

Color #676662 in popluar number systems.

HEX676662
Decimal10310298
Binary110011111001101100010
Octal147146142

Shades and tints

Shades of #676662

#676662
(103,102,98)
#5E5D5A
(94,93,90)
#555452
(85,84,82)
#4C4B4A
(76,75,74)
#434242
(67,66,66)
#3A393A
(58,57,58)
#313032
(49,48,50)
#28272A
(40,39,42)
#1F1E22
(31,30,34)
#16151A
(22,21,26)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #676662

#676662
(103,102,98)
#747370
(116,115,112)
#81807E
(129,128,126)
#8E8D8C
(142,141,140)
#9B9A9A
(155,154,154)
#A8A7A8
(168,167,168)
#B5B4B6
(181,180,182)
#C2C1C4
(194,193,196)
#CFCED2
(207,206,210)
#DCDBE0
(220,219,224)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676662; }

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

This text font color is #676662.


Background Color

.myBgColor { background-color: #676662; }

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

This div background color is #676662.


Border color

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

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

This div border color is #676662.


Opacity

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

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

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

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

This text has shadow with #676662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676662 on black background.


Color preview on white background

This text has color #676662 on white background.



Black color preview on #676662 background

This text has black color on #676662 background.


White color preview on #676662 background

This text has white color on #676662 background.