COLOR #676755

HEX: #676755
RGB: (103,103,85)

Color info

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

RGB color model

#676755 color RGB value is (103,103,85).

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

RGB channels and saturation

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

103
103
85

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

Portions of RGB colors in percentages

R + G + B =
103 + 103 + 85 = 291 (100%)
R 103 of 291 ~ 35.4%
G 103 of 291 ~ 35.4%
B 85 of 291 ~ 29.21%

%35.4
%35.4
%29.21

CMYK color model

#676755 color CMYK value is (0,0,17,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 17.48%
  • key color value is 59.61%
CMYK:
(0,0,17,60)
C0M0Y17K60 
(0%,0%,17%,60%)
(0.00/0.00/0.17/0.60)	

CMYK percentages

%0
%0
%17.48
%59.61

Codes

Color #676755 in popluar color models

676755
RGB10310385
HSL60°9.57%36.86%
HSB/HSV60°17.48%40.39%
CMYK0.00%0.00%17.48%
59.61%

Color #676755 in popluar number systems.

HEX676755
Decimal10310385
Binary110011111001111010101
Octal147147125

Shades and tints

Shades of #676755

#676755
(103,103,85)
#5E5E4E
(94,94,78)
#555547
(85,85,71)
#4C4C40
(76,76,64)
#434339
(67,67,57)
#3A3A32
(58,58,50)
#31312B
(49,49,43)
#282824
(40,40,36)
#1F1F1D
(31,31,29)
#161616
(22,22,22)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #676755

#676755
(103,103,85)
#747464
(116,116,100)
#818173
(129,129,115)
#8E8E82
(142,142,130)
#9B9B91
(155,155,145)
#A8A8A0
(168,168,160)
#B5B5AF
(181,181,175)
#C2C2BE
(194,194,190)
#CFCFCD
(207,207,205)
#DCDCDC
(220,220,220)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676755; }

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

This text font color is #676755.


Background Color

.myBgColor { background-color: #676755; }

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

This div background color is #676755.


Border color

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

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

This div border color is #676755.


Opacity

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

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

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

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

This text has shadow with #676755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676755 on black background.


Color preview on white background

This text has color #676755 on white background.



Black color preview on #676755 background

This text has black color on #676755 background.


White color preview on #676755 background

This text has white color on #676755 background.