COLOR #676D4B

HEX: #676D4B
RGB: (103,109,75)

Color info

#676D4B contains red, green and blue colors in about the same proportion. Web safe color of #676D4B is #666633 (or #663).

RGB color model

#676D4B color RGB value is (103,109,75).

  • red value is 103;
  • green value is 109;
  • blue value is 75.
RGB:
(103,109,75)
(40%,43%,29%)

RGB channels and saturation

R 103 of 255 = 40%
G 109 of 255 = 43%
B 75 of 255 = 29%

103
109
75

R + G + B ~ 37%. #676D4B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 109 + 75 = 287 (100%)
R 103 of 287 ~ 35.89%
G 109 of 287 ~ 37.98%
B 75 of 287 ~ 26.13%

%35.89
%37.98
%26.13

CMYK color model

#676D4B color CMYK value is (6,0,31,57).

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 31.19%
  • key color value is 57.25%
CMYK:
(6,0,31,57)
C6M0Y31K57 
(6%,0%,31%,57%)
(0.06/0.00/0.31/0.57)	

CMYK percentages

%5.5
%0
%31.19
%57.25

Codes

Color #676D4B in popluar color models

676D4B
RGB10310975
HSL71°18.48%36.08%
HSB/HSV71°31.19%42.75%
CMYK5.50%0.00%31.19%
57.25%

Color #676D4B in popluar number systems.

HEX676D4B
Decimal10310975
Binary110011111011011001011
Octal147155113

Shades and tints

Shades of #676D4B

#676D4B
(103,109,75)
#5E6445
(94,100,69)
#555B3F
(85,91,63)
#4C5239
(76,82,57)
#434933
(67,73,51)
#3A402D
(58,64,45)
#313727
(49,55,39)
#282E21
(40,46,33)
#1F251B
(31,37,27)
#161C15
(22,28,21)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #676D4B

#676D4B
(103,109,75)
#747A5B
(116,122,91)
#81876B
(129,135,107)
#8E947B
(142,148,123)
#9BA18B
(155,161,139)
#A8AE9B
(168,174,155)
#B5BBAB
(181,187,171)
#C2C8BB
(194,200,187)
#CFD5CB
(207,213,203)
#DCE2DB
(220,226,219)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676D4B; }

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

This text font color is #676D4B.


Background Color

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

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

This div background color is #676D4B.


Border color

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

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

This div border color is #676D4B.


Opacity

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

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

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

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

This text has shadow with #676D4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D4B on black background.


Color preview on white background

This text has color #676D4B on white background.



Black color preview on #676D4B background

This text has black color on #676D4B background.


White color preview on #676D4B background

This text has white color on #676D4B background.