COLOR #676658

HEX: #676658
RGB: (103,102,88)

Color info

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

RGB color model

#676658 color RGB value is (103,102,88).

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

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 88 of 255 = 35%

103
102
88

R + G + B ~ 38%. #676658 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 88 = 293 (100%)
R 103 of 293 ~ 35.15%
G 102 of 293 ~ 34.81%
B 88 of 293 ~ 30.03%

%35.15
%34.81
%30.03

CMYK color model

#676658 color CMYK value is (0,1,15,60).

  • cyan value is 0.00%
  • magenta value is 0.97%
  • yellow value is 14.56%
  • key color value is 59.61%
CMYK:
(0,1,15,60)
C0M1Y15K60 
(0%,1%,15%,60%)
(0.00/0.01/0.15/0.60)	

CMYK percentages

%0
%0.97
%14.56
%59.61

Codes

Color #676658 in popluar color models

676658
RGB10310288
HSL56°7.85%37.45%
HSB/HSV56°14.56%40.39%
CMYK0.00%0.97%14.56%
59.61%

Color #676658 in popluar number systems.

HEX676658
Decimal10310288
Binary110011111001101011000
Octal147146130

Shades and tints

Shades of #676658

#676658
(103,102,88)
#5E5D50
(94,93,80)
#555448
(85,84,72)
#4C4B40
(76,75,64)
#434238
(67,66,56)
#3A3930
(58,57,48)
#313028
(49,48,40)
#282720
(40,39,32)
#1F1E18
(31,30,24)
#161510
(22,21,16)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #676658

#676658
(103,102,88)
#747367
(116,115,103)
#818076
(129,128,118)
#8E8D85
(142,141,133)
#9B9A94
(155,154,148)
#A8A7A3
(168,167,163)
#B5B4B2
(181,180,178)
#C2C1C1
(194,193,193)
#CFCED0
(207,206,208)
#DCDBDF
(220,219,223)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676658; }

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

This text font color is #676658.


Background Color

.myBgColor { background-color: #676658; }

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

This div background color is #676658.


Border color

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

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

This div border color is #676658.


Opacity

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

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

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

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

This text has shadow with #676658 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676658 on black background.


Color preview on white background

This text has color #676658 on white background.



Black color preview on #676658 background

This text has black color on #676658 background.


White color preview on #676658 background

This text has white color on #676658 background.