COLOR #675646

HEX: #675646
RGB: (103,86,70)

Color info

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

RGB color model

#675646 color RGB value is (103,86,70).

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

RGB channels and saturation

R 103 of 255 = 40%
G 86 of 255 = 34%
B 70 of 255 = 27%

103
86
70

R + G + B ~ 34%. #675646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
103 + 86 + 70 = 259 (100%)
R 103 of 259 ~ 39.77%
G 86 of 259 ~ 33.2%
B 70 of 259 ~ 27.03%

%39.77
%33.2
%27.03

CMYK color model

#675646 color CMYK value is (0,17,32,60).

  • cyan value is 0.00%
  • magenta value is 16.50%
  • yellow value is 32.04%
  • key color value is 59.61%
CMYK:
(0,17,32,60)
C0M17Y32K60 
(0%,17%,32%,60%)
(0.00/0.17/0.32/0.60)	

CMYK percentages

%0
%16.5
%32.04
%59.61

Codes

Color #675646 in popluar color models

675646
RGB1038670
HSL29°19.08%33.92%
HSB/HSV29°32.04%40.39%
CMYK0.00%16.50%32.04%
59.61%

Color #675646 in popluar number systems.

HEX675646
Decimal1038670
Binary110011110101101000110
Octal147126106

Shades and tints

Shades of #675646

#675646
(103,86,70)
#5E4F40
(94,79,64)
#55483A
(85,72,58)
#4C4134
(76,65,52)
#433A2E
(67,58,46)
#3A3328
(58,51,40)
#312C22
(49,44,34)
#28251C
(40,37,28)
#1F1E16
(31,30,22)
#161710
(22,23,16)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #675646

#675646
(103,86,70)
#746556
(116,101,86)
#817466
(129,116,102)
#8E8376
(142,131,118)
#9B9286
(155,146,134)
#A8A196
(168,161,150)
#B5B0A6
(181,176,166)
#C2BFB6
(194,191,182)
#CFCEC6
(207,206,198)
#DCDDD6
(220,221,214)
#E9ECE6
(233,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #675646; }

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

This text font color is #675646.


Background Color

.myBgColor { background-color: #675646; }

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

This div background color is #675646.


Border color

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

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

This div border color is #675646.


Opacity

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

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

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

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

This text has shadow with #675646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #675646 on black background.


Color preview on white background

This text has color #675646 on white background.



Black color preview on #675646 background

This text has black color on #675646 background.


White color preview on #675646 background

This text has white color on #675646 background.