COLOR #676B55

HEX: #676B55
RGB: (103,107,85)

Color info

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

RGB color model

#676B55 color RGB value is (103,107,85).

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

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 85 of 255 = 33%

103
107
85

R + G + B ~ 38%. #676B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 107 + 85 = 295 (100%)
R 103 of 295 ~ 34.92%
G 107 of 295 ~ 36.27%
B 85 of 295 ~ 28.81%

%34.92
%36.27
%28.81

CMYK color model

#676B55 color CMYK value is (4,0,21,58).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 58.04%
CMYK:
(4,0,21,58)
C4M0Y21K58 
(4%,0%,21%,58%)
(0.04/0.00/0.21/0.58)	

CMYK percentages

%3.74
%0
%20.56
%58.04

Codes

Color #676B55 in popluar color models

676B55
RGB10310785
HSL71°11.46%37.65%
HSB/HSV71°20.56%41.96%
CMYK3.74%0.00%20.56%
58.04%

Color #676B55 in popluar number systems.

HEX676B55
Decimal10310785
Binary110011111010111010101
Octal147153125

Shades and tints

Shades of #676B55

#676B55
(103,107,85)
#5E624E
(94,98,78)
#555947
(85,89,71)
#4C5040
(76,80,64)
#434739
(67,71,57)
#3A3E32
(58,62,50)
#31352B
(49,53,43)
#282C24
(40,44,36)
#1F231D
(31,35,29)
#161A16
(22,26,22)
#0D110F
(13,17,15)
#000000
(0,0,0)

Tints of #676B55

#676B55
(103,107,85)
#747864
(116,120,100)
#818573
(129,133,115)
#8E9282
(142,146,130)
#9B9F91
(155,159,145)
#A8ACA0
(168,172,160)
#B5B9AF
(181,185,175)
#C2C6BE
(194,198,190)
#CFD3CD
(207,211,205)
#DCE0DC
(220,224,220)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B55; }

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

This text font color is #676B55.


Background Color

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

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

This div background color is #676B55.


Border color

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

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

This div border color is #676B55.


Opacity

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

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

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

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

This text has shadow with #676B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B55 on black background.


Color preview on white background

This text has color #676B55 on white background.



Black color preview on #676B55 background

This text has black color on #676B55 background.


White color preview on #676B55 background

This text has white color on #676B55 background.