COLOR #676147

HEX: #676147
RGB: (103,97,71)

Color info

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

RGB color model

#676147 color RGB value is (103,97,71).

  • red value is 103;
  • green value is 97;
  • blue value is 71.
RGB:
(103,97,71)
(40%,38%,28%)

RGB channels and saturation

R 103 of 255 = 40%
G 97 of 255 = 38%
B 71 of 255 = 28%

103
97
71

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

Portions of RGB colors in percentages

R + G + B =
103 + 97 + 71 = 271 (100%)
R 103 of 271 ~ 38.01%
G 97 of 271 ~ 35.79%
B 71 of 271 ~ 26.2%

%38.01
%35.79
%26.2

CMYK color model

#676147 color CMYK value is (0,6,31,60).

  • cyan value is 0.00%
  • magenta value is 5.83%
  • yellow value is 31.07%
  • key color value is 59.61%
CMYK:
(0,6,31,60)
C0M6Y31K60 
(0%,6%,31%,60%)
(0.00/0.06/0.31/0.60)	

CMYK percentages

%0
%5.83
%31.07
%59.61

Codes

Color #676147 in popluar color models

676147
RGB1039771
HSL49°18.39%34.12%
HSB/HSV49°31.07%40.39%
CMYK0.00%5.83%31.07%
59.61%

Color #676147 in popluar number systems.

HEX676147
Decimal1039771
Binary110011111000011000111
Octal147141107

Shades and tints

Shades of #676147

#676147
(103,97,71)
#5E5941
(94,89,65)
#55513B
(85,81,59)
#4C4935
(76,73,53)
#43412F
(67,65,47)
#3A3929
(58,57,41)
#313123
(49,49,35)
#28291D
(40,41,29)
#1F2117
(31,33,23)
#161911
(22,25,17)
#0D110B
(13,17,11)
#000000
(0,0,0)

Tints of #676147

#676147
(103,97,71)
#746F57
(116,111,87)
#817D67
(129,125,103)
#8E8B77
(142,139,119)
#9B9987
(155,153,135)
#A8A797
(168,167,151)
#B5B5A7
(181,181,167)
#C2C3B7
(194,195,183)
#CFD1C7
(207,209,199)
#DCDFD7
(220,223,215)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676147 color. Also use rgb(103,97,71) instead hex code.

Text Font Color

.myTextColor { color: #676147; }

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

This text font color is #676147.


Background Color

.myBgColor { background-color: #676147; }

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

This div background color is #676147.


Border color

.myBorderColor { border: 1px solid #676147; }

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

This div border color is #676147.


Opacity

.myOpacity80 { color: #676147; opacity: 0.8; }

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

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

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

This text has shadow with #676147 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676147 on black background.


Color preview on white background

This text has color #676147 on white background.



Black color preview on #676147 background

This text has black color on #676147 background.


White color preview on #676147 background

This text has white color on #676147 background.