COLOR #676B58

HEX: #676B58
RGB: (103,107,88)

Color info

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

RGB color model

#676B58 color RGB value is (103,107,88).

  • red value is 103;
  • green value is 107;
  • blue value is 88.
RGB:
(103,107,88)
(40%,42%,35%)

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 88 of 255 = 35%

103
107
88

R + G + B ~ 39%. #676B58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 107 + 88 = 298 (100%)
R 103 of 298 ~ 34.56%
G 107 of 298 ~ 35.91%
B 88 of 298 ~ 29.53%

%34.56
%35.91
%29.53

CMYK color model

#676B58 color CMYK value is (4,0,18,58).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 58.04%
CMYK:
(4,0,18,58)
C4M0Y18K58 
(4%,0%,18%,58%)
(0.04/0.00/0.18/0.58)	

CMYK percentages

%3.74
%0
%17.76
%58.04

Codes

Color #676B58 in popluar color models

676B58
RGB10310788
HSL73°9.74%38.24%
HSB/HSV73°17.76%41.96%
CMYK3.74%0.00%17.76%
58.04%

Color #676B58 in popluar number systems.

HEX676B58
Decimal10310788
Binary110011111010111011000
Octal147153130

Shades and tints

Shades of #676B58

#676B58
(103,107,88)
#5E6250
(94,98,80)
#555948
(85,89,72)
#4C5040
(76,80,64)
#434738
(67,71,56)
#3A3E30
(58,62,48)
#313528
(49,53,40)
#282C20
(40,44,32)
#1F2318
(31,35,24)
#161A10
(22,26,16)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #676B58

#676B58
(103,107,88)
#747867
(116,120,103)
#818576
(129,133,118)
#8E9285
(142,146,133)
#9B9F94
(155,159,148)
#A8ACA3
(168,172,163)
#B5B9B2
(181,185,178)
#C2C6C1
(194,198,193)
#CFD3D0
(207,211,208)
#DCE0DF
(220,224,223)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B58; }

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

This text font color is #676B58.


Background Color

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

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

This div background color is #676B58.


Border color

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

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

This div border color is #676B58.


Opacity

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

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

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

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

This text has shadow with #676B58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B58 on black background.


Color preview on white background

This text has color #676B58 on white background.



Black color preview on #676B58 background

This text has black color on #676B58 background.


White color preview on #676B58 background

This text has white color on #676B58 background.