COLOR #676D85

HEX: #676D85 RGB: (103,109,133)

Color info

#676D85 contains red, green and blue colors in about the same proportion. Web safe color of #676D85 is #666699 (or #669).

RGB color model

#676D85 color RGB value is (103,109,133).

RGB: (103,109,133) (40%, 43%, 52%)

RGB channels and saturation

R 103 of 255 = 40%
G 109 of 255 = 43%
B 133 of 255 = 52%

103
109
133

R + G + B ~ 45%. #676D85 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 103 + 109 + 133 = 345 (100%)
R 103 of 345 ~ 29.86%
G 109 of 345 ~ 31.59%
B 133 of 345 ~ 38.55'%

%29.86
%31.59
%38.55

CMYK color model

#676D85 color CMYK value is (23,18,0,48).

  • cyan value is 22.56%
  • magenta value is 18.05%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (23,18,0,48)
C23M18Y0K48 (23%, 18%, 0%, 48%)
(0.23 / 0.18 / 0.00 / 0.48)

CMYK percentages

%22.56
%18.05
%0
%47.84

Codes

Color #676D85 in popluar color models

67 6D 85
RGB 103 109 133
HSL 228° 12.71% 46.27%
HSB/HSV 228° 22.56% 52.16%
CMYK 22.56% 18.05% 0.00%
47.84%

Color #676D85 in popluar number systems.

HEX 67 6D 85
Decimal 103 109 133
Binary 1100111 1101101 10000101
Octal 147 155 205

Shades and tints

Shades of #676D85

#676D85
(103,109,133)
#5E6479
(94,100,121)
#555B6D
(85,91,109)
#4C5261
(76,82,97)
#434955
(67,73,85)
#3A4049
(58,64,73)
#31373D
(49,55,61)
#282E31
(40,46,49)
#1F2525
(31,37,37)
#161C19
(22,28,25)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #676D85

#676D85
(103,109,133)
#747A90
(116,122,144)
#81879B
(129,135,155)
#8E94A6
(142,148,166)
#9BA1B1
(155,161,177)
#A8AEBC
(168,174,188)
#B5BBC7
(181,187,199)
#C2C8D2
(194,200,210)
#CFD5DD
(207,213,221)
#DCE2E8
(220,226,232)
#E9EFF3
(233,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676D85 color. Also use rgb(103,109,133) instead hex code.

Text Font Color

.myTextColor { color: #676D85; }

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

This text font color is #676D85.

Background Color

.myBgColor { background-color: #676D85; }

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

This div background color is #676D85.

Border color

.myBorderColor { border: 1px solid #676D85; }

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

This div border color is #676D85.

Opacity

.myOpacity80 { color: #676D85; opacity: 0.8; }

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

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

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

This text has shadow with #676D85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676D85.

Preview

Color preview on black background

This text has color #676D85 on black background.


Color preview on white background

This text has color #676D85 on white background.


Black color preview on #676D85 background

This text has black color on #676D85 background.


White color preview on #676D85 background

This text has white color on #676D85 background.


Related colors

Complementary color

Complementary color for #hex is #98927A.


I love getcolorcode.com

Triadic colors

1 #85676D and #6D8567 with #676D85 are triadic colors.

2 #856D67 and #6D6785 with #676D85 are triadic colors.