COLOR #676654

HEX: #676654
RGB: (103,102,84)

Color info

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

RGB color model

#676654 color RGB value is (103,102,84).

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

RGB channels and saturation

R 103 of 255 = 40%
G 102 of 255 = 40%
B 84 of 255 = 33%

103
102
84

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

Portions of RGB colors in percentages

R + G + B =
103 + 102 + 84 = 289 (100%)
R 103 of 289 ~ 35.64%
G 102 of 289 ~ 35.29%
B 84 of 289 ~ 29.07%

%35.64
%35.29
%29.07

CMYK color model

#676654 color CMYK value is (0,1,18,60).

  • cyan value is 0.00%
  • magenta value is 0.97%
  • yellow value is 18.45%
  • key color value is 59.61%
CMYK:
(0,1,18,60)
C0M1Y18K60 
(0%,1%,18%,60%)
(0.00/0.01/0.18/0.60)	

CMYK percentages

%0
%0.97
%18.45
%59.61

Codes

Color #676654 in popluar color models

676654
RGB10310284
HSL57°10.16%36.67%
HSB/HSV57°18.45%40.39%
CMYK0.00%0.97%18.45%
59.61%

Color #676654 in popluar number systems.

HEX676654
Decimal10310284
Binary110011111001101010100
Octal147146124

Shades and tints

Shades of #676654

#676654
(103,102,84)
#5E5D4D
(94,93,77)
#555446
(85,84,70)
#4C4B3F
(76,75,63)
#434238
(67,66,56)
#3A3931
(58,57,49)
#31302A
(49,48,42)
#282723
(40,39,35)
#1F1E1C
(31,30,28)
#161515
(22,21,21)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #676654

#676654
(103,102,84)
#747363
(116,115,99)
#818072
(129,128,114)
#8E8D81
(142,141,129)
#9B9A90
(155,154,144)
#A8A79F
(168,167,159)
#B5B4AE
(181,180,174)
#C2C1BD
(194,193,189)
#CFCECC
(207,206,204)
#DCDBDB
(220,219,219)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676654; }

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

This text font color is #676654.


Background Color

.myBgColor { background-color: #676654; }

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

This div background color is #676654.


Border color

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

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

This div border color is #676654.


Opacity

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

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

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

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

This text has shadow with #676654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676654 on black background.


Color preview on white background

This text has color #676654 on white background.



Black color preview on #676654 background

This text has black color on #676654 background.


White color preview on #676654 background

This text has white color on #676654 background.