COLOR #676965

HEX: #676965
RGB: (103,105,101)

Color info

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

RGB color model

#676965 color RGB value is (103,105,101).

  • red value is 103;
  • green value is 105;
  • blue value is 101.
RGB:
(103,105,101)
(40%,41%,40%)

RGB channels and saturation

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

103
105
101

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

Portions of RGB colors in percentages

R + G + B =
103 + 105 + 101 = 309 (100%)
R 103 of 309 ~ 33.33%
G 105 of 309 ~ 33.98%
B 101 of 309 ~ 32.69%

%33.33
%33.98
%32.69

CMYK color model

#676965 color CMYK value is (2,0,4,59).

  • cyan value is 1.90%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 58.82%
CMYK:
(2,0,4,59)
C2M0Y4K59 
(2%,0%,4%,59%)
(0.02/0.00/0.04/0.59)	

CMYK percentages

%1.9
%0
%3.81
%58.82

Codes

Color #676965 in popluar color models

676965
RGB103105101
HSL90°1.94%40.39%
HSB/HSV90°3.81%41.18%
CMYK1.90%0.00%3.81%
58.82%

Color #676965 in popluar number systems.

HEX676965
Decimal103105101
Binary110011111010011100101
Octal147151145

Shades and tints

Shades of #676965

#676965
(103,105,101)
#5E605C
(94,96,92)
#555753
(85,87,83)
#4C4E4A
(76,78,74)
#434541
(67,69,65)
#3A3C38
(58,60,56)
#31332F
(49,51,47)
#282A26
(40,42,38)
#1F211D
(31,33,29)
#161814
(22,24,20)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #676965

#676965
(103,105,101)
#747673
(116,118,115)
#818381
(129,131,129)
#8E908F
(142,144,143)
#9B9D9D
(155,157,157)
#A8AAAB
(168,170,171)
#B5B7B9
(181,183,185)
#C2C4C7
(194,196,199)
#CFD1D5
(207,209,213)
#DCDEE3
(220,222,227)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676965; }

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

This text font color is #676965.


Background Color

.myBgColor { background-color: #676965; }

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

This div background color is #676965.


Border color

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

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

This div border color is #676965.


Opacity

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

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

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

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

This text has shadow with #676965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676965 on black background.


Color preview on white background

This text has color #676965 on white background.



Black color preview on #676965 background

This text has black color on #676965 background.


White color preview on #676965 background

This text has white color on #676965 background.