COLOR #676D3B

HEX: #676D3B
RGB: (103,109,59)

Color info

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

RGB color model

#676D3B color RGB value is (103,109,59).

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

RGB channels and saturation

R 103 of 255 = 40%
G 109 of 255 = 43%
B 59 of 255 = 23%

103
109
59

R + G + B ~ 35%. #676D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 109 + 59 = 271 (100%)
R 103 of 271 ~ 38.01%
G 109 of 271 ~ 40.22%
B 59 of 271 ~ 21.77%

%38.01
%40.22
%21.77

CMYK color model

#676D3B color CMYK value is (6,0,46,57).

  • cyan value is 5.50%
  • magenta value is 0.00%
  • yellow value is 45.87%
  • key color value is 57.25%
CMYK:
(6,0,46,57)
C6M0Y46K57 
(6%,0%,46%,57%)
(0.06/0.00/0.46/0.57)	

CMYK percentages

%5.5
%0
%45.87
%57.25

Codes

Color #676D3B in popluar color models

676D3B
RGB10310959
HSL67°29.76%32.94%
HSB/HSV67°45.87%42.75%
CMYK5.50%0.00%45.87%
57.25%

Color #676D3B in popluar number systems.

HEX676D3B
Decimal10310959
Binary11001111101101111011
Octal14715573

Shades and tints

Shades of #676D3B

#676D3B
(103,109,59)
#5E6436
(94,100,54)
#555B31
(85,91,49)
#4C522C
(76,82,44)
#434927
(67,73,39)
#3A4022
(58,64,34)
#31371D
(49,55,29)
#282E18
(40,46,24)
#1F2513
(31,37,19)
#161C0E
(22,28,14)
#0D1309
(13,19,9)
#000000
(0,0,0)

Tints of #676D3B

#676D3B
(103,109,59)
#747A4C
(116,122,76)
#81875D
(129,135,93)
#8E946E
(142,148,110)
#9BA17F
(155,161,127)
#A8AE90
(168,174,144)
#B5BBA1
(181,187,161)
#C2C8B2
(194,200,178)
#CFD5C3
(207,213,195)
#DCE2D4
(220,226,212)
#E9EFE5
(233,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676D3B; }

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

This text font color is #676D3B.


Background Color

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

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

This div background color is #676D3B.


Border color

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

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

This div border color is #676D3B.


Opacity

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

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

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

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

This text has shadow with #676D3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D3B on black background.


Color preview on white background

This text has color #676D3B on white background.



Black color preview on #676D3B background

This text has black color on #676D3B background.


White color preview on #676D3B background

This text has white color on #676D3B background.