COLOR #676765

HEX: #676765 RGB: (103,103,101)

Color info

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

RGB color model

#676765 color RGB value is (103,103,101).

RGB: (103,103,101) (40%, 40%, 40%)

RGB channels and saturation

R 103 of 255 = 40%
G 103 of 255 = 40%
B 101 of 255 = 40%

103
103
101

R + G + B ~ 40%. #676765 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 103 + 101 = 307 (100%)
R 103 of 307 ~ 33.55%
G 103 of 307 ~ 33.55%
B 101 of 307 ~ 32.9'%

%33.55
%33.55
%32.9

CMYK color model

#676765 color CMYK value is (0,0,2,60).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 1.94%
  • key color value is 59.61%
CMYK: (0,0,2,60) C0M0Y2K60 (0%,0%,2%,60%) (0.00/0.00/0.02/0.60) 

CMYK percentages

%0
%0
%1.94
%59.61

Codes

Color #676765 in popluar color models

67 67 65
RGB 103 103 101
HSL 60° 0.98% 40.00%
HSB/HSV 60° 1.94% 40.39%
CMYK 0.00% 0.00% 1.94%
59.61%

Color #676765 in popluar number systems.

HEX 67 67 65
Decimal 103 103 101
Binary 1100111 1100111 1100101
Octal 147 147 145

Shades and tints

Shades of #676765

#676765
(103,103,101)
#5E5E5C
(94,94,92)
#555553
(85,85,83)
#4C4C4A
(76,76,74)
#434341
(67,67,65)
#3A3A38
(58,58,56)
#31312F
(49,49,47)
#282826
(40,40,38)
#1F1F1D
(31,31,29)
#161614
(22,22,20)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #676765

#676765
(103,103,101)
#747473
(116,116,115)
#818181
(129,129,129)
#8E8E8F
(142,142,143)
#9B9B9D
(155,155,157)
#A8A8AB
(168,168,171)
#B5B5B9
(181,181,185)
#C2C2C7
(194,194,199)
#CFCFD5
(207,207,213)
#DCDCE3
(220,220,227)
#E9E9F1
(233,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676765; }

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

This text font color is #676765.

Background Color

.myBgColor { background-color: #676765; }

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

This div background color is #676765.

Border color

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

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

This div border color is #676765.

Opacity

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

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

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

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

This text has shadow with #676765 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676765.

Preview

Color preview on black background

This text has color #676765 on black background.


Color preview on white background

This text has color #676765 on white background.


Black color preview on #676765 background

This text has black color on #676765 background.


White color preview on #676765 background

This text has white color on #676765 background.


Related colors

Complementary color

Complementary color for #hex is #98989A.


I love getcolorcode.com