COLOR #676546

HEX: #676546
RGB: (103,101,70)

Color info

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

RGB color model

#676546 color RGB value is (103,101,70).

  • red value is 103;
  • green value is 101;
  • blue value is 70.
RGB:
(103,101,70)
(40%,40%,27%)

RGB channels and saturation

R 103 of 255 = 40%
G 101 of 255 = 40%
B 70 of 255 = 27%

103
101
70

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

Portions of RGB colors in percentages

R + G + B =
103 + 101 + 70 = 274 (100%)
R 103 of 274 ~ 37.59%
G 101 of 274 ~ 36.86%
B 70 of 274 ~ 25.55%

%37.59
%36.86
%25.55

CMYK color model

#676546 color CMYK value is (0,2,32,60).

  • cyan value is 0.00%
  • magenta value is 1.94%
  • yellow value is 32.04%
  • key color value is 59.61%
CMYK:
(0,2,32,60)
C0M2Y32K60 
(0%,2%,32%,60%)
(0.00/0.02/0.32/0.60)	

CMYK percentages

%0
%1.94
%32.04
%59.61

Codes

Color #676546 in popluar color models

676546
RGB10310170
HSL56°19.08%33.92%
HSB/HSV56°32.04%40.39%
CMYK0.00%1.94%32.04%
59.61%

Color #676546 in popluar number systems.

HEX676546
Decimal10310170
Binary110011111001011000110
Octal147145106

Shades and tints

Shades of #676546

#676546
(103,101,70)
#5E5C40
(94,92,64)
#55533A
(85,83,58)
#4C4A34
(76,74,52)
#43412E
(67,65,46)
#3A3828
(58,56,40)
#312F22
(49,47,34)
#28261C
(40,38,28)
#1F1D16
(31,29,22)
#161410
(22,20,16)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #676546

#676546
(103,101,70)
#747356
(116,115,86)
#818166
(129,129,102)
#8E8F76
(142,143,118)
#9B9D86
(155,157,134)
#A8AB96
(168,171,150)
#B5B9A6
(181,185,166)
#C2C7B6
(194,199,182)
#CFD5C6
(207,213,198)
#DCE3D6
(220,227,214)
#E9F1E6
(233,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676546 color. Also use rgb(103,101,70) instead hex code.

Text Font Color

.myTextColor { color: #676546; }

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

This text font color is #676546.


Background Color

.myBgColor { background-color: #676546; }

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

This div background color is #676546.


Border color

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

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

This div border color is #676546.


Opacity

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

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

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

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

This text has shadow with #676546 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676546 on black background.


Color preview on white background

This text has color #676546 on white background.



Black color preview on #676546 background

This text has black color on #676546 background.


White color preview on #676546 background

This text has white color on #676546 background.