COLOR #676B5F

HEX: #676B5F RGB: (103,107,95)

Color info

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

RGB color model

#676B5F color RGB value is (103,107,95).

RGB: (103,107,95) (40%, 42%, 37%)

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 95 of 255 = 37%

103
107
95

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

Portions of RGB colors in percentages

R + G + B = 103 + 107 + 95 = 305 (100%)
R 103 of 305 ~ 33.77%
G 107 of 305 ~ 35.08%
B 95 of 305 ~ 31.15'%

%33.77
%35.08
%31.15

CMYK color model

#676B5F color CMYK value is (4,0,11,58).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 11.21%
  • key color value is 58.04%

CMYK: (4,0,11,58)
C4M0Y11K58 (4%, 0%, 11%, 58%)
(0.04 / 0.00 / 0.11 / 0.58)

CMYK percentages

%3.74
%0
%11.21
%58.04

Codes

Color #676B5F in popluar color models

67 6B 5F
RGB 103 107 95
HSL 80° 5.94% 39.61%
HSB/HSV 80° 11.21% 41.96%
CMYK 3.74% 0.00% 11.21%
58.04%

Color #676B5F in popluar number systems.

HEX 67 6B 5F
Decimal 103 107 95
Binary 1100111 1101011 1011111
Octal 147 153 137

Shades and tints

Shades of #676B5F

#676B5F
(103,107,95)
#5E6257
(94,98,87)
#55594F
(85,89,79)
#4C5047
(76,80,71)
#43473F
(67,71,63)
#3A3E37
(58,62,55)
#31352F
(49,53,47)
#282C27
(40,44,39)
#1F231F
(31,35,31)
#161A17
(22,26,23)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #676B5F

#676B5F
(103,107,95)
#74786D
(116,120,109)
#81857B
(129,133,123)
#8E9289
(142,146,137)
#9B9F97
(155,159,151)
#A8ACA5
(168,172,165)
#B5B9B3
(181,185,179)
#C2C6C1
(194,198,193)
#CFD3CF
(207,211,207)
#DCE0DD
(220,224,221)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676B5F color. Also use rgb(103,107,95) instead hex code.

Text Font Color

.myTextColor { color: #676B5F; }

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

This text font color is #676B5F.

Background Color

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

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

This div background color is #676B5F.

Border color

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

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

This div border color is #676B5F.

Opacity

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

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

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

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

This text has shadow with #676B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #676B5F.

Preview

Color preview on black background

This text has color #676B5F on black background.


Color preview on white background

This text has color #676B5F on white background.


Black color preview on #676B5F background

This text has black color on #676B5F background.


White color preview on #676B5F background

This text has white color on #676B5F background.


Related colors

Complementary color

Complementary color for #hex is #9894A0.


I love getcolorcode.com

Triadic colors

1 #5F676B and #6B5F67 with #676B5F are triadic colors.

2 #5F6B67 and #6B675F with #676B5F are triadic colors.