COLOR #676F3D

HEX: #676F3D
RGB: (103,111,61)

Color info

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

RGB color model

#676F3D color RGB value is (103,111,61).

  • red value is 103;
  • green value is 111;
  • blue value is 61.
RGB:
(103,111,61)
(40%,44%,24%)

RGB channels and saturation

R 103 of 255 = 40%
G 111 of 255 = 44%
B 61 of 255 = 24%

103
111
61

R + G + B ~ 36%. #676F3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 111 + 61 = 275 (100%)
R 103 of 275 ~ 37.45%
G 111 of 275 ~ 40.36%
B 61 of 275 ~ 22.18%

%37.45
%40.36
%22.18

CMYK color model

#676F3D color CMYK value is (7,0,45,56).

  • cyan value is 7.21%
  • magenta value is 0.00%
  • yellow value is 45.05%
  • key color value is 56.47%
CMYK:
(7,0,45,56)
C7M0Y45K56 
(7%,0%,45%,56%)
(0.07/0.00/0.45/0.56)	

CMYK percentages

%7.21
%0
%45.05
%56.47

Codes

Color #676F3D in popluar color models

676F3D
RGB10311161
HSL70°29.07%33.73%
HSB/HSV70°45.05%43.53%
CMYK7.21%0.00%45.05%
56.47%

Color #676F3D in popluar number systems.

HEX676F3D
Decimal10311161
Binary11001111101111111101
Octal14715775

Shades and tints

Shades of #676F3D

#676F3D
(103,111,61)
#5E6538
(94,101,56)
#555B33
(85,91,51)
#4C512E
(76,81,46)
#434729
(67,71,41)
#3A3D24
(58,61,36)
#31331F
(49,51,31)
#28291A
(40,41,26)
#1F1F15
(31,31,21)
#161510
(22,21,16)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #676F3D

#676F3D
(103,111,61)
#747C4E
(116,124,78)
#81895F
(129,137,95)
#8E9670
(142,150,112)
#9BA381
(155,163,129)
#A8B092
(168,176,146)
#B5BDA3
(181,189,163)
#C2CAB4
(194,202,180)
#CFD7C5
(207,215,197)
#DCE4D6
(220,228,214)
#E9F1E7
(233,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676F3D color. Also use rgb(103,111,61) instead hex code.

Text Font Color

.myTextColor { color: #676F3D; }

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

This text font color is #676F3D.


Background Color

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

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

This div background color is #676F3D.


Border color

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

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

This div border color is #676F3D.


Opacity

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

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

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

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

This text has shadow with #676F3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676F3D on black background.


Color preview on white background

This text has color #676F3D on white background.



Black color preview on #676F3D background

This text has black color on #676F3D background.


White color preview on #676F3D background

This text has white color on #676F3D background.