COLOR #676B37

HEX: #676B37
RGB: (103,107,55)

Color info

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

RGB color model

#676B37 color RGB value is (103,107,55).

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

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 55 of 255 = 22%

103
107
55

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

Portions of RGB colors in percentages

R + G + B =
103 + 107 + 55 = 265 (100%)
R 103 of 265 ~ 38.87%
G 107 of 265 ~ 40.38%
B 55 of 265 ~ 20.75%

%38.87
%40.38
%20.75

CMYK color model

#676B37 color CMYK value is (4,0,49,58).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 48.60%
  • key color value is 58.04%
CMYK:
(4,0,49,58)
C4M0Y49K58 
(4%,0%,49%,58%)
(0.04/0.00/0.49/0.58)	

CMYK percentages

%3.74
%0
%48.6
%58.04

Codes

Color #676B37 in popluar color models

676B37
RGB10310755
HSL65°32.10%31.76%
HSB/HSV65°48.60%41.96%
CMYK3.74%0.00%48.60%
58.04%

Color #676B37 in popluar number systems.

HEX676B37
Decimal10310755
Binary11001111101011110111
Octal14715367

Shades and tints

Shades of #676B37

#676B37
(103,107,55)
#5E6232
(94,98,50)
#55592D
(85,89,45)
#4C5028
(76,80,40)
#434723
(67,71,35)
#3A3E1E
(58,62,30)
#313519
(49,53,25)
#282C14
(40,44,20)
#1F230F
(31,35,15)
#161A0A
(22,26,10)
#0D1105
(13,17,5)
#000000
(0,0,0)

Tints of #676B37

#676B37
(103,107,55)
#747849
(116,120,73)
#81855B
(129,133,91)
#8E926D
(142,146,109)
#9B9F7F
(155,159,127)
#A8AC91
(168,172,145)
#B5B9A3
(181,185,163)
#C2C6B5
(194,198,181)
#CFD3C7
(207,211,199)
#DCE0D9
(220,224,217)
#E9EDEB
(233,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B37; }

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

This text font color is #676B37.


Background Color

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

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

This div background color is #676B37.


Border color

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

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

This div border color is #676B37.


Opacity

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

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

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

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

This text has shadow with #676B37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B37 on black background.


Color preview on white background

This text has color #676B37 on white background.



Black color preview on #676B37 background

This text has black color on #676B37 background.


White color preview on #676B37 background

This text has white color on #676B37 background.