COLOR #676B4A

HEX: #676B4A
RGB: (103,107,74)

Color info

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

RGB color model

#676B4A color RGB value is (103,107,74).

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

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 74 of 255 = 29%

103
107
74

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

Portions of RGB colors in percentages

R + G + B =
103 + 107 + 74 = 284 (100%)
R 103 of 284 ~ 36.27%
G 107 of 284 ~ 37.68%
B 74 of 284 ~ 26.06%

%36.27
%37.68
%26.06

CMYK color model

#676B4A color CMYK value is (4,0,31,58).

  • cyan value is 3.74%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 58.04%
CMYK:
(4,0,31,58)
C4M0Y31K58 
(4%,0%,31%,58%)
(0.04/0.00/0.31/0.58)	

CMYK percentages

%3.74
%0
%30.84
%58.04

Codes

Color #676B4A in popluar color models

676B4A
RGB10310774
HSL67°18.23%35.49%
HSB/HSV67°30.84%41.96%
CMYK3.74%0.00%30.84%
58.04%

Color #676B4A in popluar number systems.

HEX676B4A
Decimal10310774
Binary110011111010111001010
Octal147153112

Shades and tints

Shades of #676B4A

#676B4A
(103,107,74)
#5E6244
(94,98,68)
#55593E
(85,89,62)
#4C5038
(76,80,56)
#434732
(67,71,50)
#3A3E2C
(58,62,44)
#313526
(49,53,38)
#282C20
(40,44,32)
#1F231A
(31,35,26)
#161A14
(22,26,20)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #676B4A

#676B4A
(103,107,74)
#74785A
(116,120,90)
#81856A
(129,133,106)
#8E927A
(142,146,122)
#9B9F8A
(155,159,138)
#A8AC9A
(168,172,154)
#B5B9AA
(181,185,170)
#C2C6BA
(194,198,186)
#CFD3CA
(207,211,202)
#DCE0DA
(220,224,218)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B4A; }

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

This text font color is #676B4A.


Background Color

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

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

This div background color is #676B4A.


Border color

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

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

This div border color is #676B4A.


Opacity

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

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

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

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

This text has shadow with #676B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B4A on black background.


Color preview on white background

This text has color #676B4A on white background.



Black color preview on #676B4A background

This text has black color on #676B4A background.


White color preview on #676B4A background

This text has white color on #676B4A background.