COLOR #676260

HEX: #676260
RGB: (103,98,96)

Color info

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

RGB color model

#676260 color RGB value is (103,98,96).

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

RGB channels and saturation

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

103
98
96

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

Portions of RGB colors in percentages

R + G + B =
103 + 98 + 96 = 297 (100%)
R 103 of 297 ~ 34.68%
G 98 of 297 ~ 33%
B 96 of 297 ~ 32.32%

%34.68
%33
%32.32

CMYK color model

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

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

CMYK percentages

%0
%4.85
%6.8
%59.61

Codes

Color #676260 in popluar color models

676260
RGB1039896
HSL17°3.52%39.02%
HSB/HSV17°6.80%40.39%
CMYK0.00%4.85%6.80%
59.61%

Color #676260 in popluar number systems.

HEX676260
Decimal1039896
Binary110011111000101100000
Octal147142140

Shades and tints

Shades of #676260

#676260
(103,98,96)
#5E5A58
(94,90,88)
#555250
(85,82,80)
#4C4A48
(76,74,72)
#434240
(67,66,64)
#3A3A38
(58,58,56)
#313230
(49,50,48)
#282A28
(40,42,40)
#1F2220
(31,34,32)
#161A18
(22,26,24)
#0D1210
(13,18,16)
#000000
(0,0,0)

Tints of #676260

#676260
(103,98,96)
#74706E
(116,112,110)
#817E7C
(129,126,124)
#8E8C8A
(142,140,138)
#9B9A98
(155,154,152)
#A8A8A6
(168,168,166)
#B5B6B4
(181,182,180)
#C2C4C2
(194,196,194)
#CFD2D0
(207,210,208)
#DCE0DE
(220,224,222)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676260; }

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

This text font color is #676260.


Background Color

.myBgColor { background-color: #676260; }

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

This div background color is #676260.


Border color

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

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

This div border color is #676260.


Opacity

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

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

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

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

This text has shadow with #676260 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676260 on black background.


Color preview on white background

This text has color #676260 on white background.



Black color preview on #676260 background

This text has black color on #676260 background.


White color preview on #676260 background

This text has white color on #676260 background.