COLOR #676855

HEX: #676855
RGB: (103,104,85)

Color info

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

RGB color model

#676855 color RGB value is (103,104,85).

  • red value is 103;
  • green value is 104;
  • blue value is 85.
RGB:
(103,104,85)
(40%,41%,33%)

RGB channels and saturation

R 103 of 255 = 40%
G 104 of 255 = 41%
B 85 of 255 = 33%

103
104
85

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

Portions of RGB colors in percentages

R + G + B =
103 + 104 + 85 = 292 (100%)
R 103 of 292 ~ 35.27%
G 104 of 292 ~ 35.62%
B 85 of 292 ~ 29.11%

%35.27
%35.62
%29.11

CMYK color model

#676855 color CMYK value is (1,0,18,59).

  • cyan value is 0.96%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 59.22%
CMYK:
(1,0,18,59)
C1M0Y18K59 
(1%,0%,18%,59%)
(0.01/0.00/0.18/0.59)	

CMYK percentages

%0.96
%0
%18.27
%59.22

Codes

Color #676855 in popluar color models

676855
RGB10310485
HSL63°10.05%37.06%
HSB/HSV63°18.27%40.78%
CMYK0.96%0.00%18.27%
59.22%

Color #676855 in popluar number systems.

HEX676855
Decimal10310485
Binary110011111010001010101
Octal147150125

Shades and tints

Shades of #676855

#676855
(103,104,85)
#5E5F4E
(94,95,78)
#555647
(85,86,71)
#4C4D40
(76,77,64)
#434439
(67,68,57)
#3A3B32
(58,59,50)
#31322B
(49,50,43)
#282924
(40,41,36)
#1F201D
(31,32,29)
#161716
(22,23,22)
#0D0E0F
(13,14,15)
#000000
(0,0,0)

Tints of #676855

#676855
(103,104,85)
#747564
(116,117,100)
#818273
(129,130,115)
#8E8F82
(142,143,130)
#9B9C91
(155,156,145)
#A8A9A0
(168,169,160)
#B5B6AF
(181,182,175)
#C2C3BE
(194,195,190)
#CFD0CD
(207,208,205)
#DCDDDC
(220,221,220)
#E9EAEB
(233,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676855 color. Also use rgb(103,104,85) instead hex code.

Text Font Color

.myTextColor { color: #676855; }

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

This text font color is #676855.


Background Color

.myBgColor { background-color: #676855; }

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

This div background color is #676855.


Border color

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

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

This div border color is #676855.


Opacity

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

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

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

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

This text has shadow with #676855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676855 on black background.


Color preview on white background

This text has color #676855 on white background.



Black color preview on #676855 background

This text has black color on #676855 background.


White color preview on #676855 background

This text has white color on #676855 background.