COLOR #676565

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

103
101
101

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

Portions of RGB colors in percentages

R + G + B = 103 + 101 + 101 = 305 (100%)
R 103 of 305 ~ 33.77%
G 101 of 305 ~ 33.11%
B 101 of 305 ~ 33.11'%

%33.77
%33.11
%33.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.94%
  • yellow value is 1.94%
  • key color value is 59.61%

CMYK: (0,2,2,60)
C0M2Y2K60 (0%, 2%, 2%, 60%)
(0.00 / 0.02 / 0.02 / 0.60)

CMYK percentages

%0
%1.94
%1.94
%59.61

Codes

Color #676565 in popluar color models

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

Color #676565 in popluar number systems.

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

Shades and tints

Shades of #676565

#676565
(103,101,101)
#5E5C5C
(94,92,92)
#555353
(85,83,83)
#4C4A4A
(76,74,74)
#434141
(67,65,65)
#3A3838
(58,56,56)
#312F2F
(49,47,47)
#282626
(40,38,38)
#1F1D1D
(31,29,29)
#161414
(22,20,20)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #676565

#676565
(103,101,101)
#747373
(116,115,115)
#818181
(129,129,129)
#8E8F8F
(142,143,143)
#9B9D9D
(155,157,157)
#A8ABAB
(168,171,171)
#B5B9B9
(181,185,185)
#C2C7C7
(194,199,199)
#CFD5D5
(207,213,213)
#DCE3E3
(220,227,227)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676565; }

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

This text font color is #676565.

Background Color

.myBgColor { background-color: #676565; }

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

This div background color is #676565.

Border color

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

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

This div border color is #676565.

Opacity

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

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

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

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

This text has shadow with #676565 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676565.

Preview

Color preview on black background

This text has color #676565 on black background.


Color preview on white background

This text has color #676565 on white background.


Black color preview on #676565 background

This text has black color on #676565 background.


White color preview on #676565 background

This text has white color on #676565 background.


Related colors

Complementary color

Complementary color for #hex is #989A9A.


I love getcolorcode.com